The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
THIS THREAD IS CLOSED!
Posts in here will NOT be answered This hack has undergone many major changes since this thread was started. Consequently, most of the posts have become dated and of little use. To coincide with the latest major release (20010712), a new one has been started. See this thread for the latest version and discussion Show Your Support
|
Comments |
#352
|
|||
|
|||
First of all, this is a wonderful hack!!
Now, on my web server I did not have Email::Find and MIME::WordDecoder and I installed both the modules. After that I am encountering the following error: defined(@array) is deprecated at /usr/home/dsw/local/lib/perl5/site_perl/5.6.0/Net/DNS.pm line 137. (Maybe you should just omit the defined()?) Please help!!! |
#353
|
|||
|
|||
Quote:
If that fails, you may want to try your suggestion. Find the line in DNS.pm that it talks about and change it there. Try just declaring it as @array; and see what happens. In the meantime, I'll see if I can find any reference to this problem anywhere else. |
#354
|
|||
|
|||
That was just a warning! Since no processing was happening after that I thought it was an error. But then I found that I had both groups disabled. Now, I got everything working fine.
Thanks a bunch for the hack!! Btw, I had to take a paid registration with usenet.com to get the newsfeed. Though I like the fact that it has a spamfree news server. Is there a free or cheaper newsfeed? |
#355
|
|||
|
|||
Quote:
Quote:
|
#356
|
|||
|
|||
I've made all the changed you specified and in addition I've switched the option to use local server time. However the same error still results
|
#357
|
|||
|
|||
I removed the newgroup that was causing the trouble but it just happened on another group.
Code:
Fetching article body 27334... OK Processing article batch... Use of uninitialized value in numeric gt (>) at newnews.pl line 216. Use of uninitialized value in concatenation (.) at newnews.pl line 228. Use of uninitialized value in concatenation (.) at newnews.pl line 228. Use of uninitialized value in concatenation (.) at newnews.pl line 228. Query failed: INSERT LOW_PRIORITY IGNORE INTO usenet_ref (msgid,ref,cnt,dtm) VALUES ('<philip. remove.orr.629.011B100A@bigfoot.com....am.in.a.can.au>','<3ab213a3@news.ipr imus.com.au>',2+1,),('<philip.remove.orr.629.011B100A@bigfoot.com.spiced.ham.in. a.can.au>','<3ab21537@occy.pnc.com.au>',2+1,),('<philip.remove.orr.629.011B100A@ bigfoot.com.spiced.ham.in.a.can.au>','<3ab2c1ce@grissom>',2+1,) DBD::mysql::db do failed: You have an error in your SQL syntax near '),('<philip .remove.orr.629.011B100A@bigfoot.com...am.in.a.can.au>','<3ab21' at line 1 at newnews.pl line 576. bash$ |
#358
|
|||
|
|||
There's no need to set it to local time. The change just checked whether the $dtm field was populated with the nntp time and if it wasn't use the local time.
There is no doubt the error is being caused by the $dtm field not being populated. The reason this happens is because the time in the header is missing or malformed. The warning: 'Use of uninitialized value in numeric gt (> ) at newnews.pl line 216' is due to the $dtm field being null. (an advantage of 'use strict' and the -w flag) confirms this. Also you can see the dtm field is missing in the sql statement. What news server are you using and what groups are giving the most problems. I'll try them and add some more error checking. To confirm the problem, do this: Find line 299 that currently reads: [code ($p,$e) = parse_from($f); [/code] Add the following line directly ABOVE it Code:
if (!$d) { $d=time(); } Code:
if (/^Lines: (.*)/) { $l = $1; } } if (!$d) { $d=time(); } ($p,$e) = parse_from($f); push (@a,{ from => $f, |
#359
|
|||
|
|||
Hi....fastforward, Thanks for your hack...
But I have some questions, When I used spam control,it always appear a message as below: Warning: Cannot add header information - headers already sent by (output started at /home/httpd/html/forum/admin/adminfunctions.php:18) in /home/httpd/html/forum/admin/usenet.php on line 231 how to slove this problems.please... and in Options -> Character set for MIME decoder, it appear Parse error: parse error, expecting `']'' in /home/httpd/html/forum/admin/usenet.php(55) : eval()'d code on line 2 Thanks for your help.... |
#360
|
|||
|
|||
Quote:
Query failed: INSERT LOW_PRIORITY IGNORE INTO usenet_article (newsgroup,forum,msgid,dtm,subject,poste r,email,refs,body,msgnum,nntpposter,ord,threadid,p ostid) VALUES ('tw.bbs.comp.hardware' ,7,'<3f0Mhc$Zy5@bbs.cis.nctu.edu.tw>',982109749,'R e: ?бЦU?찪???㦳??window2000?????? ?]?w???D????????','?A???N?Ъ??p?\\','wuuchung.bbs@bb s.cis.nctu.edu.tw',NULL,'==> ?b ens .bbs@zoo.ee.ntu.edu.tw (?S?n?Z???F) ???峹??????:\n> ?N?O?ڭ̲oADSL\n> ?M???D???A??W IN98?t??\n> ?ڬO??WIN2000?t??\n> ?Q??sygate?ӤW??\n> ???O?ڲ{?b?u???WB BS\n> ?Ӥ????s?WWWW\n> ?аݭn?p???]?w?~???ѨM?H?H?H\n> ??ӷP?E????????\n\n ???ӬODNS?S???]?w?n.......\n--\n\n ?ڬO?ĤT?????N?ЧШk,?{?b?b?x? _???s?????A???????N??,?????????????N??.\n\n ?Ѳ?.???f.?v??.?q???w??.?????Z?OCS?????D,? ڳ?w???A?̨ӻP?ڤ@?_?Q??........\n--\n * Origin: ?? ???q?j?Ǹ??T???Ǩt BBS ?? <bbs.cis .nctu.edu.tw: 140.113.23.3',245055,'wuuchung.bbs@bbs.cis.nctu.ed u.tw (?A???N?Ъ??p?\\)' ,-1+1,0,0) DBD::mysql::db do failed: You have an error in your SQL syntax near 'wuuchung.bbs@bbs.c is.nctu.edu.tw',NULL,'==> ?b ens.bbs@zoo.ee.ntu.edu.tw (?S?n?Z' at line 1 at ./newnews. pl line 579. bash$ |
#361
|
|||
|
|||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|