Magictallguy Posted February 3, 2008 Posted February 3, 2008 Re: Free Loan Shark System You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Beardy Posted February 4, 2008 Posted February 4, 2008 Re: Free Loan Shark System Does anyone know the code to put interest on the loans pls could you post it if you do Quote
Godhand Posted February 4, 2008 Posted February 4, 2008 Re: Free Loan Shark System pft its too easy... in cron_day.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
HITMAN 17 Posted February 5, 2008 Posted February 5, 2008 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. Quote
zbirc3 Posted February 9, 2008 Posted February 9, 2008 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 Quote
HITMAN 17 Posted February 10, 2008 Posted February 10, 2008 Re: Free Loan Shark System nope u are right it dont work Quote
spazz Posted February 10, 2008 Posted February 10, 2008 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 Quote
Godhand Posted February 11, 2008 Posted February 11, 2008 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. Quote
spazz Posted February 11, 2008 Posted February 11, 2008 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 Quote
Godhand Posted February 11, 2008 Posted February 11, 2008 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.... Quote
spazz Posted February 11, 2008 Posted February 11, 2008 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 Quote
John1 Posted February 11, 2008 Posted February 11, 2008 Re: Free Loan Shark System can someone make a log for this as im not to great with making logs and i don't have the time to code that often Quote
John1 Posted February 12, 2008 Posted February 12, 2008 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. Quote
jeeppimp Posted February 15, 2008 Posted February 15, 2008 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! Quote
zbirc3 Posted February 15, 2008 Posted February 15, 2008 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]} Quote
John1 Posted February 15, 2008 Posted February 15, 2008 Re: Free Loan Shark System my bad thanks zbirc3 Quote
zbirc3 Posted February 15, 2008 Posted February 15, 2008 Re: Free Loan Shark System No problem mate... always glad to help Quote
zbirc3 Posted February 20, 2008 Posted February 20, 2008 Re: Free Loan Shark System I've tested this and it works perfectly: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
jeeppimp Posted February 20, 2008 Posted February 20, 2008 Re: Free Loan Shark System hahaha! that did it for me.. Thank you! +1 :-D :-D Quote
zbirc3 Posted February 21, 2008 Posted February 21, 2008 Re: Free Loan Shark System Awesome! NP Quote
John1 Posted February 22, 2008 Posted February 22, 2008 Re: Free Loan Shark System yes this mod should also have a cron andto add to users investments Quote
zbirc3 Posted February 22, 2008 Posted February 22, 2008 Re: Free Loan Shark System I totally agree... :P Quote
John1 Posted February 22, 2008 Posted February 22, 2008 Re: Free Loan Shark System i will make u a cron soon Quote
John1 Posted February 22, 2008 Posted February 22, 2008 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"); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.