Jump to content
MakeWebGames

iseeyou94056

Members
  • Posts

    691
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by iseeyou94056

  1. Re: Profile Music thanks
  2. Re: Free Jail feature Bribe The guard thats real nice you had me pay fr this
  3. Re: [$25] Treasure Map! ya if it was a diff pic i would save up and try to get it
  4. Re: [MCCode lite & V1.0 & V1.1] [ES] - Pin Mod V1.0B this is good it may bug some users tho
  5. Re: NEAB engine FREE edition all it is is 1 pic that show there is not guy there or nothing
  6. Re: [$10] Secure Password System thanks for the tut
  7. Re: hospital error that was not the prob but i fixed it
  8. Re: hospital error i fixed it for you
  9. Re: Profile Music thanks i am updating it now
  10. Re: [$10] Secure Password System he is saying he can change it so that it cant be
  11. Re: [mccodes] Free Crystal Bank [v1] :p just run it
  12. Re: Free News Script o ok lol and it gives the error that it gives when a user dont got a email for everyone but the emails are still there
  13. Re: Free News Script no really it does and what the hell is arse
  14. Re: Ajax chat for V2   <?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(); $_GET['viewall']=abs((int) $_GET['viewall']); if(isset($_POST['Submit'])) { print '<table width="100%" border="0" cellspacing="1" bordercolor="#ffffff" bgcolor="#ffffff"> <tr> <td width="400" bgcolor="#FFFFFF">'; $dataf = "shoutbox.txt"; $name = htmlentities($_POST['name'], ENT_QUOTES); $message = htmlentities($_POST['message'], ENT_QUOTES); $fo=fopen("$dataf","r"); $stuff=file_get_contents("$dataf"); fclose($fo); if (!$name) //word censors $message = str_replace("fuck","****",$message); $message = str_replace("bitch","****",$message); $message = str_replace("asshole","****",$message); $message = str_replace("cunt","****",$message); $message = str_replace("bullshit","****",$message); $message = str_replace("shit","****",$message); $comfile = file($dataf); $d=""; $u=$ir['username']; if($ir['donatordays']) { $u = "{$ir['username']}";$d="[img=donator.gif]"; } $gn=""; if ($message != "") { $file = fopen("$dataf","w"); $stuff2 = "<table width='90%' border='0' align='center' cellspacing='1' bgcolor='#ffffff'> <tr> <td width='20%' bgcolor='#ffffff'>{$ir['username']}</td><td width='80%'>[b]$message[/b]</td> </tr> </table><hr />"; $stuff3=$stuff2.$stuff; $write = fwrite($file,"$stuff3"); fclose($file); } ?> </td> </tr> </table> <? } ?> <table width="100%" border="-" cellpadding="0" cellspacing="1" bgcolor="#ffffff"> <tr> <td width="20%" bgcolor="#ffffff">[i][b]<font color=#000000>User</font>[/b][/i]:</td> <td width="80%">Shout</td> </tr> <tr> <form name="guestbook" action="" method="post"> [url="chat.php"]<font color=black>Refresh Now:</font>[/url] <textarea name="message" id="message"></textarea> </p> <input type="submit" name="Submit" value="Submit"> <input type="reset" name="Reset" value="Reset"> </p> </form> <table width="100%" border="-" cellpadding="0" cellspacing="1" bgcolor="#ffffff"> <td bgcolor="#ffffff"> <? if($_GET['viewall']==1) { include("shoutbox.txt"); } else { $a=file_get_contents("shoutbox.txt"); $b=explode("</table>",$a); $lasteleven=$b[0]."</table>".$b[1]."</table>".$b[2]."</table>".$b[3]."</table>".$b[4]."</table>".$b[5]."</table>".$b[6]."</table>".$b[7]."</table>".$b[8]."</table>"; print $lasteleven; } ?> </td> </tr> </table></center> <? $h->endpage(); ?>
  15. Re: A few notes about KK great script it will help a lot of people learn to code
  16. dont use it you cant play it lol
  17. Re: Ajax chat for V2 thats because you are using v1 codes do you want me to convert it?
  18. Re: Profile Music i dont think it does for all browsers it does with firefox tho
  19. Re: Free Updated Newspaper welcome
  20. Re: Newsletter Mod lol :lol:
  21. Re: simple stupid question   thanks for the comment on my mods also
  22. Re: [Free] Log Suspicious Users     Version 2 has this already little late but lol and Isomerizer you did great job on this mod if there was still +1 i would give you +5 for this lol
  23. Re: simple stupid question thanks Toxication and Godhand
  24. Re: simple stupid question well really i just dont want t to give much something that will slow leveling alot
  25. Re: attack bug can you post the fix please
×
×
  • Create New...