Jump to content
MakeWebGames

Sparkz

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Everything posted by Sparkz

  1. Re: admins cant be feded [v2] If Your An Admin, Then Go To PHPMYADMIN And Edit Users : You Will See A Little Pen One The Side Of The Name Click That :   Value Go Down Find, fedjail 0 And It Should Get You Out
  2. Re: [any] Kool name Crap, Not Crapq :-D
  3. Re: [any] Kool name http://www.tektek.org/color/ or go to google type in tektek then you should see gradient text generator then you should see 3 types Normal Multi Coloured (2 Colors) And Rainbow (All Colors In The Rainbow) The just add infront and at the end of it <marquee> Whatever gradient text </marquee> You Should Have This Whatever gradient text Plus Me If You Found This Useful 1 :)
  4. Re: [mccode v2] Not much of a MOD more of a great addon.. Private Messenger   could someone post it here the php121 file
  5. Re: [mccodes v2]New and improved inventory code sources for free! someone post SQL for this inventory or the normal MCCODES V2 ONE thanks
  6. Re: [McCodes v2] 100 Club! Is it done.
  7. Re: [MCV2]SHOUTBOX[MCV2] can someone edit it to fix with crazy-t's spam filter Under that add function filter_badwords($filter) { global $c; $sql = mysql_query("SELECT `bad_words` FROM `tpl_badwords`", $c) or (mysql_error()); $row = mysql_fetch_array($sql); $wod = explode(", ", $row['bad_words']); foreach ($wod as $new) { $filter = str_replace(trim($new), "***", $filter); } return $filter; } Now in the function called, mail_send() Find: $subj replace with $subj = filter_badwords($_POST['subject']); Under that find: $msg replace with $msg = filter_badwords($_POST['message']);
  8. Re: [mccodes v2]New and improved inventory code sources for free! MDK here is the link for my game www.fusioncrusades.ej.am please mail ID [1] ingame with problem or mail on here or email [email protected]
  9. Re: [mccodes v2]New and improved inventory code sources for free! QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO inventory VALUES('',1,1,1,0,0) When I Give Items That Comes Up o_O
  10. Re: Signature Change That I Can Put On Main Menu BTW i tried the other one you did for me and look v v v Fatal error: Can't use function return value in write context in /home/fusion/public_html/sigchange.php on line 28
  11. Re: Signature Change That I Can Put On Main Menu Dont Mean To Be A "Begger" But Could You Add This Too Race Mod   And Also The Status Mod.   THANKS MUCH APPRECIATED ! :)
  12. Re: Signature Change That I Can Put On Main Menu Parse error: syntax error, unexpected $end in /home/fusion/public_html/sigchange.php on line 48 <?php include (DIRNAME(__FILE__) ."/globals.php"); switch($_GET['action']) { case 'signaturechange': signature_change(); break; case 'forumchange2': do_forum_change(); break; default: signature_change(); break; } function make_safe($variable) { $variable = mysql_real_escape_string($variable); $variable = htmlspecialchars($variable); return $variable; } function prefs_home() { global $db,$ir,$c,$userid,$h; print "<h3>Preferences</h3> Profile Signature Change "; } function signature_change() { global $ir,$c,$userid,$h; print "<h3>Profile Signature Change</h3> <form action='sigchange.php?action=signaturechange2' method='post'> New Profile Signature: "; echo sprintf("<textarea rows=30 cols=90 name='newsignature' wrap='virtual' class='input'>%s</textarea> ", make_safe($ir['profileSIG'])); print"<input type='submit' value='Change Signature' /></form> > Back"; } function do_signature_change() { global $db,$ir,$c,$userid,$h; if($_POST['newsignature'] == "") { print "You did not enter a new profile signature. > Back"; } else { $sql = sprintf("UPDATE users SET profileSIG='%s' WHERE (userid = %u)", make_safe($_POST['newsignature'])); print "Profile Signature changed! > Back"; } $h->endpage(); ?>
  13. I've Been On This Quite Some Time Now But I'm Still Not Getting It I Think o_O Help Me <?php /*--------------------------------------------- -- Made by Fusion Studioz -- Free mod for the CE Community -- Do not sell! ------------------------------------------------*/ include "globals.php"; switch($_GET['action']) { case 'signaturechange': signature_change(); break; case 'forumchange2': do_forum_change(); break; default: prefs_home(); break; } function prefs_home() { global $db,$ir,$c,$userid,$h; print "<h3>Preferences</h3> Profile Signature Change } function signature_change() { global $ir,$c,$userid,$h; print "<h3>Profile Signature Change</h3> <form action='sigchange.php?action=signaturechange2' method='post'> New Profile Signature: <textarea rows=30 cols=90 name='newsignature' wrap='virtual' class='input'>{$ir['profileSIG']}</textarea>   <input type='submit' value='Change Signature' /></form> > Back"; } function do_signature_change() { global $db,$ir,$c,$userid,$h; if($_POST['newsignature'] == "") { print "You did not enter a new profile signature. > Back"; } else { $db->query("UPDATE users SET profileSIG='{$_POST['newsignature']}' WHERE userid=$userid"); print "Profile Signature changed! > Back"; } $h->endpage(); ?> See What's Wrong Please Anyone. Thank's. Fusion
  14. Re: installer question. class_db_mysql.php could some paste it on here
  15. Re: [Mccodes V2] New Jobs thanks this is quite good i will edit it slightly but great :).
  16. I Don't Know How To Use PHP MY ADMIN add tables nor installer.php nor config.php
  17. Re: [mccode] Religions Mod I Dont' Know Why... But Others Should'nt Critisise They Should Encourage Fellow Coders
  18. Re: [mccode]Multi alert pffft...LOL...$exception
  19. Re: explorer.php is blank? add me msn [email protected] i need a coder for my game
×
×
  • Create New...