The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Yeah, I'm pretty sure this is out thre, and I'm not talking about the one for the store, I want one for my rpg players at my forums so when new users register I can give them points. Or actually, where I can just pm all users like donating to them or something.
|
#2
|
||||
|
||||
![]()
Not a good idea since old members can register multiple new accounts to get points and donate it to themselves.
|
#3
|
|||
|
|||
![]()
No, we just check the IP's and if they do, oh well..
|
#4
|
||||
|
||||
![]()
In register.php find:
Code:
$DB_site->query("INSERT INTO user (userid,username,password,email,".$newstylefield."parentemail,coppauser,homepage,icq,aim,yahoo,signature,adminemail,showemail,invisible,usertitle,joindate,cookieuser,daysprune,lastvisit,lastactivity,usergroupid,timezoneoffset,emailnotification,receivepm,emailonpm,options,birthday,maxposts,startofweek,ipaddress,pmpopup,referrerid,nosessionhash,avatarid) VALUES (NULL,'".addslashes(htmlspecialchars($username))."','".addslashes(md5($password))."','".addslashes(htmlspecialchars($email))."',".$newstyleval."'".addslashes(htmlspecialchars($parentemail))."','$coppauser','".addslashes(htmlspecialchars($homepage))."','".addslashes(htmlspecialchars($icq))."','".addslashes(htmlspecialchars($aim))."','".addslashes(htmlspecialchars($yahoo))."','".addslashes($signature)."','$adminemail','$showemail','$invisible','".addslashes($usertitle)."','".time()."','$cookieuser','".addslashes($prunedays)."','".time()."','".time()."','$newusergroupid','".addslashes($timezoneoffset)."','$emailnotification','$receivepm','$emailonpm','$options','".addslashes($birthday)."','".addslashes($umaxposts)."','".addslashes($startofweek)."','".addslashes($ipaddress)."','$pmpopup','".addslashes($testreferrerid['userid'])."','$nosessionhash','$avatarid')"); $userid=$DB_site->insert_id(); Code:
coppauser,homepage, Code:
coppauser,homepage,storep, Code:
'".addslashes(htmlspecialchars($homepage))."', Code:
'".addslashes(htmlspecialchars($homepage))."','25', |
#5
|
||||
|
||||
![]()
Oops. Nevermind. I thought you were talking about Lesanes store hack.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|