newznab - open source usenet indexer
Re: newznab - open source usenet indexer and all round nzbs.org clone
Yep fully developed .. even is a PLUS version (For donators) .. and that one is even better !!!
Re: newznab - open source usenet indexer and all round nzbs.org clone
Have enjoyed getting this setup in Ubuntu and having a mess around the features.
Just a few suggestions and possible bug reports:
1. When you run the update_releases script are the regex being applied in the correct order? If I enable the regex at ID=13 and ID=15 (all newsgroups) all releases seem to be assigned to these two regex - when 13/15 are disabled the releases seem to go to the other regex as expected. ID's 13 and 15 have an ordinal value in the 50's so I do not understand why these are getting priority. I thought all the other regex would be tried first and then these two treated as the catch alls?
2. If I setup my virtual host in Apache to listen to a none standard port as soon as I click on a menu item all URL's on the page loose the port number. e.g. http://myhost:8084 displays correctly then click on a menu item and the page loads as expected but all the urls on this page do not have a port number http://myhost (no port number) and therefore none of the URL's work.
3. Nothing is being listed in the Browse sections which display a search screen even though the browse menu items without a search screen are working fine. I do have all the Lookup services disabled - I am guessing some Browse features rely on these Lookups. Perhaps if you have the lookup option disabled the full release name could be added to the Title in these sections so you can still see the releases correctly organised and search them (albeit in just the Title field).
Just a few suggestions and possible bug reports:
1. When you run the update_releases script are the regex being applied in the correct order? If I enable the regex at ID=13 and ID=15 (all newsgroups) all releases seem to be assigned to these two regex - when 13/15 are disabled the releases seem to go to the other regex as expected. ID's 13 and 15 have an ordinal value in the 50's so I do not understand why these are getting priority. I thought all the other regex would be tried first and then these two treated as the catch alls?
2. If I setup my virtual host in Apache to listen to a none standard port as soon as I click on a menu item all URL's on the page loose the port number. e.g. http://myhost:8084 displays correctly then click on a menu item and the page loads as expected but all the urls on this page do not have a port number http://myhost (no port number) and therefore none of the URL's work.
3. Nothing is being listed in the Browse sections which display a search screen even though the browse menu items without a search screen are working fine. I do have all the Lookup services disabled - I am guessing some Browse features rely on these Lookups. Perhaps if you have the lookup option disabled the full release name could be added to the Title in these sections so you can still see the releases correctly organised and search them (albeit in just the Title field).
Re: newznab - open source usenet indexer and all round nzbs.org clone
Yes, it can, however you will find that mysql just breaks when the tables/indexes get large - and they will get very large if your retaining headers. So thats why we dont use that approach.sab12397 wrote: Can newznab be setup to not download anything and process headers only? (i.e. no downloads of NFO, NZB, TVRage etc)
I then select something and an NZB is generated containing the messages ids of the bodies of the headers I have selected?
Basically I am looking for a search facilty of RAW headers only with a nice interface and automation of getting new headers?
Thanks
Re: newznab - open source usenet indexer and all round nzbs.org clone
Can only imagine thats a path issue. If you open a shell, and and type pear, do you get something?XtCrAvE wrote: So I just donated as I like the idea of this project, however I'm already stuck on the preflight checklist, as well as recieving a 404 error on the link I got from trying to download the donation version. (I'd join the irc, however I run a tor exit point and have thusly been blocked by most mainstream irc servers) I know I have pear fully updated and installed.However the preflight checklist just doesn't see it (debian-squeeze ispconfig3 setup)Code: Select all
Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.7 stable Auth 1.6.4 stable Console_Getopt 1.3.1 stable Math_BigInteger 1.0.0 stable Net_NNTP 1.4.0 stable Net_Socket 1.0.10 stable Numbers_Roman 1.0.2 stable Numbers_Words 0.16.2 beta PEAR 1.9.2 stable Structures_Graph 1.0.4 stable XML_Util 1.2.1 stable
Code: Select all
Checking for Pear: Cannot find PEAR. To install PEAR follow the instructions at http://pear.php.net/manual/en/installation.php
(also that's a windows link however I know it's installed... ^)
Any idea what might be causing this issue?
Re: newznab - open source usenet indexer and all round nzbs.org clone
Port number installs work here, the codesab12397 wrote: 2. If I setup my virtual host in Apache to listen to a none standard port as soon as I click on a menu item all URL's on the page loose the port number. e.g. http://myhost:8084 displays correctly then click on a menu item and the page loads as expected but all the urls on this page do not have a port number http://myhost (no port number) and therefore none of the URL's work.
3. Nothing is being listed in the Browse sections which display a search screen even though the browse menu items without a search screen are working fine. I do have all the Lookup services disabled - I am guessing some Browse features rely on these Lookups. Perhaps if you have the lookup option disabled the full release name could be added to the Title in these sections so you can still see the releases correctly organised and search them (albeit in just the Title field).
$this->serverurl = (isset($_SERVER["HTTPS"]) ? "https://" : "http://").$_SERVER["SERVER_NAME"].($_SERVER["SERVER_PORT"] != "80" ? ":".$_SERVER["SERVER_PORT"] : "").WWW_TOP.'/';
builds the port into all site links, if this isnt happening, perhaps you have something odd in your apache setup?
If nothing is listed in browse sections, you have not made any releases. Try checking the readme to ensure your running the processes right.
I would recommend the IRC channel for support.
Re: newznab - open source usenet indexer and all round nzbs.org clone
Just a quick follow up on these questions thanks for the answers so far.
The regex file has not been updated recently so I do not know if they are wrong etc. Probably misunderstanding ordinal value? If that is the case the existing ordinal values need to be increased and the 13/15 catch all need to be set a low value so these are used last before the other ones?
Thanks
Still not sure what these disabled ID's (assuming catch alls) are for and whether they are being applied in the correct ordersab12397 wrote: 1. When you run the update_releases script are the regex being applied in the correct order? If I enable the regex at ID=13 and ID=15 (all newsgroups) all releases seem to be assigned to these two regex - when 13/15 are disabled the releases seem to go to the other regex as expected. ID's 13 and 15 have an ordinal value in the 50's so I do not understand why these are getting priority. I thought all the other regex would be tried first and then these two treated as the catch alls?
The regex file has not been updated recently so I do not know if they are wrong etc. Probably misunderstanding ordinal value? If that is the case the existing ordinal values need to be increased and the 13/15 catch all need to be set a low value so these are used last before the other ones?
Still not sure this is my Apache setup causing this. It seems to only happen after I load the homepage (where the port numbers are listed). A second load of a different page and some links do not have a port number (not all links some of them still have the port number). As some of the links do have a port number to me indicates that Apache is probably setup correctly. I have double checked that I have a Listen entry and my vhost is set to the same Listen port in my relevant conf file etc. The popout menus always have the port number but other links like all the menu containing Logout etc do not.sab12397 wrote: 2. If I setup my virtual host in Apache to listen to a none standard port as soon as I click on a menu item all URL's on the page loose the port number. e.g. http://myhost:8084 displays correctly then click on a menu item and the page loads as expected but all the urls on this page do not have a port number http://myhost (no port number) and therefore none of the URL's work.
I do have Releases what I needed to do was change to Standard UI Categories in my Profile to get these to work as I described.sab12397 wrote: 3. Nothing is being listed in the Browse sections which display a search screen even though the browse menu items without a search screen are working fine. I do have all the Lookup services disabled - I am guessing some Browse features rely on these Lookups. Perhaps if you have the lookup option disabled the full release name could be added to the Title in these sections so you can still see the releases correctly organised and search them (albeit in just the Title field).
Thanks
Re: newznab - open source usenet indexer and all round nzbs.org clone
Hello. Ive successfully set up newznab on my computer and it has been working great for a couple of weeks now, but I can not get the backfill script to work right. On some groups it will work fine, but on others it gets stuck in an endless loop. After going into the backfill.php script and turning on the debug flags, I get hundreds of "retried # of time(s)" messages in it trying to set the interval. It never gets to the "Getting ###### parts (##### in Queue)" part of the script.
The only way that Ive found around it is that everytime the script gets stuck on a group, I stop the script, set the backfill days of that group to 1, and then rerun it so the script will skip that group and go on.
The update_releases and update_binary script work great.
Does anyone else have this problem? Im about to try to edit the script so that it will bail out of that group and go on if it gets stuck in the loop. Thanks in advance for any help.
It might be better for me to try the irc channel to get some help but I dont have time right now to work through it, so I thought I would post this up real quick and see what responses I get in the mean time.
PS: I cant access the google code page for the site either. I get a error 403: forbidden.
The only way that Ive found around it is that everytime the script gets stuck on a group, I stop the script, set the backfill days of that group to 1, and then rerun it so the script will skip that group and go on.
The update_releases and update_binary script work great.
Does anyone else have this problem? Im about to try to edit the script so that it will bail out of that group and go on if it gets stuck in the loop. Thanks in advance for any help.
It might be better for me to try the irc channel to get some help but I dont have time right now to work through it, so I thought I would post this up real quick and see what responses I get in the mean time.
PS: I cant access the google code page for the site either. I get a error 403: forbidden.
Re: newznab - open source usenet indexer and all round nzbs.org clone
Yes I get this:newznab wrote:
Can only imagine thats a path issue. If you open a shell, and and type pear, do you get something?
Code: Select all
user@webserver:~$ pear
Commands:
build Build an Extension From C Source
bundle Unpacks a Pecl Package
channel-add Add a Channel
channel-alias Specify an alias to a channel name
channel-delete Remove a Channel From the List
channel-discover Initialize a Channel from its server
channel-info Retrieve Information on a Channel
channel-login Connects and authenticates to remote channel server
channel-logout Logs out from the remote channel server
channel-update Update an Existing Channel
clear-cache Clear Web Services Cache
config-create Create a Default configuration file
config-get Show One Setting
config-help Show Information About Setting
config-set Change Setting
config-show Show All Settings
convert Convert a package.xml 1.0 to package.xml 2.0 format
cvsdiff Run a "cvs diff" for all files in a package
cvstag Set CVS Release Tag
download Download Package
download-all Downloads each available package from the default channel
info Display information about a package
install Install Package
list List Installed Packages In The Default Channel
list-all List All Packages
list-channels List Available Channels
list-files List Files In Installed Package
list-upgrades List Available Upgrades
login Connects and authenticates to remote server [Deprecated in favor of channel-login]
logout Logs out from the remote server [Deprecated in favor of channel-logout]
makerpm Builds an RPM spec file from a PEAR package
package Build Package
package-dependencies Show package dependencies
package-validate Validate Package Consistency
pickle Build PECL Package
remote-info Information About Remote Packages
remote-list List Remote Packages
run-scripts Run Post-Install Scripts bundled with a package
run-tests Run Regression Tests
search Search remote package database
shell-test Shell Script Test
sign Sign a package distribution file
svntag Set SVN Release Tag
uninstall Un-install Package
update-channels Update the Channel List
upgrade Upgrade Package
upgrade-all Upgrade All Packages [Deprecated in favor of calling upgrade with no parameters]
Usage: pear [options] command [command-options] <parameters>
Type "pear help options" to list all options.
Type "pear help shortcuts" to list all command shortcuts.
Type "pear help <command>" to get the help for the specified command.
Re: newznab - open source usenet indexer and all round nzbs.org clone
my newznab install doesnt want to fetch more than 5 days of information...
how can i change that?
how can i change that?
-
DarkKnight
- Newbie

- Posts: 1
- Joined: June 9th, 2011, 6:09 pm
Re: newznab - open source usenet indexer and all round nzbs.org clone
Nvmd
Last edited by DarkKnight on June 10th, 2011, 10:27 pm, edited 1 time in total.
Re: newznab - open source usenet indexer and all round nzbs.
i would like to request these changes if they are possible and if you have spare time
1)advanced raw search (check out http://www.mysterbin.com/advsearch?q= )
as of now newznab for obvious reasons cant correctly and fully make releases out of ALL binaries.
many things can be found only via raw search. Unfortunately newznab's raw search pales in comparison with raw search any nzbindex service provides(nzbindex.nl\binsearch\ and mysterbin)
You can check the example from mysterbin.
2) Collections view.
When you browse raw binaries there are LOADS of articles. This + extremely poor search\browsing raw headers capabilities = failure to deliver
Again, check out any nzb index service and ho they properly group articles into collections . Even newsreaders do that nowadays(newsbin pro\usenet explorer\newsleecher etc)
3) Search within archives(raw\collections)
newznab already shows detailed contents of archives which is awesome
The only thing left is to make it able to search within these list of contents\ archives.
Cheers
1)advanced raw search (check out http://www.mysterbin.com/advsearch?q= )
as of now newznab for obvious reasons cant correctly and fully make releases out of ALL binaries.
many things can be found only via raw search. Unfortunately newznab's raw search pales in comparison with raw search any nzbindex service provides(nzbindex.nl\binsearch\ and mysterbin)
You can check the example from mysterbin.
2) Collections view.
When you browse raw binaries there are LOADS of articles. This + extremely poor search\browsing raw headers capabilities = failure to deliver
Again, check out any nzb index service and ho they properly group articles into collections . Even newsreaders do that nowadays(newsbin pro\usenet explorer\newsleecher etc)
3) Search within archives(raw\collections)
newznab already shows detailed contents of archives which is awesome
The only thing left is to make it able to search within these list of contents\ archives.
Cheers
Re: newznab - open source usenet indexer and all round nzbs.
I successfully installed newznab, but I've an issue at the setup steps.
At the news server setup part I need to use a username and password, I don't have to use a user name and password and can't continue with the setup.
Usenet is covered within my internet connection, I only need to supply the server address and connection port with or without ssl and it works.
Is there a way to setup newznab without user authentication?
At the news server setup part I need to use a username and password, I don't have to use a user name and password and can't continue with the setup.
Usenet is covered within my internet connection, I only need to supply the server address and connection port with or without ssl and it works.
Is there a way to setup newznab without user authentication?
Re: newznab - open source usenet indexer and all round nzbs.
Anyone has Newznab running with lighttpd?
I managed to install newznab, but the rewrite rules don't work with lighttpd. I've tried the rewrite-rules provided with newznab and the others I found on the web, but none of them are working for me. When I browse to newznab I get this error: ERR_TOO_MANY_REDIRECTS
I managed to install newznab, but the rewrite rules don't work with lighttpd. I've tried the rewrite-rules provided with newznab and the others I found on the web, but none of them are working for me. When I browse to newznab I get this error: ERR_TOO_MANY_REDIRECTS
Re: newznab - open source usenet indexer and all round nzbs.
BBird, i had the same issue.BBird wrote:I successfully installed newznab, but I've an issue at the setup steps.
At the news server setup part I need to use a username and password, I don't have to use a user name and password and can't continue with the setup.
Usenet is covered within my internet connection, I only need to supply the server address and connection port with or without ssl and it works.
Is there a way to setup newznab without user authentication?
if you skip the step by changing the step number in the address from step3.php to step4.php, that ill allow you to continue setup.
After the setup is done edit the www/config.php file, just change "define('NNTP_SERVER', '');" to "define('NNTP_SERVER', 'your.news.server');".
Hope that helps you.
Re: newznab - open source usenet indexer and all round nzbs.
I'm running newznab & SABnzbd on the same Ubuntu box and I'm having some trouble getting the two talking. About the only thing that does work is the RSS feeds, oh, and the downloading an NZB into the watched folder.
The 'send to SABnzbd' does not work at all. Newznab is indicating it has sent it, yet nothing queues in SABnzbd. I have tried to find some sort of log file that might tell me what is happening or not happening, but I'm coming up empty.
Has anyone else had trouble getting the two to talk? Also I should probably mention that I don't think SickBeard is having much luck using my newznab server (again both are on the same machine).
The 'send to SABnzbd' does not work at all. Newznab is indicating it has sent it, yet nothing queues in SABnzbd. I have tried to find some sort of log file that might tell me what is happening or not happening, but I'm coming up empty.
Has anyone else had trouble getting the two to talk? Also I should probably mention that I don't think SickBeard is having much luck using my newznab server (again both are on the same machine).
