Jump to content
MakeWebGames

Samurai Legend

Members
  • Posts

    483
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Samurai Legend

  1. A better looking system, along with Mobile Donations. And as for the staff_file we can put it elsewhere for example, I keep all my staff files in a folder. However when I use your staff donation system. I always get an error. And I tried to fix it. However I can't...
  2. Hello there, I am selling a Mobster Themed template! It come's along with the domain (mobstersonline.net) and it comes along with the PSD, css, out game html and in game html. It also comes along with a favicon! http://mobstersonline.net/index.html   Check everything out there. I want something around $150.
  3. You most likely using MCCodes. $db->fetch_array does not exist. I presume that is meant to be mysql_fetch_array. In MCCodes V2, mysql_fetch_array = $db->fetch_row   echo "<table width='100%' cellspacing='1' class='table'><tr style='background:gray'><th colspan='2'>Users Comments <a href='comments.php?ID={$r['userid']}'>[Add Comment]</a></th>"; if($ir['userid'] == $r['userid'] || $ir['user_level'] > 1) { echo "<th width='10%'>Delete</th>"; } echo "</tr>"; $query = $db->query("SELECT * FROM `comments` WHERE `cmtTO`={$r['userid']} ORDER BY `cmtTIME` DESC limit 5", $c) or die($db->error()); while($cmnt = $db->fetch_row($query)); { $they=$db->query("SELECT `userid`, `username` FROM `users` WHERE `userid`={$cmnt['cmtFROM']}",$c); $them=$db->fetch_row($they); $sent=date('F j, Y, g:i:s a',$cmnt['cmtTIME']); echo "<td width='25%'><b>{$them['username']} [{$them['userid']}]</br></br></b>$sent</td><Td>{$cmnt['cmtTEXT']}</td>"; if($ir['userid'] == $r['userid'] || $ir['user_level'] > 1) { echo "<td width='10%'><a href='comments.php?action=delete&ID={$cmnt['cmtID']}'>Delete</a></td>"; } echo "</tr>"; } echo "</table>";   Try that out.
  4. But, if one games down. All the other games that are hosted on my VPs is down. I just don't get it :(
  5. Hey, my VPS is now going really slow. I've checked out my disk usage however I do not understand the Files hidden in subdirectories Anyways I can resolve this issue?
  6. Lmao...I don't know to be honest...
  7. Samurai Legend

    PDO Problem

    Alright, I'll be researching about PDO to :P Thanks guys.
  8. Samurai Legend

    PDO Problem

    So is it like $db->query? Like from MCCodes V2?
  9. Same! Request sent!
  10. He is a great guy! Trust me.
  11. Congratulations Kyle, codes looks clean.
  12. It's great! Looks great and I love it!
  13. Looks good.
  14. Samurai Legend

    PDO Problem

    What's a PDO?
  15. I like MCCodes, as I learned a lot from it. It's clean and I like it.
  16. That is like a 3 year old post...
  17. Samurai Legend

    Spam PM's

    So replying to someone is classed as spam? That's a bit stupid. I mean, when someone sends you a message. You can't reply back? Guy: Hey Me: *blank* Guy: Oh yeah. It's classed as spam?
  18. His 16 I believe.
  19. PM your website link :P
  20. Thanks, for the share! It looks good :)
  21. I didn't understand sorry, I am still a newbie :P Ill be researching about a bash...hope nothing dirty comes up.
  22. Dave, you must be 18+ Your an Adult...
  23. May I see?
  24. Did you run them manually? And did any errors appears? If so they might be problem. Does your host allow crons? And I'll take Snikos advice...
×
×
  • Create New...