
ShadyCoco
Members-
Posts
98 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by ShadyCoco
-
And for the code: $gangid = abs(@intval($_GET['id'])); $q = mysql_query(sprintf("SELECT * FROM `gangs` WHERE `gangid` = %d", $gangid)) or die(mysql_error()); if(mysql_num_rows($q) == 0) { echo '<p>There is no such gang! <a href="index.php?p=gangs">Back</a></p>'; $h->footer(); exit; } I don't like the use of @ and strintf... :S
-
I understand that but. I just converted 2 files and added some functions to some files for a convert i did from GRPG -> MCC. Took me no more than 5mins after looking at the mcc table names :S They is a replace functions in almost any text editor :S $user_class-> "namehere" would be $ir['namehere'] :S only other thing is to include globals and change grpgusers to users in the SQL's if its something using items then it could possibly go up to $15 because they is so many things to change.
-
Well. In a word no. But like everything else. I learn from pratice/doing more than reading.
-
Users found how to attack others from any location.
ShadyCoco replied to Hendrickson's topic in Modification Support
if($ir['location'] != $r['location']) { echo'noob.'; exit; else { //attack code here... } -
Thanks nick I've decided to learn more about PHP and mysql(i). Anyone have any good ideas for learning OO PHP?
-
What way would be the best? Client or BB? In the past I've had a poll done on 2 forums and all gamers say BB games are always better for poeple with low DL speed.
-
Ah I see now sorry :) Yeah $1 seems fair :) But No mod And I mean NO mod will cost $25 xD Good luck on sales
-
Hey A_bertrand. Well I was thinking of making a top down mmorpg. But I don't know wehter to have it browser based or client based. I'm going more towards BB mmorpg because people don't like waiting for downloads :P
-
Anymore? .msg2short
-
When this goes open source (if it does!) Please send me a PM or email :D
-
Well... Today I turned 19 and I looked at what I know and I'm thinking I need to know more. So any sujestions on what I should learn? (Web development languages only please/ or mark up) Thanks
-
Ermm... Why not help the community a little(write a tut on mod converting) Converting mods takes less than 5mins so where do you get $25 from?
-
Hey. You need to add "donatordays" to the database. That would solve this little error :) EDIT: Sorry didn't read the whole thread. But as I said just add donatordays to your DB. And read the code and add the fields that you need EG: howmanydays :)
-
Hey. I love the idea behind this game. Would you ever sell the source? Or make it open source (with credits,link back)? :)
-
Why not use the one you got with GRPG? It works and only needs 4 lines secured.
-
Well... You're using IE or chrome.. Next just say you cant see the image please.
-
you always give good answers kanna thanks <3
-
I', using this but it don't seem to be collecting it. function getkey(e) { if (window.event) return window.event.keyCode; else if (e) return e.which; else return null; } function redir(key) { var rkey = getkey(key); if(rkey == 119) { document.location.href="index.php?x=200&y=100"; } if(rkey == 115) { document.location.href="index.php?x=200&y=200"; } if(rkey == 97) { document.location.href="index.php?x=150&y=150"; } if(rkey == 100) { document.location.href="index.php?x=250&y=150"; } }
-
Yeah sorry haven't had much sleep :S **javascript**
-
It's a really old engine :/ Trying to bring it to the new ages :)
-
Hey, I'm using a tile based game engine writen in PHP,mysql, java (small amount) and I really want to add keyboard movement along side pressing buttons (on screen) to move. Any ideas on what language I should use to do it?
-
Your old old old work was nasty. But now! WOW your by far the best i've sene in a while. Nice to see you get so good/pro in the time i've been looking at your work :D