The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#287
|
|||
|
|||
I tried to execute it but it comes up an error sayin "ERROR Executing Associated Application Or Association Not Found."
Can any body help? I need Da Instructions... |
#288
|
||||
|
||||
Quote:
Hope it helps, |
#289
|
|||
|
|||
Quote:
|
#290
|
|||
|
|||
what the hell?
On mine , I uploaded the images and installed it right, but yet, it only show up under, really too, random people?? what the hell is going on?? Heres the link to my board ochroma.net/forum please help me guys! |
#291
|
|||
|
|||
I have installed Stars
some of my users who try to register get this error when they submit... There seems to have been a slight problem with the MacUser.de community! database. Please try again by pressing the refresh button in your browser. An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists. We apologise for any inconvenience. I received an email: Subject: vBulletin (forum) Database error! Database error in vBulletin 2.2.1: Invalid SQL: INSERT INTO user (userid,username,password,email,styleid,parentemai l,coppauser,homepage,icq,aim,yahoo,signature,admin email,showemail,invisible,usertitle,joindate,cooki euser,daysprune,lastvisit,lastactivity,usergroupid ,timezoneoffset,emailnotification,receivepm,emailo npm,options,birthday,maxposts,startofweek,ipaddres s,pmpopup,referrerid,nosessionhash,starlevel,stari mg) VALUES (NULL,'freeze','a6008231fa64ff879ecb286a657b6a99', 'eric@macinmotion.com','0','','0','http://','114975541','','','','0','1','0','Member','10076 59894','1','-1','1007659894','1007659894','2','+1','1','1','0', '15','0000-12-9','-1','1','80.128.211.49','0','0','1','1','star1','0' ) mysql error: Column count doesn't match value count at row 1 mysql error number: 1136 Date: Thursday 06th of December 2001 06:31:34 PM Script: http://www.macuser.de/forum/forum/register.php Referer: http://www.macuser.de/forum/register.php please help me |
#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:
|