
UCC
Members-
Posts
444 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by UCC
-
Re: Question about a IPN system The user links from your site to Paypal. In your link, you send information on the amount, the donator item number, and whatever other information you want to send. Once the personal pays through Paypal, Paypal sends them back to your game. Just like you sent info to Paypal, Paypal sends info to you. That info either confirms or denies that they actually paid you. It also sends back the information you sent so you can process. Paypal, have this person pay me $3 and give me the number 6 and a yes/no once they do Paypal sends you a Yes and the number 6, so your system can realize they payment was successful and the number they wanted was 6
-
Re: Rewards for voting I know a lot of people dont have 2.0 but does anyone know why I might be getting this error? Warning: Cannot modify header information - headers already sent by (output started at /home/samuraio/public_html/global_func.php:1985) in /home/samuraio/public_html/votetwg.php on line 36 Voting page has this.. header('Location:http://www.topwebgames.com/in.asp?id=3341');
-
Re: Question about a IPN system Well the system I created (modified 2.0 code) has the donator packs setup as items. All I do, if I were to have a 2-1 sale, is to change the add_item number from 1 to 2 where I have the quantity listed.
-
Re: Attacking/Hospital code, basic error Add Quotes $hospitalreason="Mugged by {$ir['username']}"; Not sure about the queries, I dont use that method of querying
-
Re: Question about a IPN system Double all the quantities in the script.
-
Re: Crime success exp help Anyone ever figureout how the CrimeExp variable works? Most my players can bust out of jail 95% of the time because their crimeExp is way too high. I know I need to lower the CrimeExp given by the crimes, but I have no idea what ratio to use.
-
Re: User "sifter" cron nope, LITE and v1.1 didnt when i got those Well now I'm confused cause I'm pretty sure 2.0 doesnt have it either. I checked and re-checked
-
Re: User "sifter" cron hmmm. I dont think 2.0 has that file.
-
Re: whatch out for zahid I want him to come to my game and try that one; I've made all my own mods. ROFL
-
Re: User "sifter" cron I can code just about everything I've seen on these boards, but the one thing I haven't figured out is how to have the game send real emails out. I'm sure it's not that hard, and I havent looked into it a lot, but off the top of my head I dont know how. That being said, even if a user isn't playing, I'd want to keep their account online so people have other people to attack.
-
Re: no encryption This would now be time to give up because this is way beyond your skillset. {$_POST['password']}
-
Re: no encryption Sure you can. Copy your encrypted password into their user info. Then you can login as them with your password and change it.
-
Re: Silly question... Well where did you define $r? $ir['location'] should give you a number not a name. That number needs translated.
-
Re: What features do you want? I have no complaints with 2.0. Any mods I desire I can, and have, done myself. I have a bigger problem thinking of ideas than I do writing the program. I have some really awesome 2.0 mods in the game I'm developing but they're not for sale and currently top secret. ;) Anyone who can give me a detailed idea that fits a pre-modernization theme, can have the mod for free or close to it..... Of course it has to be an idea I like too... Horse Racing, Fighting Mods, and Gang turf sound promising but they dont give a lot to go on. Well I could do horse racing but it wouldn't be any more fun than a random Pick a number game. It takes a creative mind to make simple ideas entertaining.
-
Re: Disable referrals on a user That doesnt make any sense. How is he referring someone who is already playing?
-
Re: how do u turn dps 2 items What version? I can do 2.0 in under 30 mins
-
Re: Crime success exp help 2.0 user here. I dont understand the CrimeExp variable that's associated with each user. I've kinda given up and decided to just let it be. If you're talking about the amount of Exp you earn, again that's very simple. It's a formula just like the one already posted...I'm not going to go check but this looks right from what I saw. $ir['exp']+=(int) ($r['crimeSUCCESSMUNY']/8); I dont see why 155 crimes is an issue. Well aside from the fact that I have no clue how to be creative enough to come up with 155 crimes. Here's what I do know. It picks a random number between 1 and 100. Each crime has a formula, Defaulted at ((WILL*0.8)/2.5)+(LEVEL/4) So it takes the forumula, crunches the numbers and you may get a result like 34. It then compares the random number to your forumula solution. If 34 > the randon number, you succeed. Don't know if any of this helps, but like I said, the crimeexp variable is the one part of the code I dont understand at this time.
-
Re: Help So basically you have a version of the game so you can see if there is any way to cheat?
-
Re: Need some help Can't you just do a simple while loop with a counter. It loops through the numbers they chose and compares it to the array of winning numbers. It counts how many times there is a match and the reward is based on that counter.
-
Re: weekly cron I'm no expert but I'm thinking 0 0 * * 0 The last 0 = Sunday
-
Re: Multi Account Issues It doesnt work. It wont let me register but I've never been to your site
-
Re: [Lite] Hack Users PC I can tell you they are ASCII Codes. I'm not certain why they're preferred by some
-
Re: Resource id #9 and Similar Goofyness Thanks Deception. :-D
-
Any time I try and retrieve a simple variable from a select query in my PHP I seem to get these Resource Id #s instead. Heres a simple example. Surely there's something simple I'm missing. Thanks! $loc=$db->query("SELECT cityname from cities WHERE cityid=$ir['location']"); print $loc;
-
Re: Profile Signatures So thats what that means!!!