The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Ok, I am just wondering does this hack (http://www.vbulletin.org/hacks/index...hack&hackid=20) support vBulletin 2.2.2 and php-Nuke 5.5?
I can't download it, since I don't have the licence yet, so I can't really tell... anyone else installed it on vb 2.2.2 and phpnuke 5.5? Also, the author of the hack (apollyon) is not a registered user on this board at all, so I couldn't even get to him to ask him about this detail... |
#2
|
|||
|
|||
i have this question, too. (but i?m registered )
in phpnuke 5.5 is no user.php, but the hack http://www.vbulletin.org/hacks/index...hack&hackid=20 just works with that. help please |
#3
|
|||
|
|||
Well, I am just waiting to find out if this hack works with PHPNuke 5.5 so I can go ahead and purchase a licence for vBulletin... otherwise, if it doesn't work with PHPNuke 5.5 and the latest version of vBulletin, I'm not spending my money on it... cuz I already have 2500 users registered on my site (+ getting 15-20 new users each day), and I don't want to force all of them to re-register again for the vBulletin too.
|
#4
|
|||
|
|||
yeh, i need it to! (
my site only holds 20 people, but its still not gd for them to reregister |
#5
|
|||
|
|||
www.boardbase.de <- vbulletin
www.chefe.mibblack.de/boardnuke <- pn 5.5 it works with pn 5.5 , see the member lists (Mitglieder liste) |
#6
|
||||
|
||||
does anyone know how to get the last 10 hack for showing the last 10 posts of vbulletin to show up on phpnuke 5.5? I tried looking everywhere but it no longer works by just putting it on the index.php
|
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
It?s really easy:
go to register.php dbusername = the username you use for your database dbpass = the password you use for your database dbname = the name of your database replace this: // ############################### start activate form ############################### if ($a=="ver") { // get username and password if ($bbuserinfo[userid]==0) { $bbuserinfo[username]=""; } eval("dooutput(\"".gettemplate("activateform")."\" );"); } with this: // ############################### start activate form ############################### if ($a=="ver") { // get username and password if ($bbuserinfo[userid]==0) { $bbuserinfo[username]=""; } eval("dooutput(\"".gettemplate("activateform")."\" );"); } mysql_connect("localhost", "dbusername", "dbpass"); mysql_select_db("dbname"); //empty pn userdb and fill it with fresh userdata $query=mysql_query("delete from nuke_users"); $query=mysql_query("INSERT INTO nuke_users (uid,uname,email,url,user_sig,pass,user_icq) select userid,username,email,homepage,signature,password, icq from user"); $query=mysql_query("update nuke_users set umode='nested', theme='ExtraLite' "); mysql_close(); Then FIND: $DB_site->query("INSERT INTO user (userid,username,password,email,".$newstylefield." parentemail,coppauser, homepage,icq,aim,yahoo,signature,adminemail,showem ail,invisible,usertitl e,joindate,cookieuser,daysprune,lastvisit,lastacti vity,usergroupid,timez oneoffset,emailnotification,receivepm,emailonpm,op tions,birthday,maxpost s,startofweek,ipaddress,pmpopup,referrerid,nosessi onhash) VALUES (NULL,'".addslashes(htmlspecialchars($username))." ','".addslashes($passw ord)."','".addslashes(htmlspecialchars($email))."' ,".$newstyleval."'".ad dslashes(htmlspecialchars($parentemail))."','$copp auser','".addslashes(h tmlspecialchars($homepage))."','".addslashes(htmls pecialchars($icq))."', '".addslashes(htmlspecialchars($aim))."','".addsla shes(htmlspecialchars( $yahoo))."','".addslashes($signature)."','$adminem ail','$showemail','$in visible','".addslashes($usertitle)."','".time()."' ,'$cookieuser','".adds lashes($prunedays)."','".time()."','".time()."','$ newusergroupid','".add slashes($timezoneoffset)."','$emailnotification',' $receivepm','$emailonp m','$options','".addslashes($birthday)."','".addsl ashes($umaxposts)."',' ".addslashes($startofweek)."','".addslashes($ipadd ress)."','$pmpopup','" .addslashes($testreferrerid['userid'])."','$nosessionhash')"); $userid=$DB_site->insert_id(); $user_regdate = date("M d, Y"); -------------------------------------------------------------- AFTER THAT PLACE: $cryptpass=crypt($password); mysql_query("insert into nuke_users (uname, email, url, user_regdate, user_icq, user_aim, user_yim, user_viewemail, pass) values ('$username', '$email', '$homepage', '$user_regdate', '$icq', '$aim', '$yahoo', '$showemail', '$cryptpass')"); ----------------------------------------------------------------- The Php Nuke 5.5 Part: Search in Modules/My Account/index.php (search for it 2 or 3 times) This: op=new_user/ and replace the hole link there with: http://www.yoururl.org/forum/registe...action=signup/ Thats it |
#9
|
|||
|
|||
can i talk to you on icq, 122559445 , im having a slight problem
|
#10
|
|||
|
|||
from what ive understood vb3 will be somekind of portal script, so i would wait and see how good it is until u start messin around with integrating phpnuke
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|