Jump to content
MakeWebGames

Godhand

Members
  • Posts

    448
  • Joined

  • Last visited

    Never

Everything posted by Godhand

  1. Re: PLZ HELP ME !!!! ARGENTLY!!! Yea I just pointed it out so more people would notice.
  2. Re: a few questions on v2 problems For gym.php find: $db->query("UPDATE `userstats` SET `{$stat}` = `{$stat}` + $gain WHERE `userid` = $userid"); add after $db->query("UPDATE `users` SET `exp` = (`exp`+$gain/40) WHERE `userid` = $userid"); and if you want to change how much xp they get find in the previous code (`exp`+$gain/40) replace with (`exp`+$gain/X) replacing X with any number you want it to divide by. For itemmarket.php change item_remove(); into itemm_remove();
  3. Re: PLZ HELP ME !!!! ARGENTLY!!! Reason why I didn't was because you are asking quite a bit.... and REMEMBER NOW GUYS he said that will be his LAST request haha.
  4. Re: PLZ HELP ME !!!! ARGENTLY!!! Haha you ask for a lot of codes that you should know since your marriage mod also. What are you trying to prove?
  5. Re: v2 Gym problem Because I wasn't sure how to make it record it otherwise (to make it more desirable) . BUT I do have it patched up now in my game. I have for a while now.
  6. Re: BANK cap V2 Yup just do the check for $cybermoney instead of the bank.
  7. Re: How is this possible.... javascript view <html> <head> <META NAME="keywords" CONTENT="pearlmark, cards, space, art, prints, moon walks, universe, stars, galaxy, galaxies, astronauts, shuttle, astronaut, hubble"> <META NAME="description" CONTENT="Pearl Mark - Beautiful Museum Quality prints for office, commercial buildings or home! Our stunning art prints / photographs attract attention where-ever they are hung."> <META name="robots" content="INDEX,FOLLOW"> <META name="revisit-after" content="7 Days"> <META name="email" content="[email protected]"> <META name="author" content="Nickolay Ugrinov"> <title>PearlMark Art Prints</title> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body bgcolor="#dee3e7"> <table cellpadding="0" cellspacing="0" align="center"> <tr> <td width="100%" height="10" bgcolor="#D2DADF"></td> </tr> <tr> <td> <table bgcolor="#d2dadf" border="0" cellpadding="0" cellspacing="0" width="690"> <tr> <td width="10" height="660" bgcolor="#D2DADF"></td> <td width="670"> <table border="0" cellpadding="0" cellspacing="0" width="670"> <tr> <td>[img=images/top.jpg]</td> </tr> <tr> <td>[img=images/menu.jpg]</td> </tr> <tr> <td width="670" height="413" id="main" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td style="padding:10px;padding-top:20px;" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td width="397" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%" id="txt"> <tr> <td valign="top"> <span id="title">Welcome</span> Beautiful Museum Quality prints for office, commercial buildings or home! Our stunning art prints / photographs attract attention where-ever they are hung. Available in framed or unframed 8x10, 11x14, 13x19, 16x20 or 20x24 (except where indicated). We are adding categories / prints daily so check back often. Categories coming soon are: famous people, Art reproductions, Transportation (Automobiles / Motocycles), Ansel Adams, Norman Rockwell and many other art works. Try just one and like many others you'll be a repeat customer for all your display art needs. Our list of customers includes private collectors, interior designers/decorators, art galleries, commercial building / property management companies, hospitals, schools & universities and more. </td> </tr> <tr> <td valign="middle" height="40">[img=images/h_line.jpg]</td> </tr> <tr> <td height="100%" valign="top"> <span id="title">Browse Our Gallery</span> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td>[url="http://pearlmark.com/Merchant2/merchant.mvc?"][img=images/pic1.jpg][/url]</td> <td width="14"></td> <td>[url="http://pearlmark.com/Merchant2/merchant.mvc?"][img=images/pic2.jpg][/url]</td> <td width="14"></td> <td>[url="http://pearlmark.com/Merchant2/merchant.mvc?"][img=images/pic3.jpg][/url]</td> </tr> </table> </td> </tr> </table> </td> <td width="30" align="center">[img=images/v_line.jpg]</td> <td id="txt" valign="top"> <table cellpadding="0" cellspacing="0" width="100%" height="100%" id="txt"> <tr> <td valign="top"> <span id="title">About Us</span> [b]PearlMark International[/b] has been serving customers since 1981. Our eye catching prints are selected and printed to capture the imagination, emotion and attention of the viewer. PearlMark’s quality is second to none and something you will be proud to display in any environment. We will quote custom sizes and framing upon request so if you have a specific requirement e-mail sales. This is a secure site and your privacy is assured. </td> </tr> <tr> <td height="40">[b]<font color="#FF0000">Please allow 4 weeks for order delivery. We print for quality, not volume.</font>[/b]</td> </tr> <tr> <td valign="top"> <span id="title">Contact Us</span> [email="[email protected]"][email protected][/email] [b]PearlMark International[/b] PO Box 2843 Winnetka, Ca 91396 (818) 422-1804 Powered by [url="http://apollohosting.com/design/portfolio.php "]Apollo Hosting[/url] </td> </tr> <tr> <td height="100%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td>[img=images/low.jpg]</td> </tr> </table> </td> <td width="10" height="660" bgcolor="#D2DADF"></td> </tr> </table> </td> </tr> <tr> <td width="100%" height="10" bgcolor="#D2DADF"></td> </tr> </table> <map name="menuMap"><area shape="rect" coords="1,1,68,27" href="index.html"> <area shape="rect" coords="75,1,164,29" href="info.html"> <area shape="rect" coords="178,1,238,30" href="http://pearlmark.com/Merchant2/merchant.mvc?"> </map> </body> </html>
  8. Re: gym help please No problem simple fix.
  9. Re: BANK cap V2 Check your withdrawals formula to make sure $withdraw is not more then your $bank .
  10. Re: SPECIAL ATTACK Trig.
  11. Re: SPECIAL ATTACK circumference
  12. Re: 4 year old smoker May very well be possible for all we know.
  13. Re: Bank.php You could also just make the default for bank to be set at 0. Although that might seem overly simple?
  14. Re: {V2 }Marriage Mod {V2} Yea thats why I said that to. I know that installing a legal mod that is bought shouldn't be that much of a problem to have to get the query to install it.
  15. Re: gym help please   You didn't say you wanted non decimal. I believe you could eliminate the decimals by changing [code] $gain+=rand(1,3)/rand(800,1000)*rand(800,1000)*(($ir['will']+20)/450); into $gain+=round(rand(1,3)/rand(800,1000)*rand(800,1000)*(($ir['will']+20)/450)); I haven't tested so back up before you try. [/code]
  16. Re: 4 year old smoker Yes I read it already. I wonder how he managed to survive that long and what happened exactly to the twin.
  17. Re: 4 year old smoker Well one thing is that some insurance agencies up your bill just because you smoke. I know because my brother in law is a smoker. Although I will say he seems quite healthy due to his job. Bottom line- you save money if you don't smoke from insurance and buying the "cigs". I highly doubt just "one time" smoke will kill someone it is more of how much your body takes in as a whole. Which if you think about it how many people will "only" get second hand or first hand smoke ONLY once? Lets use logic here- odds are that very few (if even any) would be able to say that they've only smoked once or only got second hand smoke once.
  18. Re: 4 year old smoker Yea... those pictures are very disturbing to say the least.
  19. Re: gym help please Yup thats right. Although that formula will be very very hard to get good at stats. You might want to make a donator only gym that has a better formula then that. It would be an incentive to be a donator.
  20. Re: gym help please open up your gym.php then look for the rand(somenumbershere,another)*(rand(yetanother,another)*$userwill/somenumber something like that. Thats ALL you have to do to change gains per train. It should be near $gain= in your gym.php. (Assuming you are using the normal gym)
  21. Re: 4 year old smoker Sounds like the odds are more then 1 in a million for harmful effects. Should have researched quite a bit better. One good way to look at the "bad effects" is that it is a population control. (I don't smoke nor will I hang out with someone while they do).
  22. Re: {V2 }Marriage Mod {V2}   Both somewhat end in the same direction- him breaking the law one way or another. By stealing or by buying an illegal wrong copy. If he coded it himself *maybe* I could understand posting for help. But the fact is if you are smart enough to make the site work you should know how to install the stat. I know I tried installing stats and the "hardest" part (for me) was actually getting the page to work that the stat was on.
  23. Re: {V2 }Marriage Mod {V2}     I DOUBT THAT MATE I DONT EVEN HAVE YOUR MSN :@ plz help me Pft...Any game owner/ coder SHOULD know how to install more stats. You're wasting your time begging. So you should just stop asking for help when its apparent that the person you *bought* them from *stole* them. They'd provide queries to make the coding work.
  24. Re: 3 Word Game one of his
  25. Re: THIS OR THAT? Simply Clever Half full or Half empty
×
×
  • Create New...