Jump to content
MakeWebGames

boggl

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by boggl

  1. Re: After Editing User, Any Link pressed increases the user..... You edited it over lvl 950+ or thereabouts, didn't you? It's because MCCodes doesn't handle bigint. In global_func look for $ir['exp_needed']=((int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2); and change it to $ir['exp_needed']=(float) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2);   somewhere around lvl 950 and up, it hits the 2 bil ceiling, and you have the famous lvl bug
  2. Accept c/c Payments without Paypal I spent the morning doing some research on them, going through 3rd party forums that talk about them, and have found that overall, they appear to be pretty strong and reliable. The only thing that seems to be recurring is the delay in funds, and that has gotten better according to latest reports that I've seen. They are still growing, and I have heard about them for awhile now, so I created an account and will do some test transactions to see what my experience is with them. Thanks for pointing out an alternative that may be a good choice for those who don't want to use paypal.
  3. Accept c/c Payments without Paypal Has anyone signed up with AlertPay yet and integrated it? Just wondering if it was straightforward and easy to integrate in this type of sysyem.
  4. book called Happy About Website Payments with PayPal I've used paypal since before it was paypal. Originally it was x.com and offered checking accounts, of which I had one. Out of all the people I know who use paypal, only 1 has ever had their account limited, and that was resolved immediately, and it was due to that persons error. I'm sure that there are a lot of people who have complaints, but frankly, I have had more issues with banks making errors then I ever had with paypal. Suggestions to limit your exposure are to keep a low balance in your pp account, and transfer regularly to your bank, or get a pp debit card and withdraw the money. I have a merchant account as well, but it seems more people prefer to pay with paypal then any other form, and so long as they do, I'm not willing to turn away their business.
  5. Free Jail Features V1.00000000 Relesed! Currently, the person you bust out receives the message that he was busted by himself...to fix it: find event_add($r['userid'],"[url='viewuser.php?u=$userid']{$r['username']}[/url] Busted you out of jail.",$c);   replace with event_add($r['userid'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] Busted you out of jail.",$c);   find event_add($r['userid'],"[url='viewuser.php?u=$userid']{$r['username']}[/url] was caught trying to bust you out of jail.",$c);   replace with: event_add($r['userid'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] was caught trying to bust you out of jail.",$c);   Thanks to masta_killa for troubleshooting his script.....
  6. Free Jail Features V1.00000000 Relesed! put this: } above this: ?>
  7. MCcode game mods I am having a problem with the auction mod not ending the auction. I get the notification when someone bids, but at 0 time, it doesn't end, just starts counting negative. Any ideas?
  8. MCcode game mods Can you explain how I can purchase some of the posted mods? I'v MSN'd DBS when he was online, pm'd ColdBlooded when he was on the forums, but I haven't gotten a response from either. Am I missing something?
×
×
  • Create New...