
Arkvoodle`
Members-
Posts
95 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Arkvoodle`
-
I found this hangman script while surfing thar netZ. I did not make this mod, I am just posting it since I thought it was cool... hangman.php <?php session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['sneaps'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); $Category = "Web Programming"; # list of words (phrases) to guess below, separated by new line $list = "JAVA BEANS XBOX PLAYSTATION WILL POTION CALL OF DUTY TELEVISION COMPUTER CAMERA IPOD TELEPHONE ZOMBIE LAPTOP MYSQL DATABASE LOL CRIMINAL EXISTENCE MIRC MICROSOFT KEYBOARD BIKE"; # make sure that any characters to be used in $list are in either # $alpha OR $additional_letters, but not in both. It may not work if you change fonts. # You can use either upper OR lower case of each, but not both cases of the same letter. # below ($alpha) is the alphabet letters to guess from. # you can add international (non-English) letters, in any order, such as in: # $alpha = "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÑÒÓÔÕÖØÙÚÛÜÝŸABCDEFGHIJKLMNOPQRSTUVWXYZ"; $alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; # below ($additional_letters) are extra characters given in words; '?' does not work # these characters are automatically filled in if in the word/phrase to guess $additional_letters = " -.,;!?%&0123456789"; #========= do not edit below here ====================================================== echo<<<endHTML <HTML> <DIV ALIGN="center"> endHTML; $len_alpha = strlen($alpha); if(isset($_GET["n"])) $n=$_GET["n"]; if(isset($_GET["letters"])) $letters=$_GET["letters"]; if(!isset($letters)) $letters=""; if(isset($PHP_SELF)) $self=$PHP_SELF; else $self=$_SERVER["PHP_SELF"]; $links=""; $max=6; # maximum number of wrong # error_reporting(0); $list = strtoupper($list); $words = explode("\n",$list); srand ((double)microtime()*1000000); $all_letters=$letters.$additional_letters; $wrong = 0; echo "[b]Hangman[/b]"; if (!isset($n)) { $n = rand(1,count($words)) - 1; } $word_line=""; $word = trim($words[$n]); $done = 1; for ($x=0; $x < strlen($word); $x++) { if (strstr($all_letters, $word[$x])) { if ($word[$x]==" ") $word_line.=" "; else $word_line.=$word[$x]; } else { $word_line.="_<font size=1> </font>"; $done = 0; } } if (!$done) { for ($c=0; $c<$len_alpha; $c++) { if (strstr($letters, $alpha[$c])) { if (strstr($words[$n], $alpha[$c])) {$links .= "\n[b]$alpha[$c][/b] "; } else { $links .= "\n<FONT color=\"red\">$alpha[$c] </font>"; $wrong++; } } else { $links .= "\n<A HREF=\"$self?letters=$alpha[$c]$letters&n=$n\">$alpha[$c]</A> "; } } $nwrong=$wrong; if ($nwrong>6) $nwrong=6; echo "\n \n<IMG SRC=\"hangman_$nwrong.gif\" ALIGN=\"MIDDLE\" BORDER=0 WIDTH=100 HEIGHT=100 ALT=\"Wrong: $wrong out of $max\">\n"; if ($wrong >= $max) { $n++; if ($n>(count($words)-1)) $n=0; echo " <H1><font size=5>\n$word_line</font></H1>\n"; echo " <FONT color=\"red\"><BIG>SORRY, YOU ARE HANGED!!!</BIG></FONT> "; if (strstr($word, " ")) $term="phrase"; else $term="word"; echo "The $term was \"[b]$word[/b]\" \n"; echo "<A HREF=$self?n=$n>Play again.</A>\n\n"; } else { echo " # Wrong Guesses Left: [b]".($max-$wrong)."[/b] \n"; echo "<H1><font size=5>\n$word_line</font></H1>\n"; echo " Choose a letter: \n"; echo "$links\n"; } } else { $n++; # get next word if ($n>(count($words)-1)) $n=0; echo " <H1><font size=5>\n$word_line</font></H1>\n"; echo " [b]Congratulations!!! You win!!![/b] \n"; echo "<A HREF=$self?n=$n>Play again</A>\n\n"; } echo<<<endHTML </DIV></BODY></HTML> endHTML; ?> FYI:As you can tell, this mod is very exploitable via the url, that is why I did not add a rewardif you won. ScreenSHAWT: Images needed: hangman_1.gif hangman_2.gif hangman_3.gif hangman_4.gif hangman_5.gif hangman_6.gif Enjoy
-
two problems...#1 "crons" #2"basic settings"
Arkvoodle` replied to owetis's topic in General Discussion
Re: two problems...#1 "crons" #2"basic settings" Except for the fact that you just revealed your cpanel login and mysqldatabase name, it looks ok to me, but I don't really know for sure. -
Re: [Review] Assassins-Empire Make sure you are viewing the site via FireFox. IE explorer really messes up the layout, not sure about the other browsers.
-
Re: New Website I told you a million times(Quite litterally) what to make one about but you say no. X(
-
Re: [showcase] Assassins-Empire.com I have heard of those, I just prefere to be able to see what I'm doing step by step
-
The name of the site is Assassins-Empire URL: www.assassins-empire.com Description: Join the huge empire of assassins, within you can act from a large array of activities such as training, gaining money by scavaging, criminal activities, jobs and even go to college to study further attacking and defending abilities. With always active staff and constant updates, you can't get bored. So Sign up now, and become apart of the Assassins Empire... I'm always on the cpanel editing/adding/improving things, always thinking of mods to add and always kind to my users (Of course) ;) please let me know what you think of it or if you find any bugs or errors etc etc etc.
-
Re: [Review] Assassins-Empire PS. Please keep in mind this game has only been up one day, and there's only so much I can do in that time =P
-
Review please .. :wink: Link: www.assassins-empire.com Description: Join the huge empire of assassins, within you can act from a large array of activities such as training, gaining money by scavaging, criminal activities, jobs and even go to college to study further attacking and defending abilities. With always active staff and constant updates, you can't get bored. So Sign up now, and become apart of the Assassins Empire... Note: Still parts of the game that need fixing and stuff needs adding and editing. And banner will change 'cause it's aweful. lol Rate it: what would you give it out of 10? =D
-
Re: Mccodes V1 Jail Yyyyyyyyyyyyyyyoooiinnnkkkkk ! Nice one, thanks for posting, I'll add this now ! ;)
-
Re: [mccode] Need help Hasn't changed anything. =S
-
Re: help me plz <?php include "globals.php"; if(!$_GET['spend']) { print "Welcome to the crystal temple! You have [b]{$ir['crystals']}[/b] crystals. What would you like to spend your crystals on? [url='crystaltemple.php?spend=refill']Energy Refill - {$set['ct_refillprice']} Crystals[/url] [url='crystaltemple.php?spend=IQ']IQ - {$set['ct_iqpercrys']} IQ per crystal[/url] [url='crystaltemple.php?spend=money']Money - \$($set['ct_moneypercrys']) per crystal[/url] [url='crystaltemple.php?spend=will']Will Refill - 50 Crystals[/url] [url='crystaltemple.php?spend=brave']Brave Refill - 50 Crystals[/url] "; } else { if($_GET['spend'] == 'refill') { if($ir['crystals'] <$set['ct_refillprice']) { print "You don't have enough crystals!"; } else if($ir['energy'] == $ir['maxenergy']) { print "You already have full energy."; } else { $db->query("UPDATE users SET energy=maxenergy,crystals=crystals-{$set['ct_refillprice']} WHERE userid=$userid"); print "You have paid {$set['ct_refillprice']} crystals to refill your energy bar."; if($_GET['spend'] == 'will') { if($ir['crystals'] < 100) { print "You don't have enough crystals!"; } else if($ir['will'] == $ir['maxwill']) { print "You already have full will."; } else { $db->query("UPDATE users SET will=maxwill,crystals=crystals-100 WHERE userid=$userid"); print "You have paid 100 crystals to refill your will bar."; } } } } else if($_GET['spend'] == 'IQ') { print "Type in the amount of crystals you want to swap for IQ. You have [b]{$ir['crystals']}[/b] crystals. One crystal = {$set['ct_iqpercrys']} IQ.<form action='crystaltemple.php?spend=IQ2' method='post'><input type='text' name='crystals' /> <input type='submit' value='Swap' /></form>"; } else if($_GET['spend'] == 'IQ2') { $_POST['crystals']=(int) $_POST['crystals']; if($_POST['crystals'] <= 0 || $_POST['crystals'] > $ir['crystals']) { print "Error, you either do not have enough crystals or did not fill out the form. [url='crystaltemple.php?spend=IQ']Back[/url]"; } else { $iqgain=$_POST['crystals']*$set['ct_iqpercrys']; $db->query("UPDATE users SET crystals=crystals-{$_POST['crystals']} WHERE userid=$userid"); $db->query("UPDATE userstats SET IQ=IQ+$iqgain WHERE userid=$userid"); print "You traded {$_POST['crystals']} crystals for $iqgain IQ."; } } else if($_GET['spend'] == 'money') { print "Type in the amount of crystals you want to swap for money. You have [b]{$ir['crystals']}[/b] crystals. One crystal = \$".number_format($set['ct_moneypercrys']).".<form action='crystaltemple.php?spend=money2' method='post'><input type='text' name='crystals' /> <input type='submit' value='Swap' /></form>"; } else if($_GET['spend'] == 'money2') { $_POST['crystals']=(int) $_POST['crystals']; if($_POST['crystals'] <= 0 || $_POST['crystals'] > $ir['crystals']) { print "Error, you either do not have enough crystals or did not fill out the form. [url='crystaltemple.php?spend=money']Back[/url]"; } else { $iqgain=$_POST['crystals']*$set['ct_moneypercrys']; $db->query("UPDATE users SET crystals=crystals-{$_POST['crystals']},money=money+$iqgain WHERE userid=$userid"); print "You traded {$_POST['crystals']} crystals for \$".number_format($iqgain)."."; } } } $h->endpage(); ?>
-
Re: [both] Easy cPanel Login If you have a static ip, loc it to that. That what I have done on my game, so if it gets hacked, I can make a new account and type in admin.php and get on anyway, and the guy who hacked wont be able to. But, you will need a static IP.
-
Re: [mccode] Need help Replaces that top line?
-
Re: help me plz <?php include "globals.php"; if(!$_GET['spend']) { print "Welcome to the crystal temple! You have [b]{$ir['crystals']}[/b] crystals. What would you like to spend your crystals on? [url='crystaltemple.php?spend=refill']Energy Refill - {$set['ct_refillprice']} Crystals[/url] [url='crystaltemple.php?spend=IQ']IQ - {$set['ct_iqpercrys']} IQ per crystal[/url] [url='crystaltemple.php?spend=money']Money - \$'.number_format($set['ct_moneypercrys']).' per crystal[/url] [url='crystaltemple.php?spend=will']Will Refill - 50 Crystals[/url] [url='crystaltemple.php?spend=brave']Brave Refill - 50 Crystals[/url] "; } else { if($_GET['spend'] == 'refill') { if($ir['crystals'] <$set['ct_refillprice']) { print "You don't have enough crystals!"; } else if($ir['energy'] == $ir['maxenergy']) { print "You already have full energy."; } else { $db->query("UPDATE users SET energy=maxenergy,crystals=crystals-{$set['ct_refillprice']} WHERE userid=$userid"); print "You have paid {$set['ct_refillprice']} crystals to refill your energy bar."; if($_GET['spend'] == 'will') { if($ir['crystals'] < 100) { print "You don't have enough crystals!"; } else if($ir['will'] == $ir['maxwill']) { print "You already have full will."; } else { $db->query("UPDATE users SET will=maxwill,crystals=crystals-100 WHERE userid=$userid"); print "You have paid 100 crystals to refill your will bar."; } } } } else if($_GET['spend'] == 'IQ') { print "Type in the amount of crystals you want to swap for IQ. You have [b]{$ir['crystals']}[/b] crystals. One crystal = {$set['ct_iqpercrys']} IQ.<form action='crystaltemple.php?spend=IQ2' method='post'><input type='text' name='crystals' /> <input type='submit' value='Swap' /></form>"; } else if($_GET['spend'] == 'IQ2') { $_POST['crystals']=(int) $_POST['crystals']; if($_POST['crystals'] <= 0 || $_POST['crystals'] > $ir['crystals']) { print "Error, you either do not have enough crystals or did not fill out the form. [url='crystaltemple.php?spend=IQ']Back[/url]"; } else { $iqgain=$_POST['crystals']*$set['ct_iqpercrys']; $db->query("UPDATE users SET crystals=crystals-{$_POST['crystals']} WHERE userid=$userid"); $db->query("UPDATE userstats SET IQ=IQ+$iqgain WHERE userid=$userid"); print "You traded {$_POST['crystals']} crystals for $iqgain IQ."; } } else if($_GET['spend'] == 'money') { print "Type in the amount of crystals you want to swap for money. You have [b]{$ir['crystals']}[/b] crystals. One crystal = \$".number_format($set['ct_moneypercrys']).".<form action='crystaltemple.php?spend=money2' method='post'><input type='text' name='crystals' /> <input type='submit' value='Swap' /></form>"; } else if($_GET['spend'] == 'money2') { $_POST['crystals']=(int) $_POST['crystals']; if($_POST['crystals'] <= 0 || $_POST['crystals'] > $ir['crystals']) { print "Error, you either do not have enough crystals or did not fill out the form. [url='crystaltemple.php?spend=money']Back[/url]"; } else { $iqgain=$_POST['crystals']*$set['ct_moneypercrys']; $db->query("UPDATE users SET crystals=crystals-{$_POST['crystals']},money=money+$iqgain WHERE userid=$userid"); print "You traded {$_POST['crystals']} crystals for \$".number_format($iqgain)."."; } } } $h->endpage(); ?> There you go. Didn't look through the rest though...
-
Here's a little script I just made since I have nothing else to do. Tested and works fine. It costs 10% energy and you can chose wheather to look for either crystals or money, chance of getting hospital time too. So enjoy MC V1 random.php; <?php session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if($ir['energy'] < (($ir['maxenergy'])*0.10)) { die("You do not have enough energy to search here. [url='explore.php']Back[/url]"); } else { if($ir['hospital']!=0 || $ir['jail'] >0) { die("You cannot search while in jail/hospital"); } else { $what=$_POST['what']; print "<form action='random.php' method=POST> You see a load of old dumpsters and decide to look through them. It will cost 10% energy What do you want to look for? <select name='what'> <option value='crys'>Crystals</option> <option value='money'>Money</option></select> <input type='submit' value='Search'></form>"; $search=rand(1,10); $money=rand(500,2000); /*--- Value of money to be found min 500 max 2000 ---*/ $crys=rand(1,12); /*--- crystals min 1 max 12 --- */ $hosp=rand(5,15); /*--- hosp time between 5 mins and 15 mins ---*/ $eng=(($ir['maxenergy'])*0.10); /*--- 10% energy per search ---*/ if ($what =="crys") { if ($search =="1"||"10") { print "While searching a dumpster, you find $crys crystal(s) !"; mysql_query("UPDATE users SET crystals=crystals+$crys,energy=energy-$eng WHERE userid=$userid"); } elseif ($search =="7") { print "You find $crys crystals while searching, but a magpie swoops down and steals them! Bad luck"; } elseif ($search =="4"||"2") { print "You have found $crys crystals while searching the dumpster !"; mysql_query("UPDATE users SET crystals=crystals+$crys,energy=energy-$eng WHERE userid=$userid"); } } if ($what =="money") { if ($search =="3") { print "While searching you found $$money ! Congrats"; mysql_query("UPDATE users SET money=money+$money,energy=energy-$eng WHERE userid=$userid"); } elseif ($search =="8"||"5") { print "You found $$money while searching the dumpster !"; mysql_query("UPDATE users SET money=money+$money,energy=energy-$eng WHERE userid=$userid"); } elseif ($search =="6"||"9") /*--- 69 was a total accident lmao---*/ { print "You found $money in one of the dumpsters !"; mysql_query("UPDATE users SET money=money+$money,energy=energy-$eng WHERE userid=$userid"); exit; } } } } ?> And for V2 random.php <?php include "globals.php"; if($ir['energy'] < (($ir['maxenergy'])*0.10)) { die("You do not have enough energy to search here. [url='explore.php']Back[/url]"); } else { if($ir['hospital']!=0 || $ir['jail'] >0) { die("You cannot search while in jail/hospital"); } else { $what=$_POST['what']; print "<form action='random.php' method=POST> You see a load of old dumpsters and decide to look through them. It will cost 10% energy What do you want to look for? <select name='what'> <option value='crys'>Crystals</option> <option value='money'>Money</option></select> <input type='submit' value='Search'></form>"; $search=rand(1,10); $money=rand(500,2000); /*--- Value of money to be found min 500 max 2000 ---*/ $crys=rand(1,12); /*--- crystals min 1 max 12 --- */ $hosp=rand(5,15); /*--- hosp time between 5 mins and 15 mins ---*/ $eng=(($ir['maxenergy'])*0.10); /*--- 10% energy per search ---*/ if ($what =="crys") { if ($search =="1"||"10") { print "While searching a dumpster, you find $crys crystal(s) !"; mysql_query("UPDATE users SET crystals=crystals+$crys,energy=energy-$eng WHERE userid=$userid"); } if ($search =="7") { print "You find $crys crystals while searching, but a magpie swoops down and steals them! Bad luck"; } if ($search =="4"||"2") { print "You have found $crys crystals while searching the dumpster !"; mysql_query("UPDATE users SET crystals=crystals+$crys,energy=energy-$eng WHERE userid=$userid"); } } if ($what =="money") { if ($search =="3") { print "While searching you found $$money ! Congrats"; mysql_query("UPDATE users SET money=money+$money,energy=energy-$eng WHERE userid=$userid"); } if ($search =="8"||"5") { print "You found $$money while searching the dumpster !"; mysql_query("UPDATE users SET money=money+$money,energy=energy-$eng WHERE userid=$userid"); } if ($search =="6"||"9") /*--- 69 was a total accident lmao---*/ { print "You found $money in one of the dumpsters !"; mysql_query("UPDATE users SET money=money+$money,energy=energy-$eng WHERE userid=$userid"); exit; } } } } ?>
-
K just made a newspaper mod and it doesn't work. Forsome reason it doesn't give any errors either =/ As I believe, the error occours on these lines. Can anyone help me? SELECT is not my strong point =x $q=mysql_query("SELECT np.*,u1.username as poster FROM newspaper np LEFT JOIN users u1 ON u1.userid=np.pID LEFT JOIN newspaper u2 ON u2.userid=np.npSUBJECT ORDER BY np.npID DESC",$c) or die(mysql_error()); while($r=mysql_fetch_array($q)) { print "\n<tr> <td>[url='viewuser.php?u={$r[']{$r['poster']}[/url] [{$r['pID']}]</td> <td>[{$r['npSUBJECT']}]</td> <td>{$r['npTEXT']}</td> <td>[url='admin.php?action=repclear&ID={$r[']Clear[/url]</td> </tr>"; } SQL's are: npID pID npSUBJECT npTEXT npID = Newspaper ad id pID = player id npSUBJECT = subject ofcourse npTEXT = main ad..
-
Just a little mod I randomly decided to make when I was desperatly bored about 5 minutes ago. Tested and works. Mc V1 It credits the user $1000*their level and 5 crystals. Obviously you can edit this if your heart so desires... Can only be used once a day, or week, or month depending on where you put the cron. Make a file called gift.php and add this; <?php session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); $moneygain = (($ir['level'])*1000); if($ir['gift'] ==1) { echo ("You have already claimed your gift for today. Try again tomorrow !"); $h->endpage(); } else { print "You have received your gift. [img=bullet_blue.png]\$$moneygain [img=bullet_blue.png]5 crystals "; mysql_query("UPDATE users SET money=money+$moneygain,crystals=crystals+5,gift=1 WHERE userid=$userid"); } ?> Open up explore.php and find; [url='crystaltemple.php']Crystal Temple[/url] "; and underneath add; if($ir['gift'] == 0) { print "[url='gift.php']Claim Your Gift ![/url] "; } I'm perfectly awere that I have a SELECT function in the mod that is not used, I decided to leave it in 'cause I'm lazy... What you guna do 'bout it punk? SQL ALTER TABLE `users` ADD `gift` (int)11 not null default 0; Sorry if the sql doesn't work I literally just made it up now lol. And finally the cron info. (Which I added in daysoldcron) mysql_query("UPDATE users SET gift=0 WHERE gift > 0",$c); Optional Open header.php and find the part where it blabs on about donating and replace it with; "; if($ir['gift'] == 0) { print "[url='gift.php'][b]<center><u>You have not claimed your gift. Click here to claim it !!</u></center>[/b][/url]"; } print " Images: or http://demanufacture.xtreemhost.com/v1/ ... t_blue.png And you have a crappy 5 minute mod with no shitty credits. enjoy... =)
-
[mccode] Buy A House With Level Requirements !
Arkvoodle` replied to ColdK's topic in General Discussion
Re: Buy A House With Level Requirements ! FAAAAIIILLLL This would make the max level to buy a house only two digits long meaning the max level would be 99 of course. What if people want an `hLEVEL` to be 125?. I don't see the point in messing with things, should have just left it at int(11). Also I don't think it would need a default, but it works either way I guess. ALTER TABLE `houses` ADD `hLEVEL` INT(11) NOT NULL default '0' Thank you, and good night ! The sql works perfectly and i set it at 2 for a reason, sure your going to need ( 11,000,000,000) as the default for a house number. I use INT(2) in my own game, sure change it if you need it but that is not a fail as it works perfectly. OF course it needs a default, if you add a new house and the level isnt set its going to bring an error without the default. Also i use INT(2) etc because everyone uses INT(11) because thats all they know. Why follow the others, be creaive and different. *cough* Jesus. Like I said before, That ony allows people to have an "hLEVEL" of max 99 and min 1. So what if someone wanted an "hLEVEL" of 100? (rhetorical) That is why it should just be left as it is. So what if everyone else has it that way? (also rhetorical) It actually amazes me at how ignorant people are these days... -
[mccode] Very small mod to restrict reg name size
Arkvoodle` replied to Uridium's topic in Free Modifications
Re: [mod] very small mod to restrict reg name size As I believe, I stated "username" not "user_pass" Might just be me, although I'm pretty sure I can read. -
[mccode] Buy A House With Level Requirements !
Arkvoodle` replied to ColdK's topic in General Discussion
Re: Buy A House With Level Requirements ! Btw that was actually constructive critisism, sorry if I sounded like I was beeing an ass, I was meaning it to be an 'FYI' sort of thing. lol. But yeah good work ;) -
[mccode] Buy A House With Level Requirements !
Arkvoodle` replied to ColdK's topic in General Discussion
Re: Buy A House With Level Requirements ! FAAAAIIILLLL This would make the max level to buy a house only two digits long meaning the max level would be 99 of course. What if people want an `hLEVEL` to be 125?. I don't see the point in messing with things, should have just left it at int(11). Also I don't think it would need a default, but it works either way I guess. ALTER TABLE `houses` ADD `hLEVEL` INT(11) NOT NULL default '0' Thank you, and good night ! -
[mccode] Very small mod to restrict reg name size
Arkvoodle` replied to Uridium's topic in Free Modifications
Re: [mod] very small mod to restrict reg name size Or you could go into your database and change `username` legnth values to your desired number and save up some disc space on your host..? nice mod mate ! -
Re: game colours Or use SQL's. lol.
-
Re: Warning You got'a be kidding, right? Jesus... To be honest, I'm speechless. I really do not understand how you've just said that when the TWO post's above clearly state HE HACKED THROUGH CMARKET.PHP and btw, How would you know he hacked through cpanel anyway?
-
Re: usersonline.php Jesus. I'm sick of all this babyish talk. "OMG yhoo did nt mayk dis !!111one" Even IF he didn't make this, he may have changed it slightly and providing the real maker has acknowledged that it is up, then it's fine. Quit whinning people, just accept the fact that things may be put up twice that appear similar. It's just pathetic. I did not make this post I just copied it from someone and added an extra one in the quote. Please care.