Jump to content
MakeWebGames

Ben-Nasha

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by Ben-Nasha

  1. i can secure post and stuff but whos going to pay £1 just or posts and my pm is on
  2. i never said it was simple! i meant my securing is simple so am not able to fully secure a file! omg
  3. because i can not fully secure a file!! only a few striptags and htmlenties!!!
  4. i meant my securing is so simple lol
  5. i can not secure i file fully tho...
  6. people new to mccodes might not understand or coding...
  7. i was charging £3 but i thought it was high so i just offered to do or free. The reason i removed securing in simply because am not good at it.
  8. bump: am not sercuring because it is just simple
  9. Just a few striptags and htmlenties dont really need an example
  10. i am now fixing bugs and errors for free now
  11. Anyone intrested? ill do a special offer of $50
  12. Am in need for a few ££ so am offering my services for a cheap price! Mccodes related: Fixing Bugs/errors - FREE Mod installment - £1.50 per mod Mccodes full installment - £2 Mod converting - £2 per mod Lifetime support: £10 NO flaming please if your not intrested dont reply
  13. Thanks it displays the name now but it says am offline when am online.
  14. On my stafflist it doesnt display the staff names (i am staff) here is my file   <?php include_once "globals.php"; $staff = array(); $q = $db->query("SELECT `userid` FROM `users` WHERE `user_level` IN(2,3,5) ORDER BY `userid` ASC"); while ( $r = $db->fetch_row($q) ) { $staff[$r['userid']] = $r; } echo ' <b>Admins</b> <br /> <table width="75%" cellspacing="1" cellpadding="1" class="table"> <tr style="background:gray"> <th>User</th> <th>Level</th> <th>Money</th> <th>Last Seen</th> <th>Status</th> </tr> '; foreach ( $staff as $r ) { if ( $r['user_level'] == 2 ) { $on = ( $r['laston'] >= ($_SERVER['REQUEST_TIME'] - 15) * 60 )?'<span style="color: green;">Online</span>':'<span style="color: green;">Offline</span>'; echo ' <tr> <td><a href="viewuser.php?u='.$r['userid'].'">'.$r['username'].'</a> ['.$r['userid'].']</td> <td>'.$r['level'].'</td> <td>'.money_formatter($r['money'],'$').'</td> <td>'.date("F j, Y, g:i:s a",$r['laston']).'</td> <td>'.$on.'</td> </tr> '; } } echo '</table> <b>Secretaries</b> <br /> <table width="75%" cellspacing="1" cellpadding="1" class="table"> <tr style="background:gray"> <th>User</th> <th>Level</th> <th>Money</th> <th>Last Seen</th> <th>Status</th> </tr> '; foreach ( $staff as $r ) { if ( $r['user_level'] == 3 ) { $on = ( $r['laston'] >= ($_SERVER['REQUEST_TIME'] - 15) * 60 )?'<span style="color: green;">Online</span>':'<span style="color: green;">Offline</span>'; echo ' <tr> <td><a href="viewuser.php?u='.$r['userid'].'">'.$r['username'].'</a> ['.$r['userid'].']</td> <td>'.$r['level'].'</td> <td>'.money_formatter($r['money'],'$').'</td> <td>'.date("F j, Y, g:i:s a",$r['laston']).'</td> <td>'.$on.'</td> </tr> '; } } echo '</table> <b>Assistants</b> <br /> <table width="75%" cellspacing="1" cellpadding="1" class="table"> <tr style="background:gray"> <th>User</th> <th>Level</th> <th>Money</th> <th>Last Seen</th> <th>Status</th> </tr> '; foreach( $staff as $r ) { if ( $r['user_level'] == 5 ) { $on = ( $r['laston'] >= ($_SERVER['REQUEST_TIME'] - 15) * 60 )?'<span style="color: green;">Online</span>':'<span style="color: green;">Offline</span>'; echo ' <tr> <td><a href="viewuser.php?u='.$r['userid'].'">'.$r['username'].'</a> ['.$r['userid'].']</td> <td>'.$r['level'].'</td> <td>'.money_formatter($r['money'],'$').'</td> <td>'.date("F j, Y, g:i:s a",$r['laston']).'</td> <td>'.$on.'</td> </tr> '; } } echo '</table>'; $h->endpage(); ?>   Please post a fix
  15. Well i dunno know lol anyone who wants to buy make me a offer
  16. £75 Lowered to £75!
  17. Would i get any where with £10 for the storyline?
  18. Hmmm okay but am not good at storylines so i could ask/hire someone to make a really good one maybe... (iv tired before you ask)
  19. okay am making a rpg game with mccodes. Ill be planing this game for 2weeks to 5weeks then start on it, but i cant think of a good name for it so i thought you guys might have a few. please chuck some names at me.
  20. ye its cause your not an op (i think) or your still in the spawn point
  21. do u mean lag?
  22. turn your firewall off then try again. i heard that does something
  23. works for me but not for danny for some reason
  24. bump: try now
  25. what do you think is wrong? I think clanforge is down.
×
×
  • Create New...