
lucky3809
Members-
Posts
1,115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by lucky3809
-
If he's wanting a set energy bar 100/100 for non donators and 150/150 for donators then no you dont want to update the +(level*2) unless you are wanting more energy on the top of the 100 and 150. which i dont think thats what he wanting. I use the method that I provided didnt see chickas reply but her/his solution would work also .
-
The owner to this hosting already has a thread. I would not sign up it would be a waste if he does not pay his hosting bill I can get cut off, so not really reliable, unless he has paid at least 50 years into his reseller package.
-
$db->query('UPDATE users SET maxenergy= 150 WHERE donatordays > 0')or die(mysql_error()); $db->query('UPDATE users SET maxenergy= 100 WHERE donatordays = 0')or die(mysql_error());
-
should change the yellow. and at least change the colors of the bars, and not have them all one color looks like the game is just thrown together and the yellow cautions tape doesn't go with the theme at all. and the total players is off balance and can hardly read it against the yellow. everything else looks fine.
-
maybe spell stuff differently HEY Do me a faviour, Kill Tyler for me, he is chatting **** about me If you kill him you will be paid nicely ;) chatting chit? shouldn't it be talking? and faviour? should it not be favor? and maybe add a direct link to Tyler, because what if the new player does not understand? ok here's another lol... your forum is a chat? should you not remove the forum link and call it chat? forums are not chat boxes :/ My bad its a forum just does not look like one, looks more like a chat box. Can be confusing for new players. the bank submit buttons you should change them to withdraw/deposit because "Do It" on all of them does not look right, and also maybe lighten your text on the bank.
-
Minigame - Deal Or No Deal - [$19] - PayPal / AlertPay
lucky3809 replied to Prodigy-A's topic in Paid Modifications
not a bad mod, i also encountered two of the same suitcases. -
New Login And In-Game Template For Sale
lucky3809 replied to Damagedcity.com's topic in Auction House
lol wrong name look at post above yours damage. -
sometimes re-uploading the image again, works, try that if you haven't yet, may solve your problem i don't see why it would be doing that unless the page is not loading completely. It may be the css file too, may not be repeating the image.
-
looks like the scripts are from scratch to me dont look like any engine that i have seen before.
-
Well sometimes when the product you buy does not work and you request a refund, and neither company wants to negotiate the problem, then yeah i would take the approach to do such. This is not something to do on a basis, and i have only done it once, which was on a product that did not satisfy me. and it had nothing to do with mccodes. if I'm spending my hard earn worked cash for something and it's advertising says it works! It better! If not then they don't deserve my money. and quite a lot of people will agree with me. You do not go into bestbuy and buy a xbox 360 and get home and find out it does not work, and not request a refund or new one? I know I would, the same thing applies here, especially when it's advertised out of the box. If it's out of the box it means it has not been tempered with. Meaning it WORKS!
-
hence the word NEVER. If he was to go to his bank and tell them someone took illegal action in using his account without his permission the bank will automatically refund his money then will send reports in to paypal and mccodes, then leave those two companies with the balance. If they fail to pay then the money is written off. This solution is only valid if the person wants to go this route in saying such, which most then likely the bank will dispute the transaction and refund his money back to him. So in all and all he can have the engine for free and his money back.
-
An easy solution in getting your money back, is to report to your credit card/bank that someone took money off your card without permission and dispute the action on your account. Your bank will refund you the money! Paypal and mccodes will have to somewhat pay the bank. Ive done this route before with another company. That had same refund policy. Got to go above both and go to the top of the problem and speak to the card bank. Don't mess around and waste time with paypal and mccodes.
-
lol illusion not a he but made me laugh!
-
Your not doing it correct, I had this working not to long ago but deleted the file due to upgrading my pages, if you have read through the steps correctly you would have had it working, also to see how drag and drop saves like this, look under free mods under the drag and drop mod that i helped illusion with, it will show you how to save it, but dont just copy and paste what i have on there for it goes with a totally different drag and drop function... If you have not figured it out, I may code it when i have some free time.
-
What happens when another client gets hacked somehow and it effects your other clients hosting, this happens to a lot of free hosting accounts, how will you handle this type of problem? and what if one of your clients without consent from the owner uploads a illegal software, and you get shut down for it, and then your other clients are left hanging with no hosting? I think you should research this before thinking about how to make cash fast, or whatever your motives are, in offering such. And you should at least have some experience with hosting, like rulerofzu said. I personally would not sign up for your service, due to lack of knowledge in hosting, and also the design of the website, and the domain name. It brings dejavu back all over again, from another poster that not to long ago had the same site like you, and they were shutdown within 8 hours after i signed up, due to illegal software that was uploaded.
-
Did not misunderstood he wrote "Thanks it displays the name now but it says am offline when am online. " And what you provided him is selecting the WHOLE users table he does not need to select every single field, he only needs fields that are in his echo / IF statements! I added exactly what he has and the query i provided and it worked fine on my server, if he is getting absolutely NOTHING then he does not have those fields in his database, however he did not mean it shows NOTHING he meant it does not show the time as for his code with $_SERVER['REQUEST_TIME'] is not working and not pulling his server time, so i provided him another solution to that.. which was time().
-
This worked but did not test it fully because i did not add the sqls to my database. REMOVED BBCODE REASON ILLUSIONS COMMENT PowlFruit has already had an explanation as to why there are problems with his script if you view that source above and view page 1 of this topic you will see i have already explained that to him. My reason for Removing your BBCODE Lucky is that I dont want him thinking we are going to do all the work for him he has to learn to understand Instructions set out by others Especially when the advice given is correct.. END OF ILLUSIONS COMMENT The errors were... on line 94 and the very last print statement of your script. print "Du hast {$r['itmname']} vom Markt gekauft. Es hat dich \$".number_format($r['imPRICE']) gekostet."."; changed it to print "Du hast {$r['itmname']} vom Markt gekauft. Es hat dich \$".number_format($r['imPRICE']) ."gekostet."; print "Du hast {$r['itmname']} von Markt gekauft. Es kostete \$".number_format($r['imPRICE'])." Crysrtals und du hast es $uname als Geschenk geschickt.";"; changed it to print "Du hast {$r['itmname']} von Markt gekauft. Es kostete \$".number_format($r['imPRICE'])." Crysrtals und du hast es $uname als Geschenk geschickt.";
-
Yep strange how BOTH of them commented on your template like vultures sorry, but I think its wrong that they are stealing other peoples work. And then using it without permission, and or changing the graphics on it, downgrading the original. I don't blame you one bit for not selling it to them, after I had found those templates of Peters on bmw11's website it made my respect for bmw11 sink low. He does not get my respect at all on here!
-
replace your time with if($r['laston'] >= time()-15*60){$on="<font color=green><b>Online</b></font>";} else {$on="<font color=green><b>Offline</b></font>";}
-
I would use an if statement if ($_POST['deposit'] <= 0) { echo ' Please ensure you only submit integers. '; } simple really... mres is not protecting it from going negative.
-
? mysql_real_escape_string($gain) you have that two times only need once. why not use intval($gain) is it not a number? mres is not for numbers... better is to add it like... $gain=intval($_POST['withdraw']); then just add $gain to the queries.
-
add username to this query... $q = $db->query("SELECT `userid` FROM `users` WHERE `user_level` IN(2,3,5) ORDER BY `userid` ASC"); You may also want to add level too and the money,laston fields...basically all the fields in the script that has $r['.... $q = $db->query("SELECT `userid`,`username`,`level`,`money`,`laston` FROM `users` WHERE `user_level` IN(2,3,5) ORDER BY `userid` ASC");
-
the query part under this IF statement.. if(date('G')==17) i think its in the hour cron though not the day. Its at the very end of the script if you had not changed it.
-
I use to play a game that actually had the same thing, it died rather quickly, and now the owner abandoned the game. Because the power house players learned to bomb more and more and took away cities from the new players, it became a 1 player game. I would not suggest taking the city a way from the owner, especially if the owner is not online at the time of it lol. that would make your players pissed to the point of no return. Depending how fast they can gain the city back.
-
They are his work! I proved it to him from bw11 website he did not have his images secured or blocked from outsiders, and he even had material from one of Peters clients that stated criminals nightmar, not cool at all. They should be removed from his site but who's to say where else he has them, because his site is on free hosting, so it would not matter if he lost his account on there.