Jump to content
MakeWebGames

mikrows

Members
  • Posts

    53
  • Joined

  • Last visited

    Never

Everything posted by mikrows

  1. Re: Were does ppl host   I was told by the live help that min crons where acceptable, but I now retract the sugestion of using 3ix. I DO NOT RECOMEND 3IX I have just moved my account from them, after a 72+hour outage, after they lost data from my account, after one off there live help techs had an attitude with me because I asked to many times what was happening,what is the correct no. of time to ask when you are told 2 hours and 24 hours later its still down? I felt that I had no right in expecting to be kept upto date with server status. There usual reply "techs now about the issue and are working on it, your site will be back in a couple of hours", One said "primary hard drive failed, reinstalling Centos on new hard drive". I'd have thought that they would have had a back up server. Over 80 hour outage this year, and some live chat techs need to be trained in customer services.
  2. Re: Were does ppl host you could try 3ix , link in signiture bar below.
  3. Re: [v2]Assassin.php[v2]     Thanks , That was somthing I missed while trying to fix the codes, I have edited the code and that is now sorted. I basicaly just changed the -150 to -120. $newhosp=$hospital-120; or you could swap this line to: $newhosp=(int)(rand(5,60));
  4. Re: [v2]Assassin.php[v2]   <?php include "globals.php"; $q=$db->query("SELECT * FROM users WHERE userid={$_GET['ID']}",$c); $r=mysql_fetch_array($q); $_GET['ID'] == (int) $_GET['ID']; if($_GET['ID'] && $_GET['PAID']) { $cost=$ir['level']*2500; if($_GET['ID']==$userid) { die("What Is The Point OF Assasinating Yourself?"); } if($_GET['PAID']!=$cost) { die("Bug Abusers Are Desperate"); } if($_GET['PAID']>$ir['money']) { die("Sorry, But You Cannot Afford An Assassin Right Now [url='index.php']Back[/url]"); } if($r['hospital']) { print "This player is in hospital, The Assassin will not attack players in hospital. [url='index.php']> Back[/url]"; $h->endpage(); } if($ir['brave']<5) { die("You don't have enough brave to do this."); } $chance=(int)(rand(0,100)); $hospital=(int)(rand(125,300)); if($chance<41) { $db->query("UPDATE users SET hospital=$hospital,hospreason='Got Assassinated' WHERE userid={$_GET['ID']}",$c); event_add($r['userid'],"You were assassinated and put into the hospital for $hospital minutes.",$c,'general'); $db->query("UPDATE users SET money=money-{$_GET['PAID']},brave=brave-5 WHERE userid=$userid",$c); print "Your Assassin Successfully Assassinated {$r['username']}"; } if($chance>40 && $chance<66) { $db->query("UPDATE users SET hospital=$hospital,hospreason='Assassinated by {$ir['username']}.' WHERE userid={$_GET['ID']}",$c); event_add($r['userid'],"You were assassinated by {$ir['username']} and put into the hospital for $hospital minutes.",$c,'general'); $db->query("UPDATE users SET money=money-{$_GET['PAID']},brave=brave-5 WHERE userid=$userid",$c); print "Your target has been successfully hit, but he blabbed out your name to the target, smack him and fire him. Oh and, you better watch your back"; } if($chance>65 && $chance<86) { $db->query("UPDATE users SET money=money-{$_GET['PAID']},brave=brave-5,hospital=$hospital,hospreason='Failed Assassination.' WHERE userid=$userid",$c); die("Your Assassin Gets Into The Base The Cops Find Him Your Assassin Was Re-Hired By {$r['username']} and He Copps You On The Head"); } if($chance>85) { $newhosp=$hospital-150; $fun=$db->query("SELECT u.*,g.* FROM users u LEFT JOIN gangs g ON g.gangID=u.gang WHERE fedjail=0 ORDER BY RAND() LIMIT 1", $c); while($f=mysql_fetch_array($fun)) { $id=$f['userid']; $db->query("UPDATE users SET hospital=$newhosp,hospreason='Assassinated by {$ir['username']}.' WHERE userid=$id",$c); event_add($id,"You were assassinated by {$ir['username']} and put into the hospital for $hospital minutes.",$c,'general'); $db->query("UPDATE users SET money=money-{$_GET['PAID']},brave=brave-5 WHERE userid=$userid",$c); print "Your Assassin Is A Bit Blind Instead of hitting {$r['username']}, they hit {$f['username']} But They Still Demand Pay"; } } } else if($_GET['ID']) { if($ir['brave']<5) { die("You don't have enough brave to do this yet."); } $cost=$ir['level']*2500; print "<center> You Call Up Assassins R Us and Tell Them You Want To Assassinate [b]{$r['username']} They Agree But It Will Cost You $$cost To Assassinate Them Assassinations Aren't Always 100% Successful <form action='assassin.php' method='get'> <input type='hidden' name='ID' value='{$_GET['ID']}' /> <input type='hidden' name='PAID' value='$cost' /> <input type='submit' value='Assassinate {$r['username']}?'/></form>"; } ?>   Find in viewuser.php [Attack]   Then add [Assassinate]     FIXED AND TESTED
  5. mikrows

    WWII

    Re: WWII Italy - 12 Japan - 20 Great Britain - 49 United States - 20 Soviet Union - 19 France - 20
  6. mikrows

    WWII

    Re: WWII     Noticed the scores dont add up, looking back found that you had taken one from Italy but didnt add one on anywhere else, have added it back to Italy for you t redo.   Italy - 12 Japan - 20 Great Britain - 48 United States - 20 Soviet Union - 20 France - 20
  7. Re: Emerngency Surgery for V2 How about setting it to "Go Private", pay to use private hospital (like in the UK "Bupa", I don't know about private hospitals in the USA), if the member has enough money then the recovery time could be reduced (say by a random figure between 25/75%).
  8. Re: Updated Display Pic System [V2]   This aint ebay feedback system mate rofl so lets gain an extra post by taking the p*ss out of other members , so immeture.
  9. Re: Updated Display Pic System [V2] great, A+
  10. Re: THIS OR THAT? Z80   Quiet Romantic Night in OR Dining Out?
  11. Re: Which File Extension are You?
  12. Re: Things A Goverment Official Wont Say.... SORRY WE GOT IT WRONG
  13. Re: Counting (nr game) 1903
  14. mikrows

    One Big Code!

    Re: One Big Code! /* if the above code works please feel free to pass it arround....*/
  15. Re: 3 Word Game A large trunk...
  16. Re: FIRST THOUGH! (another one who needs to read the first post)   Do'h
  17. Re: Count Backwards :D 4944
  18. Re: SPECIAL ATTACK single
  19. Re: Guess the next poster No Spudinski
  20. mikrows

    No I'S

    Re: No I'S Totally bored, plan to try to enter all games here
  21. mikrows

    New game

    Re: New game ^ Got me a new computer < Total bored, so playing all these games V About to come up with some witty comment
  22. mikrows

    Double

    Re: Double 8192
  23. Re: Guess the next poster Nope sorry   NYNA
  24. mikrows

    WWII

    Re: WWII Italy - 13 Japan - 20 Great Britain - 46 United States - 20 Soviet Union - 20 France - 20
  25. Re: Free 2 - Slots Nyna`s images for slots... www.mikrows.co.uk/slots.html If it ok with Nyna?
×
×
  • Create New...