The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#42
|
|||
|
|||
sorry i am pretty damn tired. i read the thread but must have missed that one
|
#43
|
|||
|
|||
tnx for this great hack...
but i cant run this query : INSERT INTO template (templateid,templatesetid,title,template) VALUES (NULL,-2,'memberoftheday','0||vb||0||vb||0'); is this too complex? this is for stats panel hack.. :classic: |
#44
|
||||
|
||||
try this:
https://vborg.vbsupport.ru/showthrea...threadid=37726 let us know if it helped... also try running the query without the ";" at the end, it should work on firefly's hack. |
#45
|
||||
|
||||
Tried running the fifth query in the store hack which is this:
INSERT INTO store VALUES (1, 'username', 'Change Username', '500', '0', 'username.gif', 'With this action you can change your username', 'Y'); 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'); 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'); 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'); 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'); 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'); 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'); 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'); and now every time i try to run a query i get a database error... i don't kno what to do ... |
#46
|
|||
|
|||
i have the same problem as Mist, it worked fine until the same point, now no queries work at all.. im stumped
|
#47
|
|||
|
|||
i have the same problem as Mist, it worked fine until the same point, now no queries work at all.. i installed the updated version [post # 36] and i use 2.2.5.. *stumped..
|
#48
|
||||
|
||||
The problem is in the line:
Code:
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'); Code:
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'); |
#49
|
||||
|
||||
yes but both myself and phaze1 have done this on our forums and now query.php won't run queries for us...
the whole things is mucked up... |
#50
|
||||
|
||||
I'm not sure then. I am also running 2.2.5 and with change was able to install the store without any problems. Wish I could help more.
:disappointed: |
#51
|
||||
|
||||
i ran the 5th query (the long one) as one whole wheras it sed u can run it as seperate ones...
firefly i really need ure help with this... |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|