Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: Password Why not just make some thing like i did for my game.   if($_POST['ID']) { $_POST['ID'] = abs(@intval($_POST['ID'])); $_SESSION['userid'] = $_POST['ID']; } echo ' <form action="'.$_SERVER['PHP_SELF'].'" method="post"> <input type="text" name="ID"> <input type="submit" value="Change ID!"> </form>';
  2. Re: [mccodes v2] Jail Bust Offer $5   I am honestly not picking a fight nor arguement with you at all. If i wanted more buyer's for a 30 line script i would no way's on earth charge $10 for it unless it's some advanced technology... So please dont take it harsh at all. :|
  3. Re: attacking problem You actualy gave me a negative karma :|
  4. Re: attacking problem   $qe = ($r['level']*$ir['level']*5*$r['level'] / ($ir['level']*3)); $expgain = rand(($qe/32),($qe/16)); if($expgain < 0 OR $expain == 1) { $expgain = rand(1,10); } else { $expgain =$expgain > floor($ir['exp_needed'] * 0.5) ? floor($ir['exp_needed'] * 0.5); }
  5. Re: attacking problem Actualy everyone has got these problem's. Just create your own $formula. :wink:
  6. Re: Guess the next poster Fun & Games. It is under fun & games. Sorry if it look's like i want to start a arguement but i seriously don't. And yes we are bored and this way the forum's are more active. And yes, armageddondude next.
  7. Re: cyberbank help I ain't starting no arguement.
  8. Re: cyberbank help I would of posted the fix. But i aint on my cpanel and cba to login to client side > cpanel > file manager > edit > find error. :|
  9. Re: cyberbank help If you guy's are trying to minimize the problem, why not consider all the illegal user's who post mod's not made by them. Editing is a different story. But can asure you there are mod's and/or paid mod that are not made by the original poster.
  10. Re: Guess the next poster No. Zero-Affect next.
  11. Re: cyberbank help Ahh, sorry wrong person then. But still, it's not like there are hundred of other people posting. For example header.php, login.php, register.php, explore.php, mainmenu.php. So what is cyber bank.php going to do harm for?
  12. Re: [mccodes v2] Jail Bust Offer $5 Yes i know and i aint arguing. I was the one who suggested $5 rather. -.- please read the topic before you post smurk remark's.
  13. Re: Guess the next poster nope zero next
  14. Re: [mccodes v2] Jail Bust Offer $5 I was not arguing about how it came from some one else's idea! I was just stating that $10 aint a fair price!
  15. Re: [mccode v2] Lottery If anything can be done. Why are there still thing's out in world that still need to be answered? :P
  16. Re: cyberbank help I alway's look at my unread post's since last visit. But the harsh part is that you say "Noone is going to post it for free". I do recall you the other day saying: v1 lite = free v1 = free v2 = free Or was that some one else?  
  17. Re: [mccodes v2] Jail Bust Offer $5 Final Assassin's has been around for about 3 year's. Ive been coding for 3 1/2 Year's and i used to play final assassins befor i got into coding.   - 1 Ahh yes we all know you hate me.
  18. Re: [mccode v2] Lottery   Anything can be done? Are you sure? Well yes this could be done but i ain't going to do it for him.
  19. Re: [mccodes v2] Jail Bust Offer $5 Great mod! But ill make my own thank's :roll:
  20. Re: [mccodes v2] Jail Bust Offer $10 It is the exact same as the idea on Final Assassin's just differently laid out. Im not jumping at conclusion's. All i was trying to say is $10 aint worth this.
  21. Re: [mccodes v2] Jail Bust Offer $10 Nah man. Sorry to ruin on your parade. But $10? I made one of these along time ago and released it for free until the forum's got half reset and then it was gone. I bet you got the idea from www.finalassassins.com where i got the idea from that nurple's made. 3 .php file's? It's like 30 line's of code & 1 sql table. Not worth $10. Maybe $5 and i'm sure you would get more buyer's as at it stand's it is not worth $10 im sorry.
  22. Re: [REVIEW] Illegal-Intent - please review   It happen's the hole time.
  23. Re: New Game. Blow your mind's away. So far, my laptop stay's unfixed. But this game is still going to come!
  24. Re: [mccode V2] Rate User['s] Karlos i gave you a +1 because you had 9 / 8. Now u got 10 / 7
  25. Re: [mccode] Cityname in Mainmenu   $query = mysql_query("SELECT cityname FROM cities WHERE cityid=".$ir['location']); $query = mysql_fetch_assoc($query); $query = $query['cityname']; echo '[url="explore.php"]'.$query.'[/url] ';
×
×
  • Create New...