Arson
Members-
Posts
441 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by Arson
-
[TGM] Give Item To All Users Admin Function [TGM]
Arson replied to Cronus's topic in Paid Modifications
Re: [TGM] Give Item To All Users Admin Function [TGM] hence the reason it is only $5 -
Re: (Free) Contra Game Theres a much better way to do this, to where you only have to add the game to the database, and you are done, but I think Deathstar can handle coding it.
-
To get rid of the 2.147 bil cap in scripts such as the sendcash.php , locate at the top of the script $_GET['money']=abs((INT)$_GET['money']); and change it to $_GET['money']=abs(strip_tags(($_GET['money']))); That will make whatever they put in into an absolute number. It blocks the 2.20,E+102 exploit, and keeps them from putting negative numbers in the send cash field. Along with blocking any scripting that they may ever so 'cleverly' attempt to put in the form.
-
Re: [mccode] Register Page Well this wasnt from scratch. So theres lie number 1. You just modified the mccode one lol... This is basically the register page i have...
-
Re: Im Bored lmao i wanted to laugh at some replies individually but as i kept reading i couldnt stop laughing so lmao at all of the replies (especially kraig and his to do list LoL)
-
Im bored so i figured id make a post just to see how many replies I can get. So how many replies can I get guys?!
-
What are some good places to advertise games on and whatnot? I use: www.game-advertising-online.com I dont know any others though :(
-
Re: Free Jail Features V1.00000000 Relesed! masta_killa = on_fire which means this is probably someone elses work.
-
Re: Shafted by LunarPages I would say no matter what you say mdshare it doesnt make what lunarpages did right.
-
How do I use a [code][/code] type function on a normal page?
Arson replied to Arson's topic in Other Programming
Re: How do I use a type function on a normal page? my site is a scripting site where people can post codes i want them to be able to use </textarea> but i just want it to show up like anything else without actually being parsed. if someone could post the exact part of a forum for the function then I could use that, but I have tried time and time again to look through forums, the code is so jumbled and mixed up i have a hard time reading it and cant really find anything..Plus I dont even really know what Im looking for lol... -
How do I use a [code][/code] type function on a normal page?
Arson replied to Arson's topic in Other Programming
Re: How do I use a type function on a normal page? Another problem now. If someone types </textarea> They can end the textarea and enter any code they want.... -
How do I use a [code][/code] type function on a normal page?
Arson replied to Arson's topic in Other Programming
Re: How do I use a type function on a normal page? Well you should be more careful with your choice of words and punctuation then next time Decepti0n. You rock seanybob! I never thought about doing that. Simple, yet effective. +1 to you mate. -
Re: Would anyone like to help me out? arent you the guy that ruined the mc3 database a while back?
-
How do I use a [code][/code] type function on a normal page?
Arson replied to Arson's topic in Other Programming
Re: How do I use a type function on a normal page? i have, i somewhat got it working but it disables my automatic line breaks thing... i use php fusion, it has forums with that function. when people make a statement and put a questionmark behind it they are trying to be a smartass. dont reply to my post if ur gonna be a smartass. -
How do I use a [code][/code] type function on a normal page?
Arson replied to Arson's topic in Other Programming
Re: How do I use a type function on a normal page? i need automatic linebreaks and whatnot too -
I was wondering if anyone knew how to do a code function like this: On my site, people can submit their scripts, when they submit them and view the preview of it, they see it as they typed it, brackets and all. None of the code is parsed. But when its submitted, and on the page, my site parses the code. So say I post code that makes a table with some info in it. It would show the table and info in it. But I want it to show the source code. </pre> <table>cell</table how would i make it show up like that on the page?
-
Re: Would anyone like to help me out? If I could help you Vorlen I definitely would. To those of you that actually can help him though: Vorlen is an honest person and a great coder. I think that helping him would be a good cause in the scripting community!
-
Re: MC2 Codes - Are they worth it? This is off topic, but I noticed your sig.. How does AGE have anything to do with your coding skill level?
-
Re: FREE UPDATED MCV1 NUCLEAR BOMB I dont really think its smart to randomly take peoples money and put them in the hosp. It looks like thats all you are really doing.
-
Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** Thanks.
-
Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** Thats code that goes to a different mod. I guess I didnt clean all of it out. There was more than that before. Its removed now. Shouldnt hurt anything being there anyways though.
-
Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** By The way, This mod is for version 1.1 . It will only work on v2 with the proper conversion. in upgrade.php find: session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); and replace it with: include"globals.php"; And that should do it for a conversion.
-
Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** Its no problem. Yeah, >69 would work as well as ==70 .. I just went with the way I always do things.
-
Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** Then it would let them hit level 71 Vorlen. Also, I forgot that I added that in there for my new game. I will remove it hehe.
-
Sorry, this mod isnt available anymore. Admins may delete this post.