Jump to content
MakeWebGames

bineye

Members
  • Posts

    310
  • Joined

  • Last visited

  • Days Won

    2

bineye last won the day on December 30 2011

bineye had the most liked content!

About bineye

  • Birthday 09/22/1989

Personal Information

  • Location
    An Dún, Éire
  • Interests
    Finance, Gaming

bineye's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Thanks! I'll try it out when I get home later. I have to say, when you fix/update all of the points in this thread, it will be a great game. Loving the early concept and will be very interested to see how this develops and expands.
  2. Maybe it's on my end, but the AJAX map you have just promoted does not have any functionality.
  3. While I believe that you are just nit picking now, I would tend to agree that if the payment details were never given, then the transaction could not have been completed and he could not have had the license for the item. That is provided the screenshot is authentic.
  4. Anything to back that up with? At the minute I just see what looks like a basic game with an empty database. I understand you would have reset the game for the purposes of selling, but do you have any screenshots around the time it was open and active?
  5. Peter, look I have been following this thread as a lurker with the popcorn since the first post, but I need to defend sniko here. He has been nothing but impartial, and is just trying to do what everyone else is doing, trying to get to the bottom of this.
  6. Guys, I know this is a very heated debate, but it might be worth noting that this little drama may have just increased forum activity. Congratulations all for being a part of this wonderful moment :)
  7. You know what? You are probably safer just taking the open source v1 and modifying it. Its a base to work off, and by the time you personalise it, you are probably going to have changed the scripts enough that they no longer look like MCC at all.
  8. Sorry. OP, post it up here and you will get more willing to help.
  9. Do you have a list of requirements of what you would like the mod to do? For example, the mod will auction item X, it needs to have feature Y and it will alter database table Z. If you have this list compiled, PM me and we can do this tonight. However, if you do not have a clear plan of what you need, go and write that first or find another user to help.
  10. Thanks sniko, forgotten how to array properly so went the long way around. Been too long away :s Anyway, worked 100% cheers :D
  11. Been away from this for months but needed to make a quick script for something and been tripped up on day 1 stuff. Anyone know why this would be constantly showing up as a positive match? I want it to fail and give the error message if all 4 numbers match another entry with those exact same 4 numbers. Even if only 3 numbers of 4 match, the script should progress, but its always showing a match. I know its something simple, just can't see it :s   $q=mysql_query("SELECT * FROM tickets WHERE name='{$_POST['name']}'"); while($c=mysql_fetch_assoc($q)) { if(($_POST['no1'] == $c['no1'] || $c['no2'] || $c['no3'] || $c['no4']) && ($_POST['no2'] == $c['no1'] || $c['no2'] || $c['no3'] || $c['no4']) && ($_POST['no3'] == $c['no1'] || $c['no2'] || $c['no3'] || $c['no4']) && ($_POST['no4'] == $c['no1'] || $c['no2'] || $c['no3'] || $c['no4'])) { echo "This ticket already exists.<br><a href='add.php'>Back</a>"; exit; } }
  12. Timestamps are probably the best way to go then. There's a great tutorial on the site somewhere, I think it's called "Replacing the 1 minute cron" or something. Just do a search for it
  13. I lol'd. For the cost of the engine you'd think you'd offer at least a little bit of support. #scamartists
  14. Tbh I think the game is very, very boring. I don't know if the tutorial has ended or not, I'm being walked through the whole game it seems. Spent like half an hour doing all this stuff and I'm none the wiser. The concept seems very flat, and awfully confusing in places. There are numerous spelling mistakes and poor grammar and some sentences that make absolutely no sense. And the conversation pieces are terrible. "Shall we ambush" "Yeah let's ambush!" (win some fight) "Yeah let's go for a party tonight!" Saying that, there is a lot of thought gone into the movement and look of the game. The map looks good, the animations are ok. It seems all the effort went into the looks and the rest was neglected. But saying all that, there's only one question you really want answered from every player. Would I be back again to play it? No.
  15. Oh, ok, I just wrote "Test 1", and "Test 1" appears in Database, no problem.   Nooooo this is never going onto any website or anything like that. Someone else mailed me with numerous security flaws, but I said in the original post that it was not to be going online. So I neglected security, layout, whatever, bad practice I know, but I just am working through the functions atm. If I ever need to incorporate this, it will be re-written from scratch.
×
×
  • Create New...