Jump to content
MakeWebGames

bineye

Members
  • Posts

    310
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bineye

  1. If I have time over the next few days I might whip you up one. I'll see how busy I am. Don't expect it too far up my "To Do" list though.
  2. I could be wrong, but I believe it can be changed, but still only allowed to be used on one site only.
  3. The main thing you could do before purchasing anything, is request a demo. I'm sure most people selling scripts would be more than happy to do this. From the demo, you could intensively test it, or ask someone with more knowledge to test it, and see if it works to the way they have advertised it. If they refuse to post a demo, you know not to buy from them. :)
  4. No, heck I understand. One advantage of working alone is you don't have any time limits! Sorry if I sounded like I was pushing for more, but I intended to merely find out the progress. It's something I'll be looking for in the future upon release, because the game thus far promises so much, despite the fact you have said very little about it! It's great you are going back to work every little detail, because releasing a game of a high standard from the off will surely expand the lifespan far beyond those who take the mccodes script, change the name, add a few mods from the free section, and slap it online in the hope they make a quick buck. It's very easy to see you are in this because of your love for gaming and coding, and that is why I have stuck myself on the pre-reg list. I wish you all the best with the rest of your coding, and with the release itself. Looking forward to it, no matter how far away that is. :)
  5. Has this been continued? For a while now, been keeping an eye out for it, and the only thing I go on is the progress bar in the sig, but it's been stuck for quite some time! I tried hitting my monitor but it still won't move :(
  6. That's odd, I copied your code and tried myself, and I can do everything but send a mail. I don't know then :(
  7. The reason it isn't showing up is because no message is being sent! I have a suspicion that the problem lies in the function to send the mail. function mail_send() { global $ir,$c,$userid,$h; $subj=str_replace(array("\n"),array(" "),strip_tags($_POST['subject'])); $msg=bb2html($_POST['message']); $newmsg = str_replace($codes, $images, $msg); $to= (int) $_POST['userid']; mysql_query("INSERT INTO mail VALUES ('',0,$userid,$to,unix_timestamp(),'$subj','$newmsg')",$c) or die(mysql_error()); print "Message sent. > Back"; }   I think the reason it's not being sent is due to the mysql_query line. You'll need to declare a variable for it.
  8. If I'm honest, there's not a big lot to do. I logged in yesterday and saw some of the intended additions, and all I could think of was how long before I could leave the site. There wasn't much difference in this and any other MCC game, a_bertrand was right. But I feel I'm maybe too critical. It's a great starting point for a game, but my biggest criticism was that it's been released too early. You should have taken the time, to add between 5-10 more features, then opened testing on them. Extra features give a unique feel, and that's why people keep coming back to play. You have made a good start with what you have, keep up the good work, and hopefully in the near future you add those little unique tweaks that pushes CC ahead of the other games in it's field. Good luck on it, sorry for being so critical (I feel like an ass now), but I feel that was a piece that needed to be said.
  9. Question...how does this differ to the current "mug" for money feature, apart from changing hand money to bank money?
  10. bineye

    Help

    Probably little or no help, but try the guide on here for adding tabs into signature. You might get the idea you need to write your own :thumbsup:
  11. Thought mate, thought... :P But I'm digging that engine. May consider purchasing it. I'll have a think. Very nice work. ;) 8)
  12. No, dynamic isn't as important. But would like that when a player enters a letter/name, it automatically does a request to check if the answer is correct, then if correct, stops the user from changing that answer. Thanks for the other details though, this isn't really my field at all, but was requested for something like this, so i'll give it a shot. lol
  13. I'm planning out a short game on my club's sports website, and it will work similar to http://www.skysports.com/fun_games/missingmen/0,20922,,00.html , so basically I will have 15 input slots, to guess player names, and I was wondering which will be best for validation of the answers. I was thinking to do a xmlhttprequest, maybe some js too. Any ideas?
  14. Nice thoughts there mr_shuu. Like I said, have never played TC but can account for donators over non-donators favourtism. I can see from other threads you are making a game yourself. Please, when you are ready for release, let me know. I'd be happy to play a game where its fair for all. Any help you need to speed it up, let me know also, as I'd be happy to help out someone who's in it for the right reasons.
  15. Anyone else get this crap in their private mail?  
  16. I don't fully understand what you need. Is it: *the player purchases more than one item at once? *OR all of their past purchases? and also, what do you mean delete from inventory. What is put in inventory that they haven't bought?
  17. Yes this is what I was referring to, but didn't want to post the actual code. Good slicing lol
  18. Love the graphics, especially on the explore page. I'll stick in a pre-reg too. :)
  19. whoops sorry. should have said "between lines 123 and 143" or "replace function cancel() section". at least you got it working :)
  20. There's no expguide table on the original database. I just checked. Maybe you obtained a modified script to begin with, I don't know, but the majority of users of this engine will have the original, and render this mod useless to them. For that little bit extra, I believe the level and exp functions are driven from the classes file, not the database.
  21. function cancel() { global $ir,$c,$userid, $db; $_GET['cancel'] = abs((int) $_GET['cancel']); $q=query("SELECT * from chance where logID={$_GET['cancel']} AND active = 1"); if(userID != $ir['userid']) { echo "You cannot cancel this game."; $h->endpage(); } else { if(mysql_num_rows($q) > 0) { $r=mysql_fetch_array($q); query("UPDATE users SET money = money + {$r['amount']} WHERE userid = {$ir['userid']}"); $ir['money']=$ir['money'] + $r['amount']; query("UPDATE chance SET active = -1 WHERE logID = {$_GET['cancel']}"); echo "The game has been cancelled, and your money has been returned. [url='chance.php']Back[/url]"; } else { echo "This game has already been canceled, does not exist, or someone already played. [url='chance.php']Back[/url]"; } } }   Try that, although wouldn't be 100% confident in it. Also, where I wrote "userID", I didn't know the second column name from the table "chance"
  22. That's what made me want to learn php too, but I just don't have the willpower to start a game on my own. So I'm continuing to learn php for now to expand the sports website I develop. Ok, it didn't happen to me on Torn City, heck I don't even think I have had an account there, but on another game (a somewhat known game, but I'm not here to badmouth anyone), the staff became very different after they expanded. A lot more uptight, and had a clear segregation in players, those who could break the rules freely and those who couldn't. Unfortunately I was on the side of those who were being watched like hawks, every move we made was monitored, and on a few occasions they read our mail messages to see what we were talking about/planning, and stupidly enough let us know they were reading them. I got a temp ban for 3 days for sending a msn address to a player via "private" mail. This was annoying as other players were posting theirs publicly and that was fine. A great friend of mine was also banned for saying his account was hacked, and they just banned him straight away without investigating. He didn't care at all because he never donated, so we thought this was maybe why. And a top player, donated an easy 5 figures in 2 years, constantly swore, made racial slurs and made several accounts was only temp banned once for 3 days. Double standards was/is rife among them. The power of money spoke there, and the treatment of players drove me to MWG. Thankfully, the community here is much more welcoming and friendly, and that's why I've been content to shelf my plans to make any game and just sit here and learn everything PHP has to offer.
  23. Doesn't it already do this??
  24. $gangdata=$db->fetch_row($gu); $gangdata['exp_needed']=(int) (($gangdata['gangLEVEL']+1)*247*2);   I think the problem is here. I could be wrong, but as you are using $gangdata to fetch the row, maybe the script is treating it like exp_needed is a table column, and since nothing is recalled, it is automatically assigned a 0 value, giving the division by zero error. Maybe someone with a bit more experience could check that? By the way, is there a reason why you have ..data.. * 247 * 2? Maybe putting 494 just would have been easier. :D
  25. Sounds like a server problem. Upload a file "test.php" and have a few lines of text in it. Ex: <?php echo "Hello, world!"; ?>   If that doesn't work, its the server. If it does, your script may need permissions set.
×
×
  • Create New...