-
Posts
986 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by Cronus
-
mccode-v2 Reset password + Secret question before password is sent.
Cronus replied to Uridium's topic in Free Modifications
Re: [MCCODES V2] Reset password + Secret question before password is sent. The best way would be to just set up a form they can fill out and you can make a staff mail their email manually using an email from the site to verify their email address. If they can't verify their email, they can't get their account back, simple as that. -
Re: [mccode] RSS Feed for Announcements Your going to want to make the link change each time a new update is posted otherwise the feed reader will only post an update once, I found this out after a while. So perhaps put gamename.com/?topic=(topicid). It doesn't have to actually do anything, it just has to be different each time so the feed reader picks it up differently.
-
Re: [mccode] RSS Feed for Announcements It is set up for the first section in the forums, which is usually announcements. That's why we posted it as announcements.
-
Re: Gameforge looking for 200 new employees San Francisco is still across the country for me, and I'm enrolled at school here so it would be very hard to do so.
-
Re: Gameforge looking for 200 new employees If it wasn't for them wanting me to move to germany, I would completely try for a job, as I have too much free time and not enough money. But I am already studying computer science here in Ohio, and moving to Germany is completely not possible. :| Most of the things people do here on ce are self-taught and self-owned so it doesn't really count for much in the job world(as I have found out). So even if myself, or a few others here that just run games, there would be almost slim to no chance to take a spot.
-
Re: What's your motivation? Damn straight!
-
Re: [MCCODES V2]My First Mod (Flash Games) L-M-A-O
-
Re: I'mm baaackk.. for now! If you wanted to bump your post you could have just typed "bump".
-
Re: Businesses Mod [Mccode V2] Anyone have a working demo of this yet?
-
Re: [V2]Ranks Mod!!!![V2] They can be copyrighted because someone from Activision or whatever company makes COD now, made them. So you are using their images. It's like going to google and using the main banner they have on their site for yours. It's not legal. You can make your own images for ranks, but don't use premages unless the creator allows you.
-
Re: could someone check my game reallly quick... I can tell you right now it isn't without even looking.
-
[mccode v2] Flash Arcade System with High Scores [$100]
Cronus replied to seanybob's topic in Paid Modifications
Re: [mccode v2] Flash Arcade System with High Scores [$150] I would be willing to buy, although the price is quite high. If you ever decide to lower the price let me know. -
Re: A little help with $_POST I actually started coding something to explain but what you put is very vague, and I'm not entirely sure what you are asking exactly.
-
Re: Secure mccodes This topic is an oxymoron.
-
Usless comments in threads need to go bye bye
Cronus replied to EineyEntertainment's topic in Chit Chat
Re: Usless comments in threads need to go bye bye *begins to start taking shots at everyone from his threads* -
Re: I'mm baaackk.. for now! Didn't take you long to start flaming again.
-
Re: [MCCODES V2] Fix Overstreteched Stat Bars Just make an if statement.
-
Re: BB Code forums I could probably create an integration with smf. But, im not up for trying it atm, but maybe i will in the future...
-
Re: Vote Mod? My voting page goes for $0.00 and runs with timestamps to create less lag. http://criminalexistence.com/ceforums/i ... ic=28237.0
-
Re: BB Code forums Using a hidden internal forum kills the free exposure/promotion of your game. I never understood why some games want a ingame forum. Using a external forum, it will generate 1000s of links for your game Using a ingame forum, you will have a link for your mainpage/register/login/faq/screenshots/... Agreed, I converted the v2 forums to v1 for my game. I'm making it viewable via the outside now as well, may take a while as its not something im looking forward to doing.
-
Re: [Request] Mugging without attacking You want just a mug option without costing them anything? I could do this for you if your interested. Would only take about 30 minutes to make as well I think.
-
Re: [mccode v2] Ammo This is my mod originally. Sniko did not make this, just an fyi.
-
Limiting how big your will bar grows
Cronus replied to EineyEntertainment's topic in General Discussion
Re: Limiting how big your will bar grows Just make an if statement to do it. $checkwill=$ir['will']/$ir['maxwill']; if($checkwill >= 1) { print"full will bar"; } if($checkwill < 1) { print"necessary will bar"; } Obviously this isn't exact. -
Re: [Review] Chaos Relic - www.chaosrelic.com Outside looks good, didn't look inside.