
KDawg08
Members-
Posts
294 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by KDawg08
-
I wanna find one for PHP BB3 but that one is tricky i heard. Is there a way to get this to work with an EXTERNAL site forums? for example... both website are on same server. Game.com is the one with the registration. Forum.com (2nd site) is on another site on the same server Is there a way to make it register to both even though the forums are on a different website name?>
-
Not really a mod I'll personally use, but it does look promising for some. :) Good Job. Also. Do you mind if I split part of this up to make a custom system for my game? (I like asking permission before hand even if it's free)
-
If you have free hosting your best bet is to replace crons with SQL's etc. I don't remember exactly how it works but Here are a link for example: [mccode v2.x] [any version] removal of all crons You can just type "REMOVAL OF CRONS" in the searchbar and get a ton of helpful links to replace crons.
-
I don't mean to sound like an ass, if that's the case then let me know, but... You should add a few sections under GAME NAME for links, The graphics on this layout are not very good (No pun intended). The style is just not my type(personal opinion). I think you should PRE CODE IT so that it sells. If it's just PSD files and not spliced and coded then someone who doesn't know how, has to pay you then turn around and pay a coder to splice and code it. I did it for free for someone, but Personally the only thing I like on this layout is the shield look of the login section. I don't like the font nor the images anywhere else. But as I said, This is just my personal opinion.
-
I've not editted ANYTHING in my v1 game yet, and i do own a VPS so maybe someone can help me with this? Warning: fopen(admin.news) [function.fopen]: failed to open stream: Permission denied in /home/bung723/public_html/isc2/admin.php on line 1063 Warning: fwrite(): supplied argument is not a valid stream resource in /home/bung723/public_html/isc2/admin.php on line 1064 Warning: fclose(): supplied argument is not a valid stream resource in /home/bung723/public_html/isc2/admin.php on line 1065 $l=fopen("admin.news","w"); fwrite($l,stripslashes($_POST['newspaper'])); fclose($l); that's lines 1063-1065 here is a few lines before and after included function adnewspaper_submit() { global $ir,$c,$h,$userid; $l=fopen("admin.news","w"); fwrite($l,stripslashes($_POST['newspaper'])); fclose($l); print "Admin News updated!"; } $h->endpage(); ?> Anyone know how i can fix this? IDK If this is a game issue or a server issue. Either way I have access to fix it..
-
How could I make it so my V1 mod could use V2 mods without converting them? instead of having to convert all the $db-> to mysql_ and arrays to rows etc? Is there a simple way to do this for V1?
-
I want to add a racing system to my game... With this racing system, there is a race every 10 minutes. In order to become a part of the race you have to click a button that says "ENTER RACE" There is a timer on this race page that counts down so ppl know how long left. Based on the total number of racers there is 10 users per tier based on LEVEL. Each tier is just a different box or tab where u can see everyone that is racing with you and it refreshes automatically every time a new racer participates. Basically I want to know if someone can create a race system (ajax/java/flash is fine if u can't figure it out in php) that has these features. If you would like a demo go to http://racekingsgame.com/login.cfm <---This game sucks but that race theory is a VERY bad ass system for what i would like done. If someone is interested in taking a shot at this PLEASE let me know. I have been trying to set something like this up for about 4 months but I don't have the knowledge to do this yet. If nobody will offer to do this just because they can, then I will take offers on prices to do this. If you register for Race Kings and choose a car, click on the "RACE" tab and click race or whatever the big button says it will show u exactly what i wanna do. including results on the right hand side and tabbed on Tiers based on level(s). with a timer on that page somewhere.
-
Thanks I have to post one more up and this one is a better idea for my system...
-
Custom forum registration through MCCodes Register?
KDawg08 replied to KDawg08's topic in General Discussion
Sadly enough I understand exactly what you're saying. I will try giving it a few shots. -
Custom forum registration through MCCodes Register?
KDawg08 replied to KDawg08's topic in General Discussion
Not sure how it would work exactly with an external site system so I'll hold that part off til ppl are around to answer how to do that. Both sites are on the same server but different login information etc. Thanks for the info though I can use that temporarily just to test my system -
So I'm trying to figure out how to recode the fight system. I want to make it so that when you try to fight someone (IN MY GAME "Race 1v1") it will do the following: Choose your active/current car to race vs the other players active/current car. I want the system to use weapons as it does now (but my weapons are now car items such as nos boost etc.). (I still have hospital and jail but have also added repair shop and impound.) I want to have a chance that while racing you win or lose based on your car level etc. (Doubt this can be done without recoding ALOT so i doubt this one will happen but figure might as well ask anyways.) I want there to also be a change where you will get into a police chase and have to drive (4 buttons, left, right, forward, stop). and based on random events you get caught or get away. (STOP = auto caught 75% of the time.) I DOUBT THIS CAN BE DONE WITHOUT ACCESS TO MY GAME (Which i don't give out) so if not oh well. but had to atleast write it down somewhere so i can remember exactly what i want to do with it.
-
/usr/bin/php /home/poweroft/public_html/cron_minute.php?code=mygamecode u forgot the question mark between php and code. if that doesn't work try php -f /home/poweroft/public_html/cron_minute.php?code=mygamecode I AM GOING TO MAKE ONE MORE SUGGESTION THOUGH!!! To secure your crons a little better, put them in your poweroft folder (root folder) then use this /usr/bin/php /home/poweroft/cron_minute.php?code=mygamecode or php -f home/poweroft/cron_minute.php?code=mygamecode
-
Custom forum registration through MCCodes Register?
KDawg08 replied to KDawg08's topic in General Discussion
Thanks for that RPMB. :) Appreciate it. Would it work for OFFSITE forums also if i own the offsite domain? -
I was curious if anyone knew how to make it so that if you register with an MCCodes game you also automatically register for forums (SMF/VBulletin/ETC)? I've been trying to think of how to do this and I'm just completely brain dead. I was going to setup SMF or PHPBB3 forums for my game but I want the username to automatically register when they register for my game. Anyone have any ideas?
-
What about a system where you can only be president in a tier system? For example. levels 1-50 in Tier 1, 50-100 in Tier 2 etc.? (Just an example idea) And then after you hit the next tier (if u are president of the old tier) it clears u from the tiers president system and the next 2 ppl to fight get to fight for presidency. Not a great idea by any means but it does work. lol.
-
never used it before... then again mine is a V1 game anyhow.
-
what's with this part crimgame? (DIRNAME(__FILE__) .
-
Something tells me he wants custom ones. I would help you but I'm not sure how to make them bloody.
-
So this obviously isn't a GREAT JOB done by me, BUT I have managed to splice and edit the coding in the files. I have spliced the PNG file, and did all that fun stuff including make room for text sections. INCLUDED IN THE ZIP FILE: ~All spliced images in an /images/ folder. ~spliceit.html and spliceit.php (SAME CODING JUST DIFFERENT FILE TYPE) ~SPLICE READY .psd file for anyone wanting to modify it. ~Credit information of original creator of the layout. ~A .png copy of the file (UNEDITED from first post) DOWNLOAD LINK: http://www.twistededgehosting.com/mcmods/click.php?id=1 Hope this is what you were looking for BOGFX. (I AM NOT A CODER SO THE HTML/PHP FILES PROBABLY NEED A BIT OF WORK) If it needs edits lemme know :)
-
I forgot how to edit the splices in dreamweaver i'm stuck rofl..
-
As I said before. The template LAYOUT/STYLE is similar (NOT EXACT) but the setup is nearly the same.
-
When I said vista, I meant the background image of the middle section reminds me of one of the original vista backgrounds (It's more.... blue/green/etc). I'd say more but obviously the ppl above you don't know how to read all the way through threads, to find out that I didn't mean it was "RIPPED" more that it has similiarities in the template style of it. Anyhow IDK If you were talking about me or someone else coding it, but if u need it coded still just PM me or post here and I'll see what I can do.
-
By DJ, I was talking to Djkanna. The point behind all of this is. I'm not saying it is a copy/ripped version of mine. I just see them as having similar features and a similar template style.
-
You know if I thought it was copied/ripped from mine I would flat out say that right? Here I'll rephrase it again for children like yourself that can't read properly. IT LOOKS LIKE MINE SORT OF, OBVIOUSLY NOT THE SAME CODING AND DESIGN BUT THE STYLE LOOKS SIMILAR!!! <--- Maybe you can read that. I don't see how his is "BETTER" in every way possible, considering it's a standard vista background recolored (Or so it seems to be the vista background changed to red but may not be). The rest is just boxes colored in read with a simple design in them. I'm not saying it's bad, I'm just saying I don't see how it's "BETTER"?!?