Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Looks good 9/10
  2. Ah i edited my post a little i missed the CSS part out lol
  3. You read it and apply it yourself i don't spoon feed sorry
  4. why not just paste the code...
  5. Example... $_GET['var'] = ( isset($_GET['var']) && ctype_digit($_GET['var']) ) ? $_GET['var'] : 0; if ( empty($_GET['var']) ) { die('ERROR.'); } echo ' <table width="100%" cellpadding="1" cellspacing="1"> <tr> <th>#</th> <th>Title</th> </tr> '; $colour_cnt = 0; $fetched = $mysql_query('SELECT `field` FROM `users` WHERE `id` = '.$_GET['var']); while ( $ql = $mysql_fetch_object($fetched) ) { $td_colour = ($colour_cnt % 2) ? "#000" : "#fff"; echo ' <tr style="color: '.$td_colour.';"> <td>'.$colour_cnt.'</td> <td>'.$ql->field.'</td> </tr> '; $colour_cnt++; } echo ' </table> ';
  6. Erm no you could do it without editing pages but i explained the issue...
  7. function username($user_level,$username) { $staff_colours = array( 0 => '#000', 1 => '#fff', 2 => '#CC0', 3 => '#FFC', 5 => '#006' ); $return_data = (array_key_exists($user_level, $staff_colours)) ? '<span style="color: '.$staff_colours[$user_level].';">'.$username.'</span>' : $username ; return $return_data; } echo username($ir['user_level'],$ir['username']); Quoted from (Internal Link) Next time use the Search Function Also just incase basically that code would go below your fetch row of $ir and then simple put $ir['username'] = username($ir['level'],$ir['username']); (not the best idea though when you call some queries like WHERE username = "'.$ir['username'].'")
  8. I prefer WEB IRC to be honest and WSIRC rocks:P
  9. Trey READ the manual of the ftp or the read me or visit the site and look for FAQ
  10. Looking good mate.
  11. Well i use ftp so... no experience with file manager but i think you click the upload icon (to public_html) (the zip) then extract on the server then delete the zip... or something like that.
  12. File manager maybe? Seriously though Trey stop with the every word caps it is harder to read quickly.
  13. mind not putting it on a single line... it's bloody annoying.
  14. It looks great mate, good job.
  15. Welcome to MWG Manworm, good luck with future ventures.
  16. It looks adequate but still reminds me of MCC, i do although wish you the best of luck with this project.
  17. Well all gangsters respect their mother... but never know their father it's a abandonment issue i think lol
  18. https://addons.mozilla.org/en-US/firefox/downloads/latest/14572/addon-14572-latest.xpi?src=search
  19. I actually made a version of this but with a few more extras and it is a brilliant idea from illusions! love you mate!
  20. looks good mate.
  21. Windows Xp SP2...
  22. Zero-Affect

    PHP

    Yeah i thought slower also...
  23. So instead of offering my services to their customers for 125+ per i should just help MCC secure it for free... then also i would lose MTG and anyone else who does security money for nothing... I don't want to be that guy but thanks anyways lol i simply asked for 5% of sales that's cheap.
  24. ^know me so well, I believe you could get some nice 2d mascots from http://www.bluetrendzdesigns.com .
×
×
  • Create New...