-
Posts
708 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by CrazyT
-
Re: [mccode v2] Estate Recode Or abs((float) $var);
-
[mccodes V2] Add any type of video media to your game
CrazyT replied to Uridium's topic in Free Modifications
Re: [mccodes V2] Add any type of video media to your game Here :) for preferences.php <?php //Only put for colors, so when you copy make sure you remove! function preview() { global $db, $userid, $h, $ir; if(isset($_POST['preview'])) { if(!in_array($_POST['preview'], array(0,1))) { echo 'Invalid Command!'; $h->endpage(); exit; } $db->query("UPDATE `users` SET `preview` = '". $_POST['preview'] ."' WHERE (`userid` = ". $userid .")") or die(mysql_error()); $ir['preview'] = $_POST['preview']; echo 'Viewing preview '. ($ir['preview'] == 0 ? 'Enabled' : 'Disabled') .' '. '[url="videos.php"]Back to videos[/url] '; } echo '<form action="preferences.php?action=preview" method="POST" /> '. 'Preview: <select name="preview">'. '<option value="1"'. ($ir['preview'] == 0 ? ' selected="selected"' : false) .'>On</option>'. '<option value="0"'. ($ir['preview'] == 1 ? ' selected="selected"' : false) .'>Off</option>'. '</select> <input type="submit" value="Update" /></form>'; } Case: case 'preview' : preview(); break; Link: <a href=\"preferences.php?action=preview\">Video Preview</a> Just a little update there :P -
Re: problem with = ilegal operation < its in header, i guess your using golden zeros (V2) i guess LOL
-
Re: Connecting to 2 MySQL databases from the same script. Yeah, i knew that way was just wondering if i could just put it into 1 hmmm.. I think mysqli does what i need *me thinks?
-
How would i connect to 2 mysql databases from the same php script instead of writing the connection twice?
-
(MCCODES) V2 Layout For Sale $100 is starting bid
CrazyT replied to doinkinator's topic in Paid Modifications
Re: (MCCODES) V2 Layout For Sale $100 is starting bid It's still not worth $100, rpg_style mad awesome templates/layouts for half the price. -
Re: [mccode v2] New improved mailbox. Its because v1 dont use new_mail in users table * me thinks..
-
Re: [v2] Event add on first loggin. Ah your trying to do it when they login so you need to do like event_add($mem['userid'], "some message", $c); make sure you require_once 'global_func.php'; .. see if it works.
-
Re: [v2] Event add on first loggin. Require global_func.php, and then just do event_add($i, "Some message", $c); See if that works.
-
Re: Help with auto ipn lmao
-
Re: Help with auto ipn Come on cronus lmao
-
Re: [mccode v2] Estate Recode Just remove abs(@intval and just replace it with echo 'Cost: $'. number_format($r['hPRICE']);
-
Re: Help with auto ipn Once again, do you really need to post your flaming? Can't you just move on and go code or something? People have a life, unlike you coding all day.
-
Re: Help with auto ipn Looks like you have forgotten how a url works? Usually the http:// goes before the www. Anyways, as I said, the newspaper isn't working in cpanel at the moment. And since no one is kind enough to try to help, it can't be fixed atm. The rest of the mods listed there, however, are working 100%. So, i typed it wrong, its not like you havent done it before is it.
-
Re: Installer Problem If your using AppServ, i just use the same user and pass. for it. root,root.
-
Re: Help with auto ipn So what about if someone made your mods and gave them for free same thing. You wouldn't like it. Meh.. I'll already recoding a mod of his :lol: Tut :mrgreen: Warning - while you were typing a new reply has been posted. You may wish to review your post. I didn't necessarily claim either of you were copying any other specific person. I'm just stating that the "idea" was obviously not unique, and no one had raised alarms before. Now I release my version and everyone gets all puffy, what gives? Agreed, but users were contacting me asking me to make the mod because the other they had purchased didn't work. I don't know which versions of the voting systems they used, but they asked for it and I worked on it for them. All of those mods work and have been installed correctly with 20+ users. That is however, with the exception of the newspaper, as it seems to only like those who have plesk. But every single other one is working and I have helped numerous people who were having troubles. Seems like the only ones having issues are your "friends". Lmao. Even Marc C. (www.http://mygunwars.com) was having problems to.
-
Re: Help with auto ipn So what about if someone made your mods and gave them for free same thing. You wouldn't like it.
-
Re: Help with auto ipn Maybe you do maybe you don't i dont really care.. xD. Just wanted to use a diffrent name. O well. And cronus you said $5 bucks lmao i said NO.
-
Re: Help with auto ipn They work Not. This is why crazy-t told me you asked him to fix your newspaper mod. He said no, he said to you he was going to make his own. You said to him not to bother posting it on your forum he said he wasn't going to. Not even on the free mods. He said ok. This is why, he deleted all of his stuff from your forum and left. Then he said to you i deleted all my stuff, you was like Why. He said somethink can't remember the convo he kept pasting it to me via IM.. If you can't get somethink from someone you moan moan moan. Yes he showed me the whole of the convo.
-
Re: Help with auto ipn Now we all know why people post his mods for free. Because they DON'T work. :wink:
-
Re: Help with auto ipn :wink: I so agree with you. How he says "This mod works fine" but unfortunatly get people asking for help. Funny to say, his seller's & him know nothing about ajax (cronus, arson). Yes i agree with some, his newspaper mod i had a few people messaging me on email/IM help me fix this newspaper mod please. The people who have asked me said i have sent a support ticket but he didn't reply back that was a few days ago. Still nothing.
-
Re: mccodes v2 newspaper I like the background of the newspaper, why didnt you just do include_once 'globals.php'; i know you said but you could of use some CSS, to edit it to make it fit right and work right. :)
-
Re: [mccode v2] Strip Club From the first post. if($ir['jail'] or $ir['hospital']) { die("This page cannot be accessed while in jail or hospital."); } You can use. if($ir['jail'] || $ir['hospital']) { echo 'This page cannot be accessed while in '. ($ir['jail'] ? 'jail' : 'hospital')); $h->endpage(); exit; }
-
Re: Magazine Cover Yes, i agree with you.
-
Re: Zebra Styled Tables Nice unsecure userlist :mrgreen: