The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#372
|
|||
|
|||
Um, when I am installing, when I go to this step:
**Find maketableheader("Update Users Info</b> - </b>updates user titles<b>","",0); **and replace with maketableheader("Update Users Info</b> - </b>updates user titles and stars<b>","",0); This is in the file Admin/Misc.php Anyhow, that line can't be found. Please help! |
#373
|
|||
|
|||
When I'm editing my files I also need to edit this:
root/newthread.php Step 2 of 2 find: $DB_site->query("UPDATE user SET ".iif ($foruminfo[countposts],"posts=posts+1,","")." $dotitle"."lastpost='".time()."' WHERE userid='$bbuserinfo[userid]'"); I couldn't find it, till I noticed that I already changed it with Zajako's RPG hack to: // Zajako's Rpg hack pay per post $DB_site->query("UPDATE user SET ".iif ($foruminfo[countposts],"posts=posts+1,","")." $dotitle"."lastpost='".time()."',rpgmoney=rpgmoney +'$moneynewthread' WHERE userid='$bbuserinfo[userid]'"); } // end zajako's rpg hack pay per post How can I edit this to the right code which is needed to install this stars hack? I don't want to drop Zajako's RPG hack ofcourse. Thanks in advance. |
#374
|
||||
|
||||
Quote:
|
#375
|
||||
|
||||
Anyone got this to work on 2.2.9 yet??
if so can they MSN me?? |
#376
|
||||
|
||||
i ran the installer and it finesh but idont see any thing
|
#377
|
||||
|
||||
Quote:
PHP Code:
|
#378
|
|||
|
|||
Find:
$DB_site->query("UPDATE user SET ".iif ($foruminfo[countposts],"posts=posts+1,","")." $dotitle"."lastpost='".time()."' WHERE userid='$bbuserinfo[userid]'"); } CHANGE it to: // Zajako's Rpg hack pay per post $rpgadmin = $DB_site->query_first("SELECT * FROM rpgmoneyadmin"); $payme=$rpgadmin[newthread]; $DB_site->query("UPDATE user SET ".iif ($foruminfo[countposts],"posts=posts+1,","")." $dotitle"."lastpost='".time()."',rpgmoney=rpgmoney +'$payme' WHERE userid='$bbuserinfo[userid]'"); } // end zajako's rpg hack pay per post |
#379
|
|||
|
|||
I need a slight bit of help on the index.php.
I installed this hack way back at ver 2.0.0. It worked fine until I hada hacker crash my database for me. :ermm: Anyway I'v installed updates up to 2.0.3, and ran the forum for quite a while without stars, although the old stars.php, and my star graphics where in place. (also the database tables were still ok.) I recently upgraded to 2.3.0, and decided to try this again. I did the upgrade, and ther were some slight changes, but I got it working great. The only problem I have is I made the new stars catigory in the index.php, but since it's change so much I can't figure out how to get the "add" & "modify" catigories under the header. I uploaded the new stars.php, and if I go directly to it, everything is in place. I just would like to get to it through the admin cp. Thanks This is still a great hack. :banana: I stuck this in the index ???? Code:
//<!-- Stars Hack --> maketableheader("User Stars"); makenavoption("Modify","stars.php?action=add","|"); makenavoption("Modify","stars.php?action=modify"); //<!-- Stars Hack End --> |
#380
|
|||
|
|||
eh
nevermind I forgot I save this text file... Got it working. :banana: Code:
//Stars Hack makenavoption("Add","stars.php?action=add","<br>"); makenavoption("Modify","stars.php?action=modify","<br>"); makenavselect("User Stars"); //End Stars Hack Thanks Tubedogg and damicatz. |
#381
|
|||
|
|||
Hi all
I am really getting down with this hack, I went by the instructions and have changed all the files and used the modified code but then I started getting errors. First was my registration, I could not see a way out so I replaced my hacked registration page with the original one. All seems ok and no difference to the hack.....or will it? Now I just tried to modify a user group and I am getting ' Parse error: parse error, unexpected $ in /home/virtual/site76/fst/var/www/html/forum/admin/usergroup.php on line 308' I did everything by the book, btw is there a copy of the stars.txt file that I can download so I can have another go and editing the files, the only information was in the installation file which I cant read again without wiping my tables. Please someone, I am in urgent need of some help, thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|