The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#292
|
|||
|
|||
Changes to
register.php (2) Step 2 of 2 >>my change $DB_site->query("INSERT INTO user (userid,username,password,email,".$newstylefield." parentemail,coppauser,homepage ,icq,aim,yahoo,signature,adminemail,showemail,invi sible,usertitle,joindate,cooki euser,daysprune,lastvisit,lastactivity,usergroupid ,timezoneoffset,emailnotificat ion,receivepm,emailonpm,options,birthday,maxposts, startofweek,ipaddress,pmpopup, referrerid,nosessionhash,starlevel,starimg) VALUES (NULL,'".addslashes(htmlspecialchars($username))." ','".addslashes(md5($password) )."','".addslashes(htmlspecialchars($email))."',". $newstyleval."'".addslashes(ht mlspecialchars($parentemail))."','$coppauser','".a ddslashes(htmlspecialchars($ho mepage))."','".addslashes(htmlspecialchars($icq)). "','".addslashes(htmlspecialch ars($aim))."','".addslashes(htmlspecialchars($yaho o))."','".addslashes($signatur e)."','$adminemail','$showemail','$invisible','".a ddslashes($usertitle)."','".ti me()."','$cookieuser','".addslashes($prunedays)."' ,'".time()."','".time()."','$n ewusergroupid','".addslashes($timezoneoffset)."',' $emailnotification','$receivep m','$emailonpm','$options','".addslashes($birthday )."','".addslashes($umaxposts) ."','".addslashes($startofweek)."','".addslashes($ ipaddress)."','$pmpopup','".ad dslashes($testreferrerid['userid'])."','$nosessionhash','$userstarlvl','$userstarimg ','$avatarid')"); |
#293
|
|||
|
|||
solved it and everything works fine currently
I changed to this: // Stars Hack $DB_site->query("INSERT INTO user (userid,username,password,email,".$newstylefield." parentemail,coppauser,homepage ,icq,aim,yahoo,signature,adminemail,showemail,invi sible,usertitle,joindate,cooki euser,daysprune,lastvisit,lastactivity,usergroupid ,timezoneoffset,emailnotificat ion,receivepm,emailonpm,options,birthday,maxposts, startofweek,ipaddress,pmpopup, referrerid,nosessionhash,starlevel,starimg) VALUES (NULL,'".addslashes(htmlspecialchars($username))." ','".addslashes(md5($password) )."','".addslashes(htmlspecialchars($email))."',". $newstyleval."'".addslashes(ht mlspecialchars($parentemail))."','$coppauser','".a ddslashes(htmlspecialchars($ho mepage))."','".addslashes(htmlspecialchars($icq)). "','".addslashes(htmlspecialch ars($aim))."','".addslashes(htmlspecialchars($yaho o))."','".addslashes($signatur e)."','$adminemail','$showemail','$invisible','".a ddslashes($usertitle)."','".ti me()."','$cookieuser','".addslashes($prunedays)."' ,'".time()."','".time()."','$n ewusergroupid','".addslashes($timezoneoffset)."',' $emailnotification','$receivep m','$emailonpm','$options','".addslashes($birthday )."','".addslashes($umaxposts) ."','".addslashes($startofweek)."','".addslashes($ ipaddress)."','$pmpopup','".ad dslashes($testreferrerid['userid'])."','$nosessionhash','$userstarlvl','$userstarimg ')"); // Stars Hack End |
#294
|
||||
|
||||
this hack doens work for vb 2.2.1
i have to modified a few thing but doesnt work yet isnt show the starts i look the postbit and it is fine i think what can i do? $post[stars] are empty i think i do bad the misc change beacuse i dont found "user info update" or something like that and update the file or put 2 file for 2.2 and 2.0 |
#295
|
||||
|
||||
I am running vBulletin 2.2.1 and it works fine for my board.
The only thing I saw on the installation was that if the stars were not in the forum directory specified I had to edit showthread.php (I never had to touch that file - you have to edit admin/functions.php and stars.php). But I have it working perfectly fine on my board right now |
#296
|
||||
|
||||
i dont know what are you talking about
|
#297
|
||||
|
||||
Did you get it installed (the stars hack)?
I was saying that it is working fine on my board and I am running vB 2.2.1 and nothing is going wrong or anything, everything is running perfect. |
#298
|
||||
|
||||
read my first post
i say isnt show any starts but all work perfectly but dont show anything |
#299
|
||||
|
||||
What is the directory that you have the 'star' images in?
Do you have them in /forums/stars? If you have you stars in another directory other than /forums/stars/ follow the below instructions: (This is what I did on my board - the stars were not appearing on my board until after I did this) 1. Look for (in stars.php): ../images/stars/$star[starimg].gif\ and change it to path/to/images/stars/$star[starimg].gif\ 2. Look for (in admin/functions.php) ../images/stars/$star[starimg].gif\ and change it to path/to/images/stars/$star[starimg].gif\ ---------------------------------------------------- Backing up would be helpful as this is what I did on my forums ---------------------------------------------------- I hope this helps you out HellMind - Let me know |
#300
|
||||
|
||||
ty
but thata isnt my problem |
#301
|
|||
|
|||
can anyone post the final release for VB2.2.1 ??
Sorry but this one is a megathread.. it´s very hard to concentrate reading 20 sites... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|