Jump to content
MakeWebGames

-BRAIDZ-

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by -BRAIDZ-

  1. Could it be the way the queries are set out? Because if you take notice they are a heap different to RC I've only charge it from $db->query to myself_query. So it could just be the was they are set out, as RC engines queries are set out as such.. $q_ry = array(); $q_ry = "INSERT INTO `members_items` VALUES ('NULL', '".mysql_real_escape_string($item_number)."', '162', '".mysql_real_escape_string($payment_qty)."')"; mysql_query($q_ry); }
  2. Here's what I've done.. And still getting nothing http://pastebin.com/mSrkh3zm
  3. I will have a look may have to change it the $pl
  4. I have tried to remove global variables and still nothing
  5. No errors being displayed, and all tables are in my database. And lotoconfig is defined in my brain_file.php file
  6. Sorry I thought I posted the paste here it is: http://pastebin.com/mM71Hfpb
  7. Here's what I have done to try and convert it and this is what I'm getting
  8. I will post it sometime soon using my phone at the moment as I have no internet connection till between Tuesday and Thursday next week. Then I'll be away on Thursday for 5-6 days. The mod works on crappy ravens when I was using that. I might even try some more debugging myself
  9. I can provide screen shots of what it's doing and will also provide snippets of what I've done to try convert it
  10. I have been trying to convert it for RC Engine, and I have not been successful, I tried changing all the queries to suit RC engine, but nothing it just gives me a blank Page and only shows my stats, like my happiness, my nerve,my energy, just nothing with the actual mod
  11. Trying to convert this For RC Engine at the moment..
  12. Thanks, I found a conversion tool Check it, dunno if it works or not, but do you reckon this will if I convert all my code by this converter? brain_file.php: http://pastebin.com/fHx1gCG5
  13. Just a question, how will I convert the mysql? I have tried just changing it to mysqli, but nothing..
  14. How am I mean to know what the value of seconds is? 1000 maybe? I dunno. Don't worry about it I give up anyway
  15. I'm not sure :/
  16. Here is what it's returning
  17. Yeah that's what I meant. But it's still returning In federal jail for -16808 days -15 hours -5 minutes and -24 seconds Reason: Multi accounts Any idea why it would be doing that?
  18. How do I add the fj_time into that? Because it's not implementing it at all now?
  19. http://pastebin.com/Ddbx42ZQ
  20. This is what I'm getting now.. In federal jail for -16808 days -14 hours -10 minutes and -53 seconds Reason: Multi accounts So god knows what's wrong with it, and by the looks of it, it's counting up, but it's not live
  21. 1481690974
  22. Thanks, I am getting this though In federal jail for -33615 days -23 hours -33 minutes and -28 seconds Reason: Multi accounts
  23. And it's a time stamp
  24. I'm using nonstops version
  25. This here what I'd like to change from the gettimeleft function to a JavaScript timer (which as stated previously I have tried changing it) When I try it returns a blank span. $q_ry = "SELECT * FROM `fed_jailed` WHERE `fj_playerid` = '".mysql_real_escape_string($_GET['XID'])."'"; $infed = mysql_query($q_ry); if(mysql_num_rows($infed)) { $if = mysql_fetch_array($infed); echo "In federal jail for " . gettimeleft($if['fj_time']) . " Reason: " . $if['fj_reason'] . " "; }
×
×
  • Create New...