Jump to content
MakeWebGames

iseeyou94056

Members
  • Posts

    691
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by iseeyou94056

  1. Re: [Free] Password reset code how can i tell if it is md5 encryption or not
  2. Re: [mccode] Mining mod whats the cron to refill it
  3. Re: [site tools] auto backup your site what do u name the files
  4. Re: [Free] Advanced(ish) Level Upgrade Mod. someone got it for me but we still go up like normal dont got to click it
  5. Re: [Free] Advanced(ish) Level Upgrade Mod. global $upgrade; if($upgrade == "Y") { print"[upgrade]"; }   dont work i want it next to where it sas level and i cant get it to
  6. Re: [Free] Advanced(ish) Level Upgrade Mod. this dont work can u fix it please
  7. Re: [Free] [v1] Help Bot this should be it as v2 if i am wrong please tell me     <?php /*----------------------------------------------------- -- Isomerizer Copright 2007. -- Help Bot (Free Mod) -----------------------------------------------------*/ include "globals.php"; // CONFIGURATION \\ // Use || to add multiple words \\ // $question is the question asked, and the $answerq is the reply \\ $question=strtolower($_POST['question']); $ask=" <form action=bot.php method=POST>Question: <input type=text name=question> <input type=submit value=Ask></form>"; $answer="<h2>Answer</h2> "; print "<h3>Help Bot</h3>"; print "(The help bot can help you with various things, Type in the keyword to see if it can help....) [i]*Typing in lower can will help more*[/i] "; if ($question=="") { print $ask; exit; } else { //The stat variables can be changed to suit your game \\ $strenght="might"; $agility="stealth"; $force="defence"; $labour="force"; $energy="power"; $nerve="bottle"; $education="college"; $exlore="jungle"; $gang="tribe"; $game="Amazon Survival"; if ($question=="help") { $answerq="What do you need help with?"; } if ($question=="hello"||$question=="helo"||$question=="hi"||$question=="hey") { $answerq="Hello how are you?"; } if ($question=="good") { $answerq="Im glad to hear your good."; } if ($question=="$strenght") { $answerq="This stat is used to calculate how much damage a weapon does."; } if ($question=="$agility") { $answerq="This stat is used for dodging attacks."; } if ($question=="$force") { $answerq="This stat is used to calculate how much damage is done to you."; } if ($question=="$labour") { $answerq="This stat is used for getting promoted in jobs."; } if ($question=="$IQ") { $answerq="This stat is stat is gained from courses and used for promotions."; } if ($question=="crystals") { $answerq="Crystals are used for various things under <a href=crystaltemple.php>Crystal Temple</a>"; } if ($question=="cash") { $answerq="Cash is used to buy stuff all over the game"; } if ($question==$energy) { $answerq="This is used mainly for training and attacking"; } if ($question==$nerve) { $answerq="This is used for doing crimes"; } if ($question=="health") { $answerq="How much health you have in a fight"; } if ($question=="skill") { $answerq="Skill is used for mining"; } if ($question=="mine") { $answerq="Mining a great way to earn crystals"; } if ($question=="job") { $answerq="Nice way to earn cash and stats"; } if ($question=="garage") { $answerq="Where you keep your cars"; } if ($question=="$education") { $answerq="Used for gaining $IQ"; } if ($question=="mail") { $answerq="Your own personal mail system"; } if ($question=="events") { $answerq="What happens to you is recorded here"; } if ($question=="logout") { $answerq="Used to logout of the game, duh."; } if ($question=="$explore") { $answerq="Where the main links are listed"; } if ($question=="search") { $answerq="Search for other players!"; } if ($question=="friend list") { $answerq="Record your friends"; } if ($question=="black list") { $answerq="Record your enemys"; } if ($question=="$gang") { $answerq="Used for varios things, make friends, war etc, Join a $gang!"; } if ($question=="forums") { $answerq="Discuss various topics"; } if ($question=="preferences") { $answerq="Used to change your account around"; } if ($question=="donate") { $answerq="Donate to the game and be awared donator features"; } if ($question=="vote") { $answerq="Voting earns you stats and it helps the game grow"; } if ($question=="item"||$question=="items") { $answerq="Items are a main part of the game and used for doing lots of things"; } if ($question=="church") { $answerq="Used for getting married"; } if ($question=="stats") { $answerq="Stats are what determines your account and how good you are"; } if ($question=="travel") { $answerq="Travel around the game"; } if ($question=="casino") { $answerq="Casino, play various games earning you some cash"; } if ($question=="quests") { $answerq="Quests do varios tasks to earn rewards"; } if ($question=="banned") { $answerq="Users banned are listed in dungeon"; } if ($question=="war") { $answerq="War is when 2 $gang 's fight each other"; } if ($question=="staff") { $answerq="Main staff can be listed under Staff, ID 1 is the overall owner"; } if ($question=="prison") { $answerq="Sent here when failing crimes"; } if ($question=="hospital"||$question=="hosp") { $answerq="Sent here when attacked"; } if ($question=="noob"||$question=="n00b") { $answerq="Who you calling a noob?"; } if ($question=="fuck"||$question=="shit"||$question=="prick"||$question=="cunt"||$question=="bitch") { $answerq="Please do not swear"; } if ($question=="robot"||$question=="bot") { $answerq="Who you calling a bot!"; } if ($question=="who are you") { $answerq="I am the $game Bot"; } if ($question=="isomerizer") { $answerq="The elite one"; } print "[i]You asked the Bot:[/i] $question"; print " "; print "[i]The Bot replied:"; if ($answerq=="") { print " Sorry, I dont know the answer"; } print " [/i] "; print $answerq; print $ask; exit; } $h->endpage(); ?>
  8. Re: [mccode] staff applications the user levels are wrong and i am a dumba** and dont know how 2 change them
  9. Re: [v1]Refill Users can someone post it where we can pick eather refill all of to refill one person
  10. Re: Counting (nr game) 1394
  11. Re: Counting (nr game) 1393
  12. Re: Counting (nr game) 1392
  13. Re: [Free] [v1] Help Bot thanks it works good +1
  14. Re: [mccode] Personal Detals for v2.0 for v1 it is the same but you change $db-> to mysql_
  15. Re: Qucik question lol my menu is my header thats y i did that sry lol
  16. Re: Qucik question where in the header?
  17. Re: Qucik question lol sry
  18. Re: Left and right hand menu? i cant find no one could get it on the right so i just got it on the top
  19. Re: Qucik question this goes into attack.php right
  20. Re: [mccode] Advanced Warning System is there a way to make this in the admin panel with a list like how jail user is but where it gives warnning
  21. Re: [mccode] Register Page ya plz
  22. Re: [FREE]Music system can you please make it where on the header if music is on that it will tell you what song is playin
  23. Re: [mccode] User Verification Mod for V2 here it is for v1 i did it and it is tested and it works if you like it please give me +1:) make a file called areyouthere.php and add this <?php $AYT = 1; session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $user id=$_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['rubies'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); $current_time = mktime() - 7200; if ($current_time < $ir[last_login]){ echo "<font color=\"red\">[b]You can load this file![/b]</font> "; $h->endpage(); exit; } if(isset($_POST[submit])){ if(md5($_POST[ayt_key]) == $_SESSION[ayt_key]){ $_SESSION[last_login] = mktime(); $_SESSION[ayt_key] = ''; thankyou(); } else { echo "<font color=\"red\">[b]Sorry, the text you entered was incorrect. Please try again.[/b]</font> "; ayt_form(); } } else { ayt_form(); } function ayt_form(){ $_SESSION[ayt_count] = $_SESSION[ayt_count] + 1; echo '<form name="form1" method="post" action="areyouthere.php"> <table width="550" border="0" cellpadding="0" cellspacing="0"> <tr> <td><div align="center"> <h2><font face="Arial, Helvetica, sans-serif">Are You There?</font></h2> </div></td> </tr> <tr> <td><div align="center"> You have been logged in for over two hours. Could you please confirm that you are still there?</p> [img=captchapng.php] Please enter the text you see in the image and click "Verify"</p> </div></td> </tr> <tr> <td><div align="center"> <input name="ayt_key" type="text" size="10" maxlength="5"> </div></td> </tr> <tr> <td><div align="center"> <input type="submit" name="submit" value="Verify"> </div></td> </tr> </table> </form>'; } function thankyou(){ echo ' <table width="550" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"> <h2><font face="Arial, Helvetica, sans-serif">Thank You!</font></h2> </div></td> </tr> <tr> <td><div align="center"> You have been verified. </p> We apologize for the inconvenience.</p> </div></td> </tr> </table>'; } $h->endpage(); ?> then make a file called captchapng.php and in it add   <? session_start(); $md5=md5(microtime()*mktime()); $string=substr($md5,0,5); $captcha=imagecreate(55,25); imagefill($captcha, 0, 0, $background_color); $background_color = imagecolorallocate($captcha, 22, 42, 64); $text_color = imagecolorallocate($captcha, 222, 22, 22); imagefill($captcha, 0, 0, $background_color); imagestring($captcha, 5, 5, 5, $string, $text_color); $_SESSION['ayt_key']=md5($string); header("Content-type:image/png"); imagepng($captcha); ?>   then open hearer and right above ?> put //User activity verifcation (are you there) $current_time = mktime(); $current_time = $current_time - 7200; if ($current_time > $_SESSION[last_login]){ if($AYT <> 1){ if(!isset($_SESSION[ayt_count])){ $_SESSION[ayt_count] = 0; } if($_SESSION[ayt_count] >=6){ header("Location: logout.php"); } else { header("Location: areyouthere.php"); } } }
  24. Re: [mccode] Register Page is that from the first one or the one i posted?
  25. Re: [mccode] User Verification Mod for V2 lol sorry for bugging you i get it
×
×
  • Create New...