oxidati0n
Members-
Posts
564 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by oxidati0n
-
Re: 6 Qualities of a Good Domain Name Keywords count too :)
-
Re: Free Domain!! (All youve gotta do is accept a phone call) So let me get this straight, You have to provide all of your details (House, Phone Number) for a $10 domain? So what's more valuable, Your lifetime details or a one year domain which can be stolen? What's the catch, They share your information to every single company in the world or they just use it for something stupid? It's stupid, nothing like that is free. Especially your information, What did your parents teach you about Online Security.
-
Re: Does Anybody like this Game or whatever you want to call it Looks like a very fascinating game, for kids. :)
-
Re: My Little Business Well, If you gonna buy huge sums you can just get in contact with third party retailers which offer them cheap for bulks or directly with the phone companies. It's how new mobile shops get there stock, by buying huge from the company itself.
-
Re: Firefox 3 Altough when using Firefox you'll usually see some common errors whereas Opera just isn't what everyone is used to, Literally everywhere (including Google) you'll see they are highly recommending people to use Firefox which increases people to use services which are recommended from a popular brand i.e. Google. Since Google is partially partnered with Mozilla I'd see why they want to promote it, Google wants the biggest of the every industry so they can dominate the internet. Regardless, Firefox is good but has quite a few bugs which are getting pretty nasty but it's not that bad to US since UK gets literally the slowest internet ever.
-
Re: cod4 online I'm 5th Presige Level 28 I am a good NO-Scoper and usually destroy all of the Gold Crosses Level 55. BlatantDude, Added you. XBL: "bilawal"
-
Re: Account System without MySQL I wouldn't say it's professional material but it's complex and a lot of people wouldn't be able to develop something like this.
-
Re: InnoDB or MyISAM But you sound as if you're doing something financial with your websites but you work with games, and in my opinion games have nothing to do with real funds or financial-related. MyISAM seems to keep everyone fine and a lot of people seem comfortable with it. It's not as if any major PayPal type of site would use PHP never mind MySQL anyway, They have everything custom built.
-
This would create a user account system. <?php set_time_limit(0); include("users.php"); $this_id = $next_id; $after_id = $this_id+1; function new_user($signup_username,$signup_password) { global $eval,$this_id,$after_id; $eval = "<?php \$next_id = $after_id;"; foreach($username as $k=>$v) { $eval .= "\$username[$k] = \"$v\";"; } $eval .= "\$username[$this_id] = \"$signup_username\";"; foreach($password as $k=>$v) { $eval .= "\$password[$k] = \"$v\";"; } $eval .= "\$password[$this_id] = \"$signup_password\";"; $eval .= "?>"; if(!file_exists('users.php')) { return false; } else { $fp = fopen('users.php'); fwrite($eval, $fp); fclose($fp); return true; } } function login_user($login_username,$login_password) { foreach($username as $k=>$v) { if($v == $login_username) { $my_user_id = $k; $username_found = 1; } } foreach($password as $k=>$v) { if($username_found && $k == $my_user_id && $v == $login_password) { $full_account=true; } } if($full_account) { return true; } } ?> users.php <?php $next_id = 2; $username[1] = "demo"; $password[1] = "demo"; ?> I think this would be fairly useful for small sites or sites with lack of integration with a user system but could be fairly useful in my opinion, This would require complicated coders to do it. Would be fairly high in file size but overall wouldn't cut out to have as much problems as MySQL is a huge usage taker. Very useful, It is also possible to do so with text files too but would require a bit more complexity.
-
Here is a hard one for you
oxidati0n replied to AlabamaHit's topic in MySQL, Oracle, Postgress or other DB
Re: Here is a hard one for you Why do you use so many queries, that's ridiculously bad. -
Re: InnoDB or MyISAM MyISAM - The commonly used one, I don't think anyone would use it for any financial reasons in this forum.
-
Re: who likes mccodes? That's where smarty comes in.
-
Re: Get your site free traffic! You can easily turn it into a variable $ .. Guess where? lol
-
Re: View User Addon - Profile Views Here's a good version for it. Query: ALTER TABLE `users` ADD `profile_views` BIGINT( 40 ) UNSIGNED NOT NULL ; Profile: if($_SESSION['profile_viewed'][$_GET[u]] == 'true') else mysql_query("UPDATE `users` SET `profile_views` = `profile_views` + '1' WHERE `userid` = '{$r['userid']}'"); $_SESSION['profile_viewed'][$_GET[u]] = 'true'; print "Profile Views: {$r['profile_views']} "; Simple as.
-
Re: [mccode] Multiple Event Deleter Thankyou. :)
-
Re: Fraud seller of mccodes It doesn't give them the right, yet they still do it.
-
Re: Fraud seller of mccodes Well unlucky because Dabomstew doesn't come anymore, neither does he have any intention of making "MCCodes V3". If I could help, I surely would but I don't think Dabomstew cares. I got him on MSN, but he doesn't really mind as MCcodes has already been distributed so much that people think it's freeware.
-
Re: Game Monitor [$200] Nice of you to ask Nyna, I've not met you before but anyways. I think you know how poorly coded MonoCountry codes were. MCcodes is a very unreliable script to use, all the "less popular" games get hacked once they get big because they don't know the vunerabilities of the script. This script keeps them updated basically, and it is infact made in PHP using some new features enabled in PHP 4.7> and MySQL 5 which can strengthen the script security. I forgot to mention that those two are required. Here's just one example, and one of the many things I do. (I know it's basic, but every little helps): Say you're going to run a MySQL query to update a users money, with no security at all. $amount = "10000000000000"; //if they posted that much, like i said without security.. even with some security it can be tortured. mysql_query("UPDATE users SET money='$amount' WHERE userid=$userid"); simply run this to lower the damage. mysql_query("UPDATE `users` SET `money` = '".(int) $amount."' WHERE `userid` = '$userid`LIMIT 1;"); Not only does this make the hacker unfamiliar with ` is enabled or not, but it also makes the hacker unfamiliar that it will only affect one field, and in reality that is what it's going to affect. Like I said, this is one of the things. Basically toning up your site and offering a site report so if any problem persists (except PHP errors of course) it will report to you. I can make it report PHP errors, but I would need a list of all of your PHP files in order to do so. The reason it's going to take so long as it isn't going to have the same structure with every site, and will be installed to fit in with the site. I know I've got a previous bad reputation, but that was only for having bad mods and now I've improved and even made my own script I feel I've got more potential when site development is being involved. and No, w3schools didn't do it. It was pure PHP for dummies book reading and experimenting with WAMP Server. killah - Yeah, I was pretty bad but I wasn't the worse at the time. I was loyal enough to sell my own work, which a large majority of people didn't. No offence taken, I'm glad you've spoken up so I can improve on my work. I've improved my skills a lot since I last came here, so I guess CE was where I began, and it's what I'm good at. I won't always be here, this is where I go sometimes.
-
[mccode] Marrgiage with Shared House [$10.00]
oxidati0n replied to Danny's topic in Paid Modifications
Re: [v1/v2] Marrgiage with Shared House[v1/v2] Yup, this guy can't code for his life. It's prolly the one I made. -
I know what your thinking, what the hell is it and why is it expensive. It is a script which will fix it all, it will add on a tiny bit more of CPU (not much at all, less than 1% more) and will basically put your site in a fixed mode, everything will be fixed so if the site is SQL injected rest assured either you will be notified, little damage will be caused or they will be disabled to run that page. It will come with a daily monitor such as if the Crons have worked, If theres been a/an increase in Server Load and if theres any spammers. Estimated Installation Time: 3 hours, 30 minutes Required: cPanel 10-11 or Plesk or Ensim or DirectAdmin, Linux Server and reasonable speed server. We can install it on V1.1 for $300 due to the fact it's not got any custom interface of functions. So total pricing: MCcodes V1 - $300.00 USD MCcodes V2 - $200.00 USD Add-ons available: Site Optimization - +$100.00 USD SEO (Search Engine Optimization) - +$150.00 USD [sEO - Search Engine Optimization, key features to make your site have a pagerank. PR 5 sites are worth $90k alone] Payments can be paid by: Offline Credit/Debit Card Processing ($3 fee) PayPal MoneyBookers AlertPay Payoneer Cards Wire Transfer NoChex :) Thanks.
-
Re: Lottery [v1 and v2] lol, Silly kids trying to make a rep. :/ pathetic really
-
Re: Get your site free traffic! Nothing really, The $your_site variable is if your site is on a subdomain or something, main root sites are fine. It's for V2. :) I don't have the stuff that you put into every V1 page so I just did it V2.
-
This is a quite friendly, yet simple modification. I know it's against StumbleUpon's TOS but you can easily modify it to not reward them. And why should you do it? The more stumbles you get the more you will get recognised and be more stood out from the rest due to the stumbles you will receive. and if your site hits StumbleUpon where people love it, you will earn exceptionally big bucks from members. Worth a go, many sites have made extremely great beneficial improvement for there sites, join too! Made by me, it automatically does all the required stuff. :) NOT TESTED, I made this myself and found out all of it myself so it automatically verifies there stumble towards your website. Will not work on subdomains or LALA.yourdomain.com, Must be root directory sites in order to be perfect standing and use. NOTE - StumbleUpon is a division of eBay.com, Inc. (Includes PayPal family) <?php session_start(); include "globals.php"; if(empty($ir['alreadyStumbled'])) { mysql_query("ALTER TABLE `users` ADD `alreadyStumbled` TINYINT( 1 ) NOT NULL UNSIGNED DEFAULT '0';"); } /*Pre loaded Variables*/ $your_website = ""; //Your website domain .. No http:// or / please! $bucksPay = 5500; //How much you're going to pay them. 1 is $1 if($ir['alreadyStumbled'] == '1') { print "You've already stumbled us, We appreciate the help but we can only afford to reward you once! :) Redirecting back in 5 seconds. <script> setTimeout(\"top.location=history.back(-1);\", 5000); </script>"; } elseif($_POST["userName"]) { DEFINE('STUMBLEUPON_AUTH_URL', "http://www.stumbleupon.com/syndicate.php?stumbler="); if(trim($your_website) == trim($_SERVER["HTTP_HOST"])) DEFINE('THIS_WEBSITE', $your_website); else DEFINE('THIS_WEBSITE', $_SERVER['HTTP_HOST']); //$stripTag = array(); $stripTag[] = "/"; $stripTag[] = "http://"; $stripTag[] = "https://"; $stripTag[] = "www."; foreach($stripTag as $st) { THIS_WEBSITE = str_replace($st,'', THIS_WEBSITE); } DEFINE('SU_RESULT', file(STUMBLEUPON_AUTH_URL.$_POST["userName"])); if(SU_RESULT[0] == "NO SUCH STUMBLER") { die("Stumbler does not exist."); } elseif(eregi(THIS_WEBSITE,SU_RESULT[0])) { print "Thanks for stumbling this website! We have rewarded you with ".money_formatter($bucksPay)." bucks! "; mysql_query("UPDATE `users` SET `money` = `money` + '$bucksPay' WHERE `userid` = '$userid' LIMIT 1;"); mysql_query("UPDATE `users` SET `alreadyStumbled` = '1' WHERE `userid` = '$userid' LIMIT 1;"); } else { print "Something failed along the way. :( Oops."; } $version = "1.01"; } else { print "Earn \$5,500 for stumbling us at StumbleUpon! Sign up if you haven't already, and stumble our website to earn some free cash! Enter your [b]stumbleupon[/b] username to continue. <form action='{$_SERVER['SCRIPT_NAME']}' METHOD='POST'> StumbleUpon Username: <input type='text' size='30' maxlength='40' name='userName' value=''> <input type='submit' value='Earn your free bucks!'> </form>"; } echo "[size="1"] StumbleUpon Modification Version ".round($version,2)." by oxidati0n.[/size]"; $h->endpage(); mysql_close($c); ?>
-
Re: hole page opacity. <html> <head> <title>Title Name</title> </head> <script type="text/javascript"> function setItem(this,opacityShow) { if(opacityShow < 0 || opacityShow > 1) { opacityShow = 1; } this.style.opacity = opacityShow; } </script> <body onLoad="setIem(this,document.thisx.name.value);"> <form name="thisx"> <input type="hidden" name="name" value="1"> <!-- Opacity JavaScript by Oxi 1 = Will show full item 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0 = Will not show item. Replace value="1" and the 1 with whatever you want subject to the instructions shown above. --> </form> Content would possibly be displayed here. </body> </html> Here you go. I hope it helps.
-
Re: Mafia Game Script Well, if you are truely a good or experienced Coding Writer, you would know to close the exploits and mysql loops.