The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
||||
|
||||
I also have this problem .. .
When you read the .txt file it says . . . * * * * * * * * * * * * * * * * * QUERY'S * * * * * * * * * * * * * * * * * ********************************** 1st Query: ********************************** CREATE TABLE store ( id smallint(5) unsigned DEFAULT '0' NOT NULL auto_increment, action varchar(255) NOT NULL, title varchar(255) NOT NULL, costs varchar(255) NOT NULL, sold smallint(5) DEFAULT '0', imgurl varchar(255) NOT NULL, description varchar(255) NOT NULL, ok char(1) NOT NULL default '', quantity smallint(5) DEFAULT '0', PRIMARY KEY (id) ); ********************************** END 1st Query: ********************************** ********************************** 2nd Query: ********************************** CREATE TABLE storeadmin ( id smallint(5) unsigned DEFAULT '0' NOT NULL auto_increment, storename varchar(255) NOT NULL, pointname varchar(255) NOT NULL, welcome varchar(255) NOT NULL, welcomed varchar(255) NOT NULL, showimg char(1) NOT NULL default '', showrich char(1) NOT NULL default '', showgoodie char(1) NOT NULL default '', newthread int(10) DEFAULT '0', newreply int(10) DEFAULT '0', reply1 int(10) DEFAULT '0', reply2 int(10) DEFAULT '0', reply3 int(10) DEFAULT '0', reply4 int(10) DEFAULT '0', reply5 int(10) DEFAULT '0', rpoint1 int(10) DEFAULT '0', rpoint2 int(10) DEFAULT '0', rpoint3 int(10) DEFAULT '0', rpoint4 int(10) DEFAULT '0', rpoint5 int(10) DEFAULT '0', view1 int(10) DEFAULT '0', view2 int(10) DEFAULT '0', view3 int(10) DEFAULT '0', view4 int(10) DEFAULT '0', view5 int(10) DEFAULT '0', vpoint1 int(10) DEFAULT '0', vpoint2 int(10) DEFAULT '0', vpoint3 int(10) DEFAULT '0', vpoint4 int(10) DEFAULT '0', vpoint5 int(10) DEFAULT '0', PRIMARY KEY (id) ); ********************************** END 2nd query ********************************** ********************************** 3th Query: ********************************** ALTER TABLE user ADD storep smallint(5) DEFAULT '0' ********************************** END 3th query ********************************** ********************************** 4th Query: ********************************** INSERT INTO storeadmin VALUES (1,'Store', 'Points', 'Welcome on the store', 'Here you can buy different goodies for the forum', 'N', 'Y', 'Y',10,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5); ********************************** END 4th Query ********************************** ********************************** 5th Query(u probably have to execute these query's apart): ********************************** INSERT INTO store VALUES (1, 'username', 'Change Username', '500', '0', 'username.gif', 'With this action you can change your username', 'Y','0'); INSERT INTO store VALUES (2, 'customtitle', 'Change Custom Title', '300', '0', 'title.gif', 'With this action you can get a custom title and if you dont have one already then get one', 'Y','0'); INSERT INTO store VALUES (3, 'customavatar', 'Change Custom Avatar', '700', '0', 'avatar.gif', 'With this action you can get a custom avatar or if you already one you can change it...', 'Y','0'); INSERT INTO store VALUES (4, 'givetitle', 'Give an other user a custom title', '700', '0', 'givetitle.gif', 'With this action you can give an other user a custom title. The title that you give will be showed on every post of that user. <br><b>Tip:</b> Do it when that user dont have enough money to restore his custom title ', 'Y','0'); INSERT INTO store VALUES (5, 'donate', 'Donate money to an other user', '0', '0', 'donate.gif', 'With this "free" action you can donate money to other members.', 'Y','0'); INSERT INTO store VALUES (6, 'scrap', 'Scrap your yellow/red card', '700', '0', 'card.gif', 'With this action you can scrap your yellow/red card. Want to become a mod but have a yellow/red card? Do this action to begin with a new veb life ', 'Y','0'); INSERT INTO store VALUES (7, 'calendar', 'Add Calendar Event', '500', '0', 'calendar.gif', 'With this action you can add a public calendar event on the calendar', 'Y','0'); INSERT INTO store VALUES (8, 'glowusername', 'Add Glow To Username', '2000', '0', 'glow.gif', 'With this action you can add an attractive glowing color to your username wich you can define yourself. If you have already a glow then you can change it here aswell.', 'Y','0'); ********************************** END 5th Query ********************************** ********************************** 6th Query: ********************************** CREATE TABLE storeaction ( id smallint(5) unsigned DEFAULT '0' NOT NULL auto_increment, postuserid int(20) NOT NULL, postid int(20) NOT NULL, postusername varchar(255) NOT NULL, userid int(20) NOT NULL, username varchar(255) NOT NULL, what varchar(255) NOT NULL, PRIMARY KEY (id) ); ********************************** END 6th Query ********************************** ********************************** 7th Query: ********************************** CREATE TABLE storeextra ( id smallint(5) unsigned DEFAULT '0' NOT NULL auto_increment, action varchar(255) NOT NULL, userid varchar(255) NOT NULL, color varchar(255) NOT NULL, PRIMARY KEY (id) ); ********************************** END 7th Query ********************************** Well what the hell does all that mean? I have instsalled plenty of other hacks, and they never said anyhting ahout that weird stuff. ~Speedy~ |
#3
|
||||
|
||||
Plenty of other hacks installed? Were they template hacks?
This tutorial made by Tubedogg will tell you more about installing query's: http://www.vbulletin.com/forum/showt...threadid=18558 |
#4
|
||||
|
||||
When ever I click on something in phpmyadmin, it goes to a "black page"
The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. -------------------------------------------------------------------------------- Please try the following: Click the Refresh button, or try again later. If you typed the page address in the Address bar, make sure that it is spelled correctly. To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP). If your Network Administrator has enabled . . . . I see all the "tables" or I think I do, it says access adminlog adminutil announcement attachment avatar bbcode calendar_events customavatar forum forumpermission icon moderator poll pollvote post privatemessage profilefield replacement replacementset search searchindex session setting settinggroup smilie style subscribeforum subscribethread template templateset thread threadrate user useractivation userfield usergroup usertitle word on the side but like when i click on on of them it shows the bigging message So what do I do, I realy want to install this hack ~Speedy~ |
#5
|
||||
|
||||
|
#6
|
||||
|
||||
ok I did that and I got all them query's done, now I get to the part where I think everything will be smooth as a ace (the hacking files part), and then . . .
Open register.php and find . . . Code:
if (!$testreferrerid=$DB_site->query_first("SELECT userid FROM user WHERE username = '".addslashes($referrername)."'")) { eval("standarderror(\"".gettemplate("error_badreferrer")."\");"); exit; } Code:
if (!$testreferrerid=$DB_site->query_first("SELECT userid FROM user WHERE username = '".addslashes($referrername)."'")) { eval("standarderror(\"".gettemplate("error_badreferrer")."\");"); exit; } } } Code:
$testreferrerid['userid'] = 0; if ($usereferrer and $bbuserinfo['userid']==0) { if ($referrername) { if (!$testreferrerid=$DB_site->query_first("SELECT userid FROM user WHERE username = '".addslashes($referrername)."'")) { eval("standarderror(\"".gettemplate("error_badreferrer")."\");"); exit; } $lesane=$DB_site->query_first("SELECT * FROM user WHERE username = '".addslashes($referrername)."'"); $pmmessage="U brought us a new referrer: $username. We appreciate this and as return we reward you with $100. Your money is increased with $100. Thanks."; $later = $DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,messageread,folderid) VALUES (NULL,'$lesane[userid]','$lesane[userid]','1','New Referrer','".addslashes($pmmessage)."',".time().",0,0)"); $updatestore=$DB_site->query("UPDATE user SET storep=storep+100 WHERE username = '".addslashes($referrername)."'"); } } then I close that file and upload it Then I open register.php did that step no probelm Next File . . . Member.php, and when this bad boy came up I coudn't find anything remotry the same, I saw a coule thigns but then under it it didnt match, Can someone PLEASE update this hack to vb 2.2.8 standers? ~Speedy~ |
#7
|
||||
|
||||
what version of VB you running??? might be wrong.. just an idea
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|