-
Posts
693 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by radio_active
-
Re: [mccode v2] PJIRC Chat Mod Well if you get it working let me know because i dont think its worked for anyone.
-
Re: Weapons.php *burn*
-
Re: [Request]Business Mod Yeah, iim find if like three people have it but i dont want it coming like a distributed script that 100 people have, i wanted to make it special. lol
-
[mccode] Buy A House With Level Requirements !
radio_active replied to ColdK's topic in General Discussion
Re: Buy A House With Level Requirements ! ALTER TABLE `houses` ADD `hLEVEL` INT(2) NOT NULL default '0' That should work for the SQL. When i get my laptop back from repair i will post the staff_houses.php edit so you can add the hLEVEL via the panel unless someone else posts. Until then you will have to edit via the phpmyadmin. -
Re: [Request]Business Mod I was actually the person who got him to make the script but i dont want everyone having it. Maybe i pay more so he does not resell? lol
-
[mccode v2] View User details from Admin Panel
radio_active replied to Uridium's topic in Free Modifications
Re: [mccode v2] View User details from Admin Panel You put it whereever you want the link to show up, probably in the users section of smenu.php -
Re: [update] Updated Mod for MainMenu I think this mod is a bit irrelevant, not to mention a waste of space on the mainmenu.php. That is what usersonline was made for. I dont like to criticise but i just think is really not a nececity and if your going to put it anywhere, put it in usersonline. That is all, but good work with all the mods you've been posting of late. Keep it up! :-)
-
Re: Forum Modifications? They are not mods! Just edit the tables and create buttons in photoshop and such like!
-
Re: New Host needed Urgently tbabhosting.net They support all cron types and will only suspend if you have crons with errors and you do not fix when they ask. Also its very cheap, $3.99 p,m... Maybe this helps i dont know-
-
Re: [Request]Business Mod i know one which is better then tcs but similar looks which is selling for $300 by a very good secure coder. Im about to install it.
-
Re: [mccodes v2] Tournement PvP [$10.00] Why so many files when you can put all those files in 1 lol :-o Exactly what i was going to say. lol
-
Re: [mccode] ReadRules I was talking to halo2master. :-)
-
Re: [mccode] ReadRules That isnt a very what i would call "effecient" piece of code. SQL ALTER TABLE `users` ADD `readrules` int(1) NOT NULL default '-1' Id suggest adding this to loggedin.php or authentication.php not exactly sure at the moment as i cannot check. if($ir['readrules']==-1) { print "You have not read the [url='gamerules.php']game rules[/url] yet. "; } Then on the gamerules.php $sql = sprintf('UPDATE `users` SET readrules=0 WHERE readrules=-1 AND userid=%u', $userid); $db->query ($sql); or plain and simple. $db->query("UPDATE users SET readrules=0 WHERE readrules=-1 AND userid=$userid"); There is not a real need to use a sprintf there but its still an option. I may be wrong with what i just posted but you can try it if you wish, its for V2! EDIT: Spelt effecient wrong.
-
Re: [REVIEW] Dowtown Toronto RPG ~ review bump
-
Re: [mccode] Fixed Advertisements for mccode v1.1 [mccode] Fixed Advertisements for mccode v1.1 ? on: November 12, 2006, 04:45:53 AM ? This topic is like 2 years old, CE is non-existent to Netcodes. He aint gonna help. lol
-
Re: [REVIEW] Dowtown Toronto RPG ~ review Okay ill give him a buzz... Otherwise could you give me a rating on the game as i said in first post please.. :-)
-
Re: [REVIEW] Dowtown Toronto RPG ~ review Tell me about it, the name isn't as attracting as it may seem, its a long and difficult process to try and get users but im going to do some more advertising on sites that guareentee users.
-
Re: [MOD] V2 Add images when you attack This is a very nice piece of work which im going to use for the time being when i have not many members signed up to my game... But suppose you have 1000 people who all upload an image, your DB is gonna fill up unless you have a large plan. Would be better to use a URL instead of uploading, thats how i see it but i like it... :-)
-
Re: [REVIEW] Dowtown Toronto RPG ~ review BUMP
-
Name: Downtown Toronto RPG Link: www.downtown-to.com Game description: Downtown Toronto started one year ago, through being hacked several times i shut the game down until march this year when i brought it back up again. I started coding on a higher level and made the whole layout of the game by myself when previously i had people do it for me. I went through many different color schemes and i still am however im leaving it plain and simple for the time being. Im about to introduce a Company Script which is similar to that of Torn Cities Job.company script. Only mine is better, lol. Please let me know what you think as far as. Login Register (This is the next thing im working on) Design How easy to navigate Overall rating. Please rate each out of 10 and let me know where i can improve. Thanks And finally.
-
Re: [review]www.lost-warzone.net Login 4/10 because i have seen that login or similar, maybe a different picture many times before. Register 5/10 Interior 6/10 As far as design goes, that banner is shit, id suggest a new one definatly. The gray on black isnt the best choice of colour however the white works very well and the purple in small amounts ie the chat box. The Navigation tool on the left (mainmenu.php) is way to far down, you want to be able to see most of it so you dont have to scroll down all the time, this is easy fixed by i.e Putting the bars below the banner going horizontally. Otherwise its fairly nice. :-)
-
Re: [REVIEW] 4x4Mayhem - Please review!! Login 7/10 Register 2/10 Interior 4/10 I say this because as far as a simple navigation tool and clear writing, this game doesn't present it. Its hard to read alot of the writing and as a newcomer, im immeditaly confused with all the tables, background images and faded writing. If the navigation were improved, could be fun in my opinion :-)
-
[Review]BlackSheep-Mafia ---- Please review!!
radio_active replied to ishmell's topic in Browsergames
Re: [Review]BlackSheep-Mafia ---- Please review!! Yeah it looks nice, expand on it, make it ever better! :-) -
Re: Attack problem Well there you go =]
-
Re: [mccode v2] Secure Bank! I tested this bank out and it did not work at all, i deposited money and money in the bank was like 11111100011000110 then i went to withdraw and errors. lol Good try though.