vBulletin v1.0.0 nulled

Hoxxy

New Member
Here you go, I personally can't get it to work, let me know if you do...:)
Nulled status unknown!
 

JontyM

New Member
still no luck, none even when I read through the vB support, all it does on the installer is refresh the page. Have you had any more progress, Hoxxy?
 

dark_hunter

New Member
JontyM said:
still no luck, none even when I read through the vB support, all it does on the installer is refresh the page. Have you had any more progress, Hoxxy?
Support for this, has faded into the darkness. :(
 

JontyM

New Member
I know. I also am looking for a vBLite download, it is v1.1 which is similar to v1.13.

I personally think that vBTEAM should dedicate a section to 'Retro vBulletin'
 

mmmxiv

New Member
vBulletin Lite:

WARNING - USE AT YOUR OWN RISK - EVEN THOUGH IT WAS DISTRIBUTED AS FREE, IT HAS FLAWS AND HOLES WHICH vB NEVER FIXED.
 

dark_hunter

New Member
How do you use it?
I get this.
Code:
query("SELECT forumid,title,description,displayorder,lastpost,replycount,threadcount,allowposting FROM forum WHERE active=1 AND displayorder<>0 ORDER BY displayorder"); while ($forum=$DB_site->fetch_array($forums)) { // do light bulb if ($lastvisitdate=="Never") { $onoff="on"; } else { if ($bblastvisit<$forum[lastpost]) { $onoff="on"; } else { $onoff="off"; } } if ($forum[allowposting]==0) { $onoff.="lock"; } // prepare template vars $forumid=$forum[forumid]; $forumtitle=htmlspecialchars($forum[title]); if ($showforumdescriptions==1) { $forumdescription=$forum[description]; } // post and thread counts $numberposts=$forum[replycount]; $numberthreads=$forum[threadcount]; // dates if ($forum[lastpost]>0) { $lastpostdate=date($dateformat,$forum[lastpost]+($timeoffset*3600)); $lastposttime=date($timeformat,$forum[lastpost]+($timeoffset*3600)); } else { $lastpostdate="Never"; $lastposttime=""; } eval("\$forumbits .= \"".gettemplate("forumhomebit")."\";"); } // while forums eval("echo dovars(\"".gettemplate("forumhome")."\");"); } ?>
 

PAKIS-RULEZ

New Member
D4rk Avenger said:
Thats just what I was looking for thanks

I also think we should have a support forum for retro vBulletin as its so damn hard to use

i suggest u upgrade ur skills... old is not gold in web development
 
Top