Version: , by Kayn
Developer Last Online: Dec 2010
Version: 2.2.x
Rating:
Released: 07-02-2001
Last Update: Never
Installs: 59
No support by the author.
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:
This script isn't really a hack, just an external script that pulls information out of the VBulletin Database for news
or whatever reason you see fit. It's easy to install and configure, and has tons of the same features that many other
news scripts have, except you don't have to modify any Vbulletin source code (which I'm never comfortable doing
for some reason, but that's just me .
I had a really rough time finding a good, EASY news script that did what this does. I searched and found some, but
it really came down to easy installation. I didn't want to modify MySql tables or mess with the advanced Vbulletin
source (well, to me anyway). So I wrote this script. Yer.
This script was intended for VBulletin 2.0 only (I don't know if it will work with previous releases) and PHP4.
After you install, if at all possible, I would appreciate some credit to my script. A link to http://pluh.com
on your page before or after your news would be great. Let me know when you have it installed too - I love
seeing my stuff working on other websites!
Originally posted by Hamma I am getting almost the same:
Invalid SQL: UPDATE session SET lastactivity=1013550858,location='' WHERE sessionhash='553fdfe1c73db55a6e4db8d940df67b4'
mysql error:
mysql error number:
This happens when I try to include headlines and news on the same page.. I want to be able to include at least 3 headline files.. and the news.
I posted about this before but I really need help
If you are having the problem, with only 1 headline and 1 news on 1 page, then go around pages 12 - 15 of this thread and they talk about running the include statement in the header or the index file you are running to call your news. That should fix it with just using 1 headline, 1 news, per page.
My problem is that I need to run 4 headlines, 4 news, that look at 4 different configs, but they all need to be on one page.
Originally posted by anders This script doesent work out of the box in another directory than within the forum directory any plans on releasing something that does?
Why don't you just put it in your forum directory like I did? Full functional using vbcode, etc.
just use the refresh command to redirect to it. No biggie.
Originally posted by Hamma Exact same thing I am trying to do I will want to run 4 headlines if not more, and one news. With different config files
Don't use 1 news, use 4 different news and just place them right under each other. :up: That is what I am planning to do. I have read every single post in this thread and I saw what you are trying to do hamma and that is the same error I get. It gives that error when you try to have multiple headlines, but it is ok to have multiple news and 1 headline, but as soon as you add 2 headlines into the index file it gives the error.
Maybe this info will help somebody troubleshoot this problem.
Originally posted by Hamma This happens even when I use one news and one headline =\ The second i post the headline file it errors
Are you inlcuding them correctly into your file? Some people use the pluhnews file and then put their stuff in the header and footer, but I just created a brand new php file and then included the headline and news parts into it. Either way, you need to make sure you have the require statements for the config,and admin/config in there. That could be your problem. Check on pages 10-15 on this thread. I believe it's in there. They talk about making sure to put it before the < html > tag in the file.
Yep, did all that I have the includes on the top of my index page. Like I said it works perfect till I place headlines on the same page. Ive messed with the Pluhheadlines file a bit and still havent been able to get it going
But I took out the require lines that i moved to the top of the page... the require line for the config file remains in it. Because im using multiple config files