
lucky3809
Members-
Posts
1,115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by lucky3809
-
I copied and pasted that of what Dunno said he searched... Not lack of spelling on my end... Quote Originally Posted by Dunno View Post Grant the profile he has say he is 26 years old. This site I found [email protected] is 18 years and 68 days. That makes Brandon at 7 or 8 years old. You got scam. http://www.emailsherlock.com/[email protected]
-
http://centralops.net/co/ states the email: [email protected] is invalid and does not exist, to make sure it was validating I also checked my gmail and it said it was valid, and it was validated... Also can be tested here :http://www.dnssniffer.com/en/networktools/emailtest/[email protected] Thread starter said he did not use that gmail account that he uses [email protected] now... So could explain why it's invalid.
-
When you transfer the domain to a new registrar such as godaddy or whom ever, the creation date is then reset, based upon new contract. Grant may be telling the truth. And the email you provided is the same one Grant has emails from. Like others have stated you need to really have the proof.
-
Need a coder who is good at securing
lucky3809 replied to Play Mobo Entertainment's topic in Paid Modifications
Where does it state any where that abs(intval()) is an mccode security? abs(intval()) can be used on ANY script not just mccodes, and for your info I do not use mccodes. However I rather use basics that get the job done just as well as other functions that are longer in coding... It's really simple to secure a page... I still have yet had anyone hack the website successfully, that I have done for others, so that tells me that I am doing it correctly, despite your opinion on abs(intval()) or mysqli_real_escape_string() ... They work. -
Need a coder who is good at securing
lucky3809 replied to Play Mobo Entertainment's topic in Paid Modifications
So with your logic you can hack abs(intval()) ??? If so please go further it stating how so...Your bringing unnecessary security measure to life here... Your making it sound harder than what it basically is, there is numerous ways to secure a script, but their is simpler form such abs(intval()) that does the job as well as those longer security functions... Also managing your database correctly is a key part in security, such using the correct integer types...This forum has argued over and over about security, the point is NOTHING is secured 100% maybe 99.9% but never 100!! -
Did you upload it to public_html directory? I went to your link and you have not done so, maybe by accident you uploaded it to a different directory?
-
Computer Science, is programming, learning what the computer does in different languages. Software Engineering,teaches the same thing computer science does, but it's main focus is on design and software building, and testing of the software, ect. I personally if I was doing it for the cash I would take Software Engineering most of the top companies are always looking for software engineers.
-
I know this is not finish, but what is the concept of it? I signed up to look around and there it not much to do, but click the skills than your done! And I do agree with Angel, the images need some work done to them badly cropped. Other than that if you really worked on this it would be a playable game, but at this moment it does not seem playable, unless I am missing it? Edit: Would it not be wise, when a user picked a male form body, that only male clothing is available for their avatar? LOL looks funny when you pick a dress...
-
MNG he stated $40 a YEAR not month. $3.33 a month is not bad, but my question is how long are you going to keep your hosting, as most new companies that come on mwg's last only a few months than they are gone, and vanish, how is one to trust your service will stay intact?
-
I would use timestamps,and use proper database integer types and values, such int 10 unsigned and tinyint for smaller fields that has a small value... here is a helpful chart on integer types: http://dev.mysql.com/doc/refman/5.0/en/integer-types.html
-
site 5 is a good webhost pretty fast, it's the fastest I have used http://www.site5.com
-
Illegal License Notice - Icecoldnetworks?
lucky3809 replied to Blade Maker's topic in Other Game Engines
That is not the websites name that is why... it is: http://icecoldnetworks.com/ you have misspelled it. -
The engine is IceColdCola's http://icecoldnetworks.com/
-
It could also be your internet connection, do a speed test. Or have someone else pull up your website and see if they also have the delay. I think your problem is either internet connection or server speed.
-
You never listed your link to your site so how is people harassing your site? Does not make any sense, nor that you do not understand what a copyright infringement is. And if you did post your link and had gotten harass, why would you take your site down, just because someone criticized it? If your completely using legit software?
-
So you are selling this same mod? http://www.serkey.com/help-please-got-error-bd9w8q.html
-
I have same files they are all in english, and they are illegal because they have the coders copyright, so what makes you able to sell them just because they are in another language? And if you got them for free like I did off a website by searching? So in other words you are selling illegal copies of someone Else's work.. If anyone wanted them they can search same keyword in google "GRPG mods downloads", or find same files on piratebay and other torrents... Just saying... Edit: You have not found the golden stash... I have most all mods I got back a few years, and I saved them all.. But it is not my right to distribute them because they are not mine, something you should know if you are an honest person. You would not be selling them on here.
-
I was speaking of this comment made....
-
so when mccodes were found laying around in 04 and recoded still using the coding from the one whom coded it in beginning, why is that person not credited in mccode engine but only the ones whom run mccodes.com? kind of contradicting if you ask me... but this will always be the argument with the mccode engine, until someone comes a long who knew the actual real maker of the code in which mccodes developers used and "recode"...
-
Did he not put the title as TPG HOSTING? For those asking name... just do a google search not hard...
-
Honestly, I would not make an engine and have mccodes be included, they already have a bad rep in their coding, just start from scrap and make an engine, than you do not need to worry about mccodes, or worry that you are selling something that you are not suppose to resell...
-
Start Rippln! This could be bigger than Facebook!
lucky3809 replied to HauntedDawg's topic in Chit Chat
This is basically an information eater... Nothing more than to gather information about a person... This will not be the next big thing sorry... The next big thing will keep people's information from being shared, people are not going to make a switch from one big information eater to the next scrap eater.... -
Torn.com uses this with css... exactly like spikereloaded has posted... the first div is the background under it when it is used, and the second div is the color of the bar and the percentage left ..
-
mccode-v2 Advanced Attack and Inventory Mod--One Click.
lucky3809 replied to Joshua's topic in Free Modifications
Echo the weapon then you can be sure if it is selecting it. such: echo ''.$equip[$ir['equip_primary']]['itmname'].''; Also make sure in your database those items are being equipped, if not then the problem is in your equip.php page.