Update readme.md

This commit is contained in:
DariusIII
2015-04-05 11:58:07 +02:00
parent 4b65617122
commit 3bf3b63e93
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
I have forked jonnyboys newznab-tmux as he and the dev team have moved to another project (https://github.com/nZEDb/nZEDb). I will try as much as i can to maintain and improve these tmux scripts, where possible and needed, as they are a valuable addendum to newznab+.
Support is given on irc.synirc.net #tmux channel.
I started adapting some of more interesting scripts from nZEDb, but they require tempering with newznab database, so use them at your own risk. Any update to nn+ db could render them useless. Scripts require PHP version > 5.3.10 and Python 2.7x or newer.
I started adapting some of more interesting scripts from nZEDb, but they require tempering with newznab database, so use them at your own risk. Any update to nn+ db could render them useless. Scripts require PHP version => 5.5 and Python 2.7x or newer.
Now, clone my github. These scripts need to run from this location and this is where I was asked to put them. If you have decided to use an alternate location, you will need to edit the file bin/config.php to point to the file newznab/www/config.php. If you do not, these scripts will not run.
+1 -5
View File
@@ -82,10 +82,6 @@ CREATE TABLE partrepair (
DEFAULT CHARSET = utf8
COLLATE = utf8_unicode_ci;
CREATE TRIGGER delete_collections BEFORE DELETE ON collections FOR EACH ROW
BEGIN
DELETE FROM binaries WHERE collection_id = OLD.id;
DELETE FROM parts WHERE collection_id = OLD.id;
END;
CREATE TRIGGER delete_collections BEFORE DELETE ON collections FOR EACH ROW BEGIN DELETE FROM binaries WHERE collection_id = OLD.id;DELETE FROM parts WHERE collection_id = OLD.id;END;
UPDATE `tmux` SET `value` = '108' WHERE `setting` = 'sqlpatch';