
Haunted Dawg
Members-
Posts
2,933 -
Joined
-
Last visited
Never -
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Haunted Dawg
-
Re: A possible free job? Send PSD over to [email protected] i will do this for you, but i can not guarantee it will be done within hour's. Maybe a day or 2.
-
Re: Limit Exp For Levels Post your attack win script here i will happily modify it for you.
-
Re: New Game. Blow your mind's away. Some have already and i have changed alot since then, i will see once i finish this turf script :)
-
Re: New Game. Blow your mind's away. I try and get alot of good tester's on once i finish building an addon for the game. So far no bug's have been spotted but then again it's also just a few when i could need alot. Yes i have been saying i would of had the game done by january, but i took a different approach and it's alot more work than everyone think's. Not to mention it's a custom game script built from scratch. Been taking around 8 month's so far and i think another 2 month's and game should be really enjoyable.
-
Re: [mccode v2] Weather Gym [$1.00] The yahoo api seem's to be working fine.. It's working fine on Convicts Unleashed demo site (http://convictsunleashed.com/demo) BTW strat's it's showing there is 2 error's on your monorail.php script. Might wanna replace the monorail and such as it's working fine with no error's on CU
-
Re: [mccode v2] Weather Gym [$1.00] Ok, did you ever make the change's to the globals.php file as the instruction's show?
-
Re: [mccode v2] Weather Gym [$1.00] Welcome to the Monorail Station. It costs $1000 for a ticket Where would you like to travel today? Name Description Min Level Go to City Current Weather There's no place for me to travel. Also i do suggest you enable the config settings for the wegym.php inside wegym.config.php or something of that sort. It would be appreciated if you could add some cities so i could see.
-
Re: New Game. Blow your mind's away. DK Will be released hopefully by end of this month if everything goes to plan!
-
Re: Deadly Hustle Deadly Hustle is now owned by another party.
-
Re: [mccode v2] Weather Gym [$1.00] Provide a url to your game and please state what is not working.
-
Re: Unique Template $35 I believe IllegalLife made this for him. So basicly he does have the right's to sell the template except for the girl's.
-
Re: crons Haunted Dawg made the 1 and 5 minute equivalent. I turned it into 1 min, 5 min, 1 hour, and 1 day (with the ability to add as many as you like (basic maths)) Why not provide it to the public mtg?
-
Well, i just wanted to check if this is do able. And it pretty much is.. If you really wanted to expand your website. Here's a small method.. We use the $_SERVER['HTTP_ACCEPT_LANGUAGE'] php variable here. What we do is we mainly generate our file's in english. We then put all the word's we would like to translate in a huge array along with the english array. And here is a small snippet: <?php $foul = $_SERVER['HTTP_ACCEPT_LANGUAGE']; $sub = substr($foul, 0, 2); $languages = array( 'es' => 'Spanish', 'en' => 'English', ); if(!isset($_GET['lang'])) { ob_start($languages[$sub]); } function Spanish($all) { $spanish = array('hola','como','haces'); $english = array('hello','how','do'); return str_ireplace($english, $spanish, $all); } function English($all) { //Since our content is written in english, we dont need to replace anything } That for me would change, hello, how & do to the according spanish word's as my pc is spanish. I hope atleast some one find's this usefull.
-
Re: [MCCodes V2] Maximum Money Any file that use's money need's to be changed.
-
Re: CSS parent child divs and margins I think it's a bot?
-
Re: New Engine/Idea maybe :S Convicts unleashed is going to have this type of idea at signup. All javascript and image's. This is easy to do actualy.
-
Re: [mccode] Icons He never closed off his print " tag with ";
-
could i have 20 seconds of your time please!? help needed
Haunted Dawg replied to bennyh's topic in Game Support
Re: could i have 20 seconds of your time please!? help needed add me to msn @ [email protected] -
Re: Setting up games MCCode's was not registered as copyright, as the owner was 14 year's old and was not of legal age. There for they can not do anything except shutting down the website by the host.
-
could i have 20 seconds of your time please!? help needed
Haunted Dawg replied to bennyh's topic in Game Support
Re: could i have 20 seconds of your time please!? help needed change this: $money=($r['vdMONEY']); to $sm = $r['vdMONEY']); -
mccode-v1 Stock Market. Working + Secured
Haunted Dawg replied to Haunted Dawg's topic in Free Modifications
Re: [mccode v2] Stock Market. Working + Secured It mean's the price wen't down. It's not negative, it's just showing the user's lost money. It will still fluctuate properly afterward's. -
Re: secure $m=$db->query("SELECT * FROM users WHERE userid={$_POST['user']} LIMIT 1",$c); Might wanna secure your post. $db->query("UPDATE properties SET prOWNER={$_POST['user']} WHERE prID={$_GET['ID']}",$c); Your get... $id=$db->query("SELECT pr.*,h.* FROM properties pr LEFT JOIN houses h ON pr.prHOUSE=h.hID WHERE pr.prID={$_GET['ID']} AND pr.prOWNER=$userid LIMIT 1",$c); I don't think your $_GET['ID'] will be defined from before.
-
mccode-v1 Stock Market. Working + Secured
Haunted Dawg replied to Haunted Dawg's topic in Free Modifications
Re: [mccode v2] Stock Market. Working + Secured Just remmember to post it inside an echo/print tag. If it's out of the "; then it will mess up ;) -
Re: Security $1 [Mc Code V2] Maybe do some research. But i don't think anyone would purchase this for $1 as it will not work. Please i will even prove it to you. Like i did last time :)