-
Posts
575 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Events
Everything posted by jcvenom
-
Im so confused, because ive never use a framework or anything you stated
-
functions like? and doesnt that mean your limited then function wise
-
Thanks for this :) i'll look into that - - - Updated - - - Thanks for that i'll take that into consideration, i was thinking that about the splatter to
-
I understand its a framework but what des it actually do and how do i use it? and do major games like TORN use it?
-
What is laravel?
-
Hey guys, well i was sitting around and i decided to try out photoshop, i kinda got the hang of it and im no pete so no hate lmaoo :cool: if you would like the PSD i will sell it for 30 pounds seems reasonable for the time i spent on it and yes ofcourse i love to hear good or bad feedback mostly criticism and suggestions :) thanks http://imgur.com/ze2m2z2 [ATTACH=CONFIG]1892[/ATTACH]
-
its on the internet for free, but ive copies of it from like 2012 you can have it but its pretty ****, id rather mccodes
-
[MENTION=65371]sniko[/MENTION] is cool asf, lmaoo very creative and intelligent well not as intelligent as me ;) im going to take a week off but hes not online because hes suffering from a wee cough
-
I agree with the layout hurting the eyes, i also suggest adding cursor:pointer; to your links just makes it have the clickable mouse icon lmaoo, and try adding unique features that other MC games dont havea nd fix the layout and that should provide a foundation for you
-
[MENTION=65622]Hedge[/MENTION] i wish you all the best i like the atmosphere you have brought to idea, unlike other but nevertheless i like your ideas and your thinking
-
Not hard at all
-
This statement that you've just made is a reason why people shouldn't join your game, why reset a 3 day old game without informing people? it seems like you havent thought of the effects this could have on your current players, you really have no reason to reset because you haven't provided a valid reason to do so, you also talk about having 5-25k users before your revamp, im not trying to be mean but some of your players may not come back if your resetting.... what about the donations? You keep them right? You open the game for a while then close it then reopen it right? im shaking my head tbh
-
That website is useless tbh, i showed i had 25 error due to the fact i made my own attributes for my js like ver and it also shows errors like not having alt on an image nothing really to worry about, i also tried it on torn and they have 47 errors so nothing to worry about in my opinion - - - Updated - - - You might want to get your crimes fixed i guessed the login credentials as demo and pass demo and i clicked crimes and it said please select an option i swear i was there clicking for about 5mins to get the option working and it didn't :/, overall it looks like a decent game but its not my taste and needs a few bug fixs :)
-
Looks great well done
-
I'm interested in the job, just a question are you offering money for work?
-
If you dont mind me asking what was your username on ccm? and im currently developing it it should be ready by this month or next month
-
[V2] Mod request! Achievements and country flag.
jcvenom replied to kingsaint's topic in General Discussion
Like kyle said let the user choose there nationality/Flag upon sign up and then fetch there result from a table ? Much much easier than your auto_ip file :) -
Jesus tons is right, a simple switch function could have done this and the creator hard coded such a simple mod :/
-
My name is Ebenezer Adeniran(Jcvenom) And im currently looking for clients im currently building a new engine for my game CCM which can be viewed at this url http://crimecity-mafia.com, anyways my skillsets are as follows :) PHP (Very Good) CSS (Very Good) HTML(Very Good) JS (Im decent at this) JQUERY(Im decent at this) AJAX (Basic Skills mainly with requests) ive posted a few screenshots of work i have done in the past month, note i cant post the ingame of ccm as im currently building the whole game and i dont want anything ruined for others waiting. [ATTACH=CONFIG]1855[/ATTACH][ATTACH=CONFIG]1856[/ATTACH][ATTACH=CONFIG]1857[/ATTACH][ATTACH=CONFIG]1858[/ATTACH][ATTACH=CONFIG]1859[/ATTACH][ATTACH=CONFIG]1860[/ATTACH][ATTACH=CONFIG]1861[/ATTACH][ATTACH=CONFIG]1862[/ATTACH][ATTACH=CONFIG]1863[/ATTACH][ATTACH=CONFIG]1864[/ATTACH] Note im not a web designer i use very minimal photoshop and pure css but nevertheless i will always work my hardest to please my clients to make up for that fall:) Email : [email protected] Thanks, Jcvenom
-
If you looking for a design with alot of photoshop i would also suggest W3Theory || Peter but if your not willing to pay how much they would pay for you could hire me i use very minimal photoshop but more css bt your best option would be peter :)
-
Oh i see
-
Try this im not 100% sure it will work but try it $i=$db->query("SELECT * FROM `uawards` WHERE userid={$userid}"); $a=$db->fetch_row($i); if ($a['awardno'] == 1 && $ir['level'] >= 5) { exit("You have the award"); } else if ($a['awardno'] !== 1 || $a['awardno'] > 1 && $ir['level'] >= 5) { $db->query("INSERT INTO `uawards` (`id`, `userid`, `awardno`) VALUES ('',{$userid}, '1')"); exit(" <div class='desc2'> <div class='citstat'> <table class='mytable'><tr><td><center> <font color='green'>Congratulations!</font> you have earned an award!<img src='https://cdn4.iconfinder.com/data/icons/pc_de_hamburg_icon_pack/32x32/bestseller.png'>You have reached level 10</center></td></tr></table></div></div> "); } else { exit("Error"); } if ($a['awardno'] == 2 && $ir['level'] > 10) { exit("You have the award"); } else if ($a['awardno'] !==2 || $a['awardno'] > 2 && $ir['level'] >= 10) { $db->query("INSERT INTO `uawards` (`id`, `userid`, `awardno`) VALUES ('',{$userid}, '2')"); exit(" <div class='desc2'> <div class='citstat'> <table class='mytable'><tr><td><center> <font color='green'>Congratulations!</font> you have earned an award!<img src='https://cdn4.iconfinder.com/data/icons/pc_de_hamburg_icon_pack/32x32/bestseller.png'>You have reached level 10</center></td></tr></table></div></div> "); } else { exit("Error"); } Theres another way of doing all this but it requires you to make a new table which inserts the awards id in this case $a['awardno'] we the use mysql_num_rows to check if the row exists its more secure and safer
-
nvm