Jump to content
MakeWebGames

spikereloaded

Members
  • Posts

    145
  • Joined

  • Last visited

spikereloaded's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. OK, in a case like this, where it's unclear where the error is coming from, I'd go back to the most primitive method of debugging possible. go line by line and add in echo 'test - passed'; exit;   then save you're file, upload it and see if you get the error or you see 'test - passed'. see how far into your code you can get, before you start getting the error. When you get the error, you'll be able to tell which bit of code is giving you the issue. Like I said, it's primitive but it's a good way to get some clarity on which part of the code you're having issues with.
  2. what query is your error actually relating to? is it anything to do with this?   $q_ry = "UPDATE members_extra SET " . $job[$wj['my_job']] . " = " . $job[$wj['my_job']] . " + '" . mysql_real_escape_string($wj['r_POINTS']) . "' WHERE playerid = '" . mysql_real_escape_string($wj['playerid']) . "'";   Also i'd look into using prepred statements and get rid of MRES() all together.
  3. me.playerid - m.playerid is telling the query to compare the playerid from the members_extra (me.playerid) table to the playerid from the members(m.playerid) table. wherever there is a me. or a m. you are pulling the value from the members_extra table (me.) or the members table (m.) so in the inner join, you're joining the two table where the playerid's are the same.
  4. This is a little old but could you save using another column in the users table by setting a $_SESSION variable instead, as it's likely they'll only use it once?
  5. lol #philosophical
  6. nooooo more mafia! try a different genre. something original. And make sure your up to scratch on your coding, as there's being a partner, and then there's getting someone else to do all the hard work. plus, going from your recent posts, why are you starting another new project when you havent finished your previous one(s)? could make some people nervous about working with you
  7. Any progress on this yet?
  8. not sure whether that screenshot would be enough to prove over 2 grands worth of income from the game... - - - Updated - - -   What period of time was that made over?
  9. not sure if i'm just being dense here but i'm still not following? could you explain what link_usage is and what it relates to? Also i think on the staff pages to add a new course it may be work having some explanation text next to some of the fields to explain what they do specifically. Having not seen this mod before, not too sure what course link level course link level max course link usage Course Focus Percentage mean and what I should be adding. Sorry to moan, just wanting to test this out and give some feedback! also are you missing a sql file to set up the 'courses enrolled' table? Would also appear there's a function missing from addcourse.. Fatal error: Call to undefined function mkglobal() in /home/endoftim/public_html/addcourse.php on line 37
  10. hey illusions apologies but i don't really get this bit in your readme file.   also are you missing a sql file to set up the 'courses enrolled' table?
  11. sounds good, will take a look.
  12. im completely self taught and only learnt by pulling apart the source code as well as trial and error with my own code. Like Razor said, forums is way to hard if you've only been coding a couple of days. check out your source code, make changes, save it and see what it does, and just keep learning that way until you have an understanding of what most things do!
  13. guessing you don't understand the word sarcasm...here's a link to it's definition on WIkipedia. Hope this help you out
  14. Script, that guy is the proud owner of prsionhavoc/mafiahavoc/wisecrime/**ck knows what else, and you have the nerve to question his ability to code.... (sarcasm btw, he doesn't know his ass from his elbow) I really don't understand the way people act on this forum. The majority (not ALL) expect everything for nothing and the compulsive lying is like hanging out with 3 year olds. it gets pretty tiresome :eek:.
  15. because that would be a smart thing to do.... what is the point in making multiple games and doing them all half assed?
×
×
  • Create New...