Programs This section is for programs that can be used on Emulated servers[NO QUESTIONS HERE]
[RELEASE!] Playercreateinfo_spells Generator. =)
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
[RELEASE!] Playercreateinfo_spells Generator. =) -
05-29-2008
LIVE DEMO [Only registered and activated users can see links. ]
IF I SEE THIS LEAKED OR HASENT GOT THE MADE BY SNAILZ BIT I WILL REMOVE.
Source:
Code:
<HTML>
<HEAD>
<TITLE>Made By Snailz</TITLE>
</HEAD>
<BODY>
<form action="generate.php" method="post">
<input name="class" type="hidden" value="hid" />
Class: <select name="class" size="1">
<option value="0">Class</option>
<option value="1">Warrior</option>
<option value="2">Paladin</option>
<option value="3">Hunter</option>
<option value="4">Rouge</option>
<option value="5">Priest</option>
<option value="6">Shaman</option>
<option value="7">Mage</option>
<option value="8">Warlock</option>
<option value="9">Druid</option>
<option value="10">All</option>
</select><br /><br />
Spell ID: <input type="text" name="spell" size="30">
<br/>
<br/>
Spell ID#2: <input type="text" name="spell2" size="30"> (Leave The bottom section if you dont use this)
<br/>
<br/>
<input type="submit" value="Generate!">
<br/>
<br/>
<textarea name="output" cols="130" rows="20">
<?php
$entry = $_POST['class'];
$id = $_POST['hid'];
$spell = $_POST['spell'];
$spell2 = $_POST['spell2'];
if ($entry=="0")
echo "$id";
elseif($entry=="1")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
";
elseif($entry=="2")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
";
elseif($entry=="3")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
";
elseif($entry=="4")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
";
elseif($entry=="5")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');
";
elseif($entry=="6")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
";
elseif($entry=="7")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
";
elseif($entry=="8")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
";
elseif($entry=="9")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');
";
elseif($entry=="10")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');
Spell id 2
INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');
";
?>
</textarea>
<br/>
<br/>
This Script Was made by Snailz @ MMowned.com
</BODY>
</HTML> Snailz
Last edited by Snailz; 05-29-2008 at 10:32 AM .
Reason: wrong spelling lawl.
Donate to remove ads. Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
Also Takeing Requests on other Gen's to. Please post if you have any bugs etc.
Contributor
Rep Power: 1
Reputation: 104 Posts: 704
Join Date: Dec 2007
Location: Ascent Black Box
05-29-2008
Haha, so you finally got it working!
Good work and .
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
Yeah I got it working /dance ^^ Thx pig
Contributor
Rep Power: 2
Reputation: 147 Posts: 492
Join Date: Aug 2007
Location: Norway
05-29-2008
oh! really good^^
Graphic designer for crossfire-entertainment! And thx to Brightchild for my great sig
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
Kepp the commets comeing =O
and i need some requests
Contributor
Rep Power: 1
Reputation: 118 Posts: 734
Join Date: Oct 2007
Location: In Your Walls..
05-29-2008
Nice +rep.. Btw u spelled priest wrong
EDIT: cant rep :P
Spectrum-X is
win! Rep People That Help You and
Candybones Wont
Eat Your Brain :>
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
ill fix tht =/
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
3 people reply and 31 veiws.
I smell leeching.
Contributor
Rep Power: 2
Reputation: 168 Posts: 1,370
Join Date: May 2008
Location: Pyramid of Anubis
05-29-2008
Nice one, for you ofcourse
Thinked if you could make a generator for anything else, as it seems that you want request. But can't find anything for that =S It's already one for createitems... you got one for spells now and that is awsome.
But I just came up with an idea to improve this. Would it be able to write in more then one spell, like 10 spells on each time, and then get a full sql for the 10 spells. Or something like that
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
10x would be way to much =/ ill do 3x ^^ but i need help with arrays =O
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
added spell id 2.
didnt do any more becuase someone running a server should be able to press generate =/
*Candy L33T*
Legendary User Rep Power: 7
Posts: 2,224
Join Date: Dec 2006
Location: Langemark, Belgium
05-29-2008
nice contribution
i like it
+rep
(\_/) Give to people who have been helpfull!
(O.o) This is Bunny. Copy Bunny into your signature
(> <) to help him on his way to world domination. Quote:
Originally Posted by Dragon[Sky]
All I have to say is: You're all ungrateful fags.
If you don't like Ascent nor can wait, GTFO. Mangos welcomes you.
Contributor
Rep Power: 2
Posts: 821
Join Date: Nov 2007
Location: Your Mind
05-29-2008
glad you liked it ^^ still looking for more ideas
Banned
Rep Power: 0
Posts: 1,966
Join Date: Oct 2007
05-29-2008
Very nice. x3! /reported wrong section
Donate to remove ads.
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by
vBSEO 3.1.0
vBulletin Skin developed by:
vBStyles.com