Jump to content
MakeWebGames

Recommended Posts

  • Replies 64
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: Free Loan Shark System

 

Version 2

this does work tryed it

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

how does it work? say if my max loan type is 45,000 $, i can only type in 4500 $ and i will only get that much

Posted

Re: Free Loan Shark System

has anyone got it to work so that when you repay you don't go into the negative. It also lets you repay more than you borrowed

Posted

Re: Free Loan Shark System

Shesh learn to code then instead of leaching. They coded it enough that IF you are running a game you should be able to AT LEAST figure that portion out. Shesh... Seems since CE came back up less people have came on that aren't worth coders time. They bothered to code it you should bother to fix it. Hell I've fixed some codes and asked for help before. But come on I at least put *some* effort into it.

Posted

Re: Free Loan Shark System

If that was directed at me, maybe before you start spewing garbage and useless replies, maybe you start by asking..."Hey how long have you actually worked on it". I would have told you 2 weeks. I try to figure things out first before I ask questions, afterall that is the best way to learn.

I appreciate your helpful reply though

Posted

Re: Free Loan Shark System

Its still an easy fix. So instead of wasting your time asking for help you could instead look at function repay. Is that too hard I mean seriously....

Posted

Re: Free Loan Shark System

 

look at function repay. Is that too hard I mean seriously....

That is all I was looking was a point in the right direction. I don't believe I asked for help either, I asked if anyone fixed it. If the answer was yes, I was going to ask for a hint. I am sorry I am not a seasoned coder I am a noob in training.

Thank You

Posted

Re: Free Loan Shark System

no sure if anyone else worked out this but if u are getting a message when trying to withdraw the max loan replace your loanshark.php with this one

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: Free Loan Shark System

That fixed it.

After taking out a loan of $50000 this is what I get.

You currently have a loan of $

The max you can loan is $50000

So it shows up as 0 loans... thats not good! hahaha!

Posted

Re: Free Loan Shark System

That is an easy fix... I'm guessing it should be ['borrowed'] instead of ['loan'] :roll:

change :

You currently have a loan of \${$ir['loan']}

 

to :

You currently have a loan of \${$ir['borrowed]}

Posted

Re: Free Loan Shark System

heres the cron i hope it does the job for u

add this to the bottom of your daily cron

$db->query("UPDATE users SET investments=1");

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...