View Single Post
  #2  
Old 09-28-2002, 04:49 PM
\ \ - Speedy - / /'s Avatar
\ \ - Speedy - / / \ \ - Speedy - / / is offline
 
Join Date: Nov 2001
Location: Speedy's World
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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~
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01134 seconds
  • Memory Usage 1,789KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete