lucky3809
Members-
Posts
1,115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by lucky3809
-
Not the paddle, the mouse pointer itself does, when the ball hits a brick out only, is when it does it,not when it bounces off a brick, the mouse pointer jumps to the top to "bookmarks" in the firefox browser, and you have to move mouse back down on the paddle, I tried to get a screen shot but it moves it to the top too fast, if I had recording software I would record the movement. I use a laptop, maybe my mouse speed needs to be slower.
-
I don't know if anyone else has the problem, the glider at the bottom after the ball hits a brick out the mouse pointer goes to the top, I am using firefox, could be the reason for it. Should use the arrow keys for the glider, if it's possible instead of the mouse pointer.
-
eh, who cares whom spams whom's game with their game link. This is so old!! If a player is dedicated to your game they will stay at your game, if they are not then they will eventually leave to another game, the link to these games gets around regardless of someone spamming it in your game. Better just to make a section in your forum where people can spam their game links, then your players will stay true to your game, knowing your open minded to other games, and not just yours.
-
If you are using it the wrong way, yes, it is vulnerable. However if your using it the correct way it's not. mres is for alpha values, not numeric, some people think using it on numeric will solve their security problem, it does not work on numeric values. mres used the way the thread starter has stated it works, and is secured. But still over the top adding more security then what is really needed. In my opinion people put security way above what it is, and make it complicated, when it's really not that complicated, but simple.
-
Too much... all you need to secure non numeric is mysql_real_escape_string(htmlentities()) <- How is one going to break through that?? Just my opinion when it comes to securing alpha fields. And another opinion I have is that when you secure a script pretty much all that needs to be secured is what goes into the database, you really do not need to use security in echo statements... How is one going to hack echo ''.$ir['username'].''; ?? Or say a message that already was secured while going into the database?
-
Just keep the engine, and practice the coding of it, it can't be that hard, there is a lot of help on this forum, and other places if you don't know something all you have to do is ask. PHP takes time learning even after you think you know all of it, their is always something new you did not know. This is a good learning place for such!!
-
I PM'd you this: $time=strtotime("-1 month"); $qm=$db->query("SELECT payment FROM donations WHERE timestamp>={$time}"); while($rm=$db->fetch_row($qm)) { $total+=$rm['payment']; } echo "Donations: \$".money_formatter($total,"").". <br />"; Basically, as I stated in another thread, if you think good and hard most of everything you need is in the mccode script, I took the part of cash that is circulated in the game, that counted all money, and used it adding WHERE timestamp>={$time} ... $time=strtotime("-1 month"); Is docking off 31 days, from today's date, leaving only record payments showing from Jan, 2 2013 - Feb 2nd 2013...
-
Only thing I see different is level and pricing, and renaming it hire spy.... Def duplicate of Zero's mod!! lol
-
It's not fraud, when you pay for something you are suppose to get, and what you thought you were getting, and you got nothing in return for that transaction. That means the transaction was not a transaction you made intentionally knowing you were scammed, because the transaction you made was for a product you "thought" you were buying. It states that on dispute policy at the bank, not many knows or reads about disputing a transaction. I am in the U.S.
-
You can do it the dirty way, and call your bank up tell them there were charges you did not in fact make, and you want to dispute the transaction! But of course your account will be on hold for 1-3 days depending how fast the bank acts on disputes, it only took me 8 hours to get my money back from a dispute. Anyways it pays to look through this forum before doing business with anyone, Skooda has been known to scam people for years now on here, it is pretty much your fault for buying something from him knowing your chance of getting scam were 100% LOL.
-
Kyle is right it is a different mod it would be an estate mod, if your are talking about how torn.com, lets you buy houses and rent them out. Marriage would be shared where your spouse shares the same housing as you, and gets the same will also. I have this one already, but have not released it on here due to the fact others made the same thing, and sell it on here, I don't know if those people would be mad if I released my own version for free, when they are trying to sell theirs, but I get asked all the time for it.
-
Someone might, you need to be more specific exactly what kind of marriage mod your wanting.
-
I would be interested, but can you provide what kind of game it is? and more info?
-
Question don't know if there is such, but is there perhaps a trade website where a seller can upload their files where they can't delete until the time frame expires, so thus way a potential buyer don't get ripped off or scammed, then all the buyer needs to do is add the files to his shopping cart, then pay... ??? Of course these files are looked over by staff of the website, to make sure they are not false files, and before they can add them to their account. Maybe this is something someone needs to create, then less scammers can get away with taking people cash.
-
The free version of mccodes is easy and simple to work with, you can basically implement everything in v2 to the free version, if you are advance in your coding skills, not hard really even for the less advance. It's a chitty code to begin with, which needs to be recoded anyways after you buy v2. $100 is high price for a program that is broken. Your better off using the free one, or buy a different engine, such as NWE, which is coded very well.
-
In your database under users table, and field money change the int to bigint read... http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html
-
So all you people complaining recently that he scammed you, did not research him out on here before doing business with him??? That is all your fault for not doing so, almost everyone knows skooda and what he does, it is nothing new, so why are you all so stupid to think different? There has been many threads about him for past years, that can be found using the search tool. Even on google!! LOL At least he knows what skill he does have, rather it's not coding, he makes a good scammer, because you all still fall for his sales and buys. lol
-
Firefox disabled it automatically. It's been a threat since last year.
-
Not a bad game, I like the colors of it, not complicated either like some games are. The only problem I did not like is waiting 25 seconds to do a crime. That is the biggest draw back... It's a game to be played, if you can't play it, and have to wait, there is no sense in playing it at all, those 25 seconds may not seem like a long wait, but for someone whom don't have patience it can be a problem lol.
-
It would be in mainmenu.php under an IF statment such as if($ir['jail']){ print" blah";}
-
I am on paid hosting, it does not allow curl, because of the recent update, it use to work with curl before the update of the cpanel, I do not know what the updates all were, but when it was updated, curl just did not work, and I was told to use wget instead, due to the update.
-
Well in config.php it would be there for mccodes, however in raven script I have no idea where it is posted, all you need to do is find it and change the numbers to your own, then edit the cronjob to that number (code) you changed. Edit: post same time dj did lol
-
no leave it as it is, but note that some cron jobs on different servers do not work with curl, the server I am on did not take curl but took wget instead.