
kcmajor36
Members-
Posts
78 -
Joined
-
Last visited
About kcmajor36
- Birthday 01/30/1997
Personal Information
-
Location
Lone Jack, MO
-
Interests
Computers & Girls
-
Occupation
Phlebotomist
-
Website
http://corruptempires.com
kcmajor36's Achievements
Newbie (1/14)
0
Reputation
-
I have no interest in messing with anyones stuff though, why is it just because I work on a game makes it a conflict of interest. I have no use for anyone elses stuff, The datacenter I go through requires me to offer guarantees, and they offer a in-house warranty. I am offering a chance for people to start up, and if not only to start up but to use this as next to free space cause I am sure no body wants to pay outrageous prices for the service provided the same just as the next guy. Because I dont. Now we can go one all day about how terrible I am because I am just trying to be generous and not charge stupid amounts of money, but I am not trying to limit people to next to nothing with "FREE", because truth be told nothing in this world is "FREE". Once again I don't want to siphon data from my users.
-
See I dont look at it as a competitive thing, I run a game because yeah my coding skills are rusty and its good sport, but all I do is modifications to the game and keep it running smooth, my partner is the one who owns the game. But in all fairness you are right I mean it would be a trust thing, but I mean it's there and if people want a server that works then there it is. I mean can you really trust ANYONE'S server?
-
Awesome it works now so what will I have to do to get the mail to send?
-
Hey guys just so everyone has an opportunity to start up like I did back in the day, I purchased a server, and I am offering a $5 one-time start up for anyone its $5 per domain and I will give you unmetered disk and bandwidth but of course there are a few basic ToS to follow but as long as you follow that I don't mind hosting anyone that wants it. I also provide reseller hosting for low-cost monthly fees ranging from $8 to 20/mo but it your interested I will be more than happy to provide you. It's only $5 !! Please message me for more details, I am currently reconstructing my site but the customer portal is open. Thanks!
-
Well see thats were im lost because this is the stock v2 mccode and its giving me problems that I have never encountered before. Now with the updated code its saying :QUERY ERROR: Unknown column 'effect1on' in 'field list'
-
I wanna say for this one this is the code that is generating it: Sending mail - function mail_send() { global $db,$ir,$c,$userid,$h; $subj=str_replace(array("\n"),array("<br />"),strip_tags($_POST['subject'])); $msg=str_replace(array("\n"),array("<br />"),strip_tags($_POST['message'])); if($_POST['user1'] && $_POST['user2']) { die("Please do not select a contact AND enter a username, only do one.<br /> <a href='mailbox.php'>> Back</a>"); } if(!$_POST['user1'] && !$_POST['user2']) { die("You must select a contact or enter a username.<br /> <a href='mailbox.php'>> Back</a>"); } $sendto=($_POST['user1']) ? $_POST['user1'] : $_POST['user2']; $q=$db->query("SELECT userid FROM users WHERE username='{$sendto}'"); if($db->num_rows($q)==0) { die("You cannot send mail to nonexistant users.<br /> <a href='mailbox.php'>> Back</a>"); } $to=$db->fetch_single($q); $db->query("INSERT INTO mail VALUES ('',0,$userid,$to,unix_timestamp(),'$subj','$msg')"); $db->query("UPDATE users SET new_mail=new_mail+1 WHERE userid={$to}"); print "Message sent.<br /> <a href='mailbox.php'>> Back</a>"; } and creating items : function new_item_submit() { global $db,$ir,$c,$h; if($ir['user_level'] > 2) { die("403"); } if(!isset($_POST['itmname']) || !isset($_POST['itmdesc']) || !isset($_POST['itmtype']) || !isset($_POST['itmbuyprice']) || !isset($_POST['itmsellprice'])) { print "You missed one or more of the fields. Please go back and try again.<br /> <a href='staff_items.php?action=newitem'>> Back</a>"; $h->endpage(); exit; } $itmname=$db->escape($_POST['itmname']); $itmdesc=$db->escape($_POST['itmdesc']); $weapon=abs((int) $_POST['weapon']); $armor=abs((int) $_POST['armor']); if($_POST['itmbuyable'] == 'on') { $itmbuy=1; } else { $itmbuy=0; } $efx1=$db->escape(serialize(array("stat" => $_POST['effect1stat'], "dir" => $_POST['effect1dir'], "inc_type" => $_POST['effect1type'], "inc_amount" => abs((int) $_POST['effect1amount'])))); $efx2=$db->escape(serialize(array("stat" => $_POST['effect2stat'], "dir" => $_POST['effect2dir'], "inc_type" => $_POST['effect2type'], "inc_amount" => abs((int) $_POST['effect2amount'])))); $efx3=$db->escape(serialize(array("stat" => $_POST['effect3stat'], "dir" => $_POST['effect3dir'], "inc_type" => $_POST['effect3type'], "inc_amount" => abs((int) $_POST['effect3amount'])))); $m=$db->query("INSERT INTO items VALUES('',{$_POST['itmtype']},'$itmname','$itmdesc',{$_POST['itmbuyprice']},{$_POST['itmsellprice']},$itmbuy, '{$_POST['effect1on']}', '$efx1', '{$_POST['effect2on']}', '$efx2', '{$_POST['effect3on']}', '$efx3', $weapon, $armor)"); print "The {$_POST['itmname']} Item was added to the game."; stafflog_add("Created item {$_POST['itmname']}"); }
-
Alright I hate to do this but I have tried everything I can remember but thats apparently not good enough. I am having issues with v2 clean install of he script never had problems in the past, but I cant create items, or send messages with it popping up an SQL error saying something like this... "QUERY ERROR: Incorrect integer value: '' for column 'mail_id' at row 1" what is going on?!
-
I am in the same boat as you Cronus, been out working on the real world and blow off the dust on the keyboard, I am starting up a mccodes game Come by check it out sometime, gonna have a lot of work to do on it to get in out of the "stone-age". => http://corruptempires.com
-
I haven't been on here in a while, and the site has changed a lot but I was looking back and was wondering where the SQL lines are. anyone have an idea?
-
And I go to the error log and is doesn't say theres any error in chat script
-
Display errors is on but it wont show any errors it only shows a white page.. its VERY annoying.
-
Try again :P
-
Timestamp: 8/13/2013 11:09:19 PM Error: SyntaxError: syntax error Source File: http://offenderwars.tk/index.php Line: 1, Column: 22 Source Code: style.backgroundColor=
-
Im using a firefox browser. And my scripts are Mccodes v2
-
What do you mean?