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 |
#542
|
|||
|
|||
Quote:
|
#543
|
|||
|
|||
Quote:
|
#544
|
|||
|
|||
Three possibilities are:
Ultimately, the first option is the best one... but that's also the hardest/longest one to implement. That can be combined with implementing html multipart posts as well. The 2nd and 3rd options are easier to implement and can also be used as options for those that don't want to fill their database with binary files, so implementing that now would get the 'problem' fixed. |
#545
|
|||
|
|||
I have posting from the board disabled and get a lot of posts waiting for manual insertion. If I had to find a pattern I woud say majority of these posts were cross-posts to groups not present on my board (as in reply to message nr 11111 in rec.group.whatever, which I have and 22222 in alt.group.whatever which I don't). But (there's always but) many many times first and a number of cross-posted follow ups appear in vB and then next one just gets stopped. Some posts are kept on hold simply because first message in the thread wasn't fetched, although message is available on the server and if I reset the counter it will fetch it when forced.
Another bug would be mixup of posts from time to time - I had plenty of moments when full threads and replies to another group were inserted into different thread in different board. This is minor though. Strangely enough everything worked perfect untill last versions for 2.0 betas (ones with all changes in the code)... For the last five days I've been purgiung all posts from one of the groups and changing servers, suspecting there might be something weird about INN we have in the office, but pulling from private account and from public server also had the issues described above... vBulletin 2.0.1 + Usenet hack 20010528 |
#546
|
|||
|
|||
Quote:
|
#547
|
|||
|
|||
Any ideas why I'd be getting the following error messages in the output?
DBD::mysql::db do failed: Duplicate entry 'reasonable' for key 2 at newnews.pl line 628. DBD::mysql::db do failed: Duplicate entry 'interest' for key 2 at newnews.pl line 628. DBD::mysql::db do failed: Duplicate entry 'rates' for key 2 at newnews.pl line 628. DBD::mysql::db do failed: Duplicate entry 'amend' for key 2 at newnews.pl line 628. Regards, Shri |
#548
|
|||
|
|||
Hi
This look a great script on your Forum Fastforward. I have couple of questions. How do I execute the file newnews.pl via cron? would it be posible to set up a script so that when a member logs on, it runs the newnews.pl file?(I have also emailed my host this question). vB code changes, (8) admin/functions.php. You say to ADD the new code just before the closing brace of the indexpost() on or around line 1022, My line 1022 is maked in red. Where do I add your code? Is it at the green marked Add here???? if ($newwords) { $newwords=trim($newwords); $insertwords="(NULL,'".str_replace(" ","'),(NULL,'",addslashes($newwords))."')"; $DB_site->query("INSERT IGNORE INTO word (wordid,title) VALUES $insertwords"); $selectwords="title IN('".str_replace(" ","','",addslashes($newwords))."')"; $DB_site->query("INSERT IGNORE INTO searchindex (wordid,postid) SELECT DISTINCT wordid,$postid FROM word WHERE $selectwords"); } if ($newtitlewords) { $newtitlewords=trim($newtitlewords); $insertwords="(NULL,'".str_replace(" ","'),(NULL,'",addslashes($newtitlewords))."') "; $DB_site->query("INSERT IGNORE INTO word (wordid,title) VALUES $insertwords"); $selectwords="title IN('".str_replace(" ","','",addslashes($newtitlewords))."')"; $DB_site->query("REPLACE INTO searchindex (wordid,postid,intitle) SELECT DISTINCT wordid,$postid,1 FROM word WHERE $selectwords"); Add here???? } } // ###################### Start makeforumjump ####################### Thank You for any help that you give. Mark Thornton |
#549
|
||||
|
||||
Loaded this morning everything looks good but I have 1 probelm for sure maybe 2. The first is when I run newnews.pl I get this error.
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@realwebhost.net and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/1.3.19 Server at www.realwebhost.net Port 80 Second I went to control panel made a forum called test and it shows up. Then I went to groups for usernet, I added a new group and the only thing I changed was I pointed it the new forum test. After I save I go to test forum on main page but the only thing that is there is test forum It does not show default newsgroup underneath. Can someone tell me what I doing wrong please. I know it is probably simple. Thanks Joey HTTP://forums.realwebhost.net test forum at the bottom |
#550
|
|||
|
|||
Quote:
Your best bet would be to re-index. If you have a large board and that's not an option, then either; 1) Simply delete those words from the word table. 2) turn off the index option for the news for a single pull. |
#551
|
|||
|
|||
Quote:
Quote:
if ($newtitlewords) { $newtitlewords=trim($newtitlewords); $insertwords="(NULL,'".str_replace(" ","'),(NULL,'",addslashes($newtitlewords))."') "; $DB_site->query("INSERT IGNORE INTO word (wordid,title) VALUES $insertwords"); $selectwords="title IN('".str_replace(" ","','",addslashes($newtitlewords))."')"; $DB_site->query("REPLACE INTO searchindex (wordid,postid,intitle) SELECT DISTINCT wordid,$postid,1 FROM word WHERE $selectwords"); } Add here???? } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|