![]() |
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... |
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 :( |
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.
|
yeh, i need it to! :o(
my site only holds 20 people, but its still not gd for them to reregister |
www.boardbase.de <- vbulletin
www.chefe.mibblack.de/boardnuke <- pn 5.5 it works with pn 5.5 ;), see the member lists (Mitglieder liste) |
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
|
Quote:
|
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 :) |
can i talk to you on icq, 122559445 , im having a slight problem
|
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
|
Hey MibBlack, if I got this right, this hack uses vBulletin's signup page for New Users, and then updates the Nuke_Users table with the new users info... ?
Ok, so how do I register all 2500 PhpNuke users as vBulletin users too? Give me a holler on ICQ if you have time (26738761)... thanks! |
Quote:
|
Quote:
hm sorry, it only converts at the moment bulletin users to pn users :( |
Quote:
|
does this work with vb 2.2.6 and PHP-Nuke 5.6?
|
What that was doing was instead of having regged users put in the info into one DB instead of the other. You would have to put the PN table data into the vB table data. I havn't looked at it, but it wont be as simple as just changing the queries and telling it to use the vB database.
Registering doesn't even take 5 min, so I'm sure they wouldn't mind if they really wanted to post. Also, there will be a CMS addon for vB. CMS, not portal. Go to vbulletin.com and read the thread on it if you want to know more. It will be seperate from vB 3 and cost $$$ |
how do i make the forums link on the main menu of phpnuke point to vbull..
|
All times are GMT. The time now is 09:21 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|