The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | ||||||||||||||||||||||||||
UPDATED! Woohoo!
I just fixed/added stuff from version 1.0! Download the new version 1.5 if you have the old 1.0 - lots of better features. From the readme.txt: Quote:
And Headlines! http://pluh.com/forums/PluhHeadlines.php Let me know if you like it! (Thanks Dark Wizard and Bane) *NOTE: I will not be able to provide support for this hack, as I am extremely busy. Sorry...* Show Your Support
|
Comments |
#352
|
||||
|
||||
Can I get some help here? Anytime I try to add the hack mutliple times I get errors. Can somebody PLEASE help me with this?
Also when I run the error just once on a page I get this at the very bottom of the page: Warning: 1 is not a valid MySQL-Link resource in /my/path/forumz/admin/db_mysql.php on line 93 (changed the path for privacy) There seems to have been a slight problem with the database. Please try again by pressing the refresh button in your browser. An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists. We apologise for any inconvenience. Database error in vBulletin: Invalid SQL: UPDATE session SET lastactivity=1013936279,location='/forumz/news.php' WHERE sessionhash='ec886e6a12d4f5e1118d7cc698d1884a' mysql error: mysql error number: Date: Sunday 17th of February 2002 12:58:01 AM Script: /forumz/news.php Referer: |
#353
|
||||
|
||||
I would I get it so that the headlines and news only show the latest news that was posted within the last 24 hours?
This would be really useful, that pages that have a lot of news don't take so long to load up, from loading old news. If anybody can help with this, it would be greatly, appreciated. Thanks! |
#354
|
|||
|
|||
I'm getting this error in the headlines:
Warning: Cannot add header information - headers already sent by (output started at /root/path/indexcopy.php:16) in /root/path/boards/admin/functions.php on line 1490 And this when I call the news: Fatal error: Cannot redeclare stripslashesarray() in /root/path/boards/global.php on line 11 Any ideas what it is? |
#355
|
||||
|
||||
SL you are only running 1 headlines and 1 news on the same page right?
|
#356
|
|||
|
|||
|
#357
|
||||
|
||||
OK, make sure in your headlines php file that the only require line in there is
require("./PluhConfig.php"); Then in your php file that is calling the headlines and news files make sure that that these are before the < html > tag <? require("global.php"); require("admin/config.php"); require("PluhConfig.php"); ?> Rename the PluhConfig.php line if you renamed your headlines/news/config files. Let me know if this fixed it. :up: |
#358
|
|||
|
|||
It looks like it fixed the first error with the headlines header thing, but I'm still getting this error from the news:
Fatal error: Cannot redeclare stripslashesarray() in /usr/home/syslogic/public_html/boards/global.php on line 11 Any ideas on that one? |
#359
|
||||
|
||||
Oh I forgot. Check your news file and take out all the require lines there. I was messing around and I think we can actually take the require line out of the headlines file as well. So all the required lines should be in the main file calling the headlines and news. I think that should fix the news problem too.
|
#360
|
|||
|
|||
Now I'm getting this:
Database error in vBulletin 2.2.1: Invalid SQL: SELECT smilietext,smiliepath FROM smilie mysql error: mysql error number: 0 Date: Wednesday 20th of February 2002 09:49:54 AM Script: http://www.slcentral.com/boards/temp2/indexcopy.php Referer: |
#361
|
||||
|
||||
hmm, I think I have seen that error before. I believe these are the only changes I made from the install. I do know that the hack was designed to place the files in your forum directory and not in a site root or anywhere else. Try looking through this thread. The most helpful stuff is around pages 10 - 15 I have read this entire thread a few times over so I know what most peeps problems are.
For those lines I gave to you, did you put the right path in? Like I said put this line in require("global.php"); but that's because my file that is calling global.php is in the same directory as global.php so if yours is in another directory then you would need to change the path to the global, admin/config, and news config files. Right now that's the only thing I can think of. If that doesn't work you may want to try putting the file that is including the headlines, news, etc. in your forum directory where VB is installed in and see if that works. I think that could be a lot of peoples problems, but I'm not sure. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|