
canibalstew
Members-
Posts
131 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
canibalstew's Achievements
Newbie (1/14)
0
Reputation
-
I am wondering if there is any information about game management and design services or a good place to put together a designing and development team, who either will take a percentage of profits or something. I used to host a game, but school and everything has kept me busy, I have a new server and want to put my game back up, but with a new system and complete redesign, which will be a team effort and will be a collaborative effort. Any help on the matter will be very helpful. If there is no services such as this it may be advantageous to start such a service.
-
Looking for someone with good css skills
canibalstew replied to firecamp's topic in Requests & In Production
Well first to ensure anyone could code it correctly to fit your site they must know what source you are using, the version, and may even need access to your current menu. I agree one should never give out cpanel access without knowing you can trust the person. I would say you can find many menu's to use on the web in which many of these menu's are easily redesigned to fit any game. -
Player online attack limit once per 5 minutes
canibalstew replied to Hendrickson's topic in Requests & In Production
Easily accomplished It is very easy once you count your attacks as one could add an attacks section to user table then add the code to add to the count and to limit the attacks, lastly add code to reset attacks counter in user table every 5 minutes, very simple and effective. All code goes into attack and cron pages so its an easy thing. I could do this for you for $10 -
Java help I am doing an assignment that must be done and I am stuck if anyone can walk throught this java program and help me get it working I will pay them for their help.. it is a simple program, so it will be easy for any with a good base knowledge of java.
-
for some reason my top bar is not showing here is the styles that are in my header page.. NOTE: this is default layout borders for version 2 mccodes. .table2 { } .lgrad { background-image:url(images/layout/lgrad.jpg); background-repeat:repeat-y; width:19px; } .linegrad { background-image:url(images/layout/linegrad.png); background-repeat:repeat-y; background-align: center; width:2px; } .rgrad { background-image:url(images/layout/rgrad.jpg); background-repeat:repeat-y; width:19px; } .dgrad { background-image:url(images/layout/dgrad.jpg); background-repeat:repeat-x; height:38px; } .dgradl { background-image:url(images/layout/dgradl.jpg); background-repeat:no-repeat; height:38px; width:38px; } .dgradr { background-image:url(images/layout/dgradr.jpg); background-repeat:no-repeat; height:38px; width:38px; } .table { background-color:#000000; } .table3 { background-color:#000000; } .table td { background-color:#DEDEDE; height:22px; } .table3 td { background-color:#CCCCCC; } td .alt { background-color:#EEEEEE; height:22px; } td .h { background-image:url(images/layout/tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } .table th { background-image:url(images/layout/tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } This is the top part of my header which should show the bar <center> <table width="970" border="0" cellpadding="0" cellspacing="0" class="table2"> <tr> <td class="lgrad"></td> <td class="center"> [img=images/banners/bctitle.gif] Can anyone help with why the top bar will not show
-
I just hope I can figure this out as there has to be something to do other than these old plain bars as I know I have seen others but cannot remember where. can anyone please direct me in the right direction. tutorial sites for this and maybe someone will be kind enough to provide me with a few pointers on layout designing as I cannot get a new layout created for the life of me and I need 2 new layouts asap.
-
That is correct, but I am trying to switch it around to have the second image to be spanning and the first to be the max exp ubt it will not work as it wont go under the front image. for example using your example it would need to be like this; $experc = (int) ( $ir['exp'] / $ir['exp_needed'] * 100 ); $exopp = 100 - $experc; [b]Energy:[/b] {$enperc}% [img=frontbar.gif][img=backbar.png] but it comes our as two images side by side with the background image having the correct width. My issue is that it will not overlay. I am willing to change the whole thing to do this, but I cannot find the correct tutorials that will help me learn this type of image overlay.
-
Well i can make normal ones like that, but my issue is when I use real images like an equalizer image with a background that spans red to green. Although I have to reverse the way its done normally as the first image is the max percentage and the background is the current percentage. Now this way does not work as it does not overlay right. Do I have to span or expand the images to get them to overlay such as you described as a smaller image that expands to the width and height. I am trying to understand this as I want a better and more graphical bars that still raises and lowers with the current stats.
-
is there any tutorials for energy bar design? How can I change these to use other images and how do they work? Is there any other bars out there now? If anyone can help I would appreciate it as I am working on a new layout.
-
Re: Gallery MOD Fixed and Secured also mysql_query can be used in both ver 1 and 2 I coded it this way to be compatable with vers 1 and 2
-
Re: Gallery MOD Fixed and Secured sorry wrong post wrong mod ....lol include "mysql.php" is my custom thing use config.php and your good also if it has no images it will show errors but add one pic and its golden
-
Re: Tournaments Mod Updated (Fixed) Been in school and kids keep me busy. LOL glad to have time to code an have fun. I am learning JavaScript now.
-
(not working) Auto Multi IP Check
canibalstew replied to canibalstew's topic in Modification Support
Re: (not working) Auto Multi IP Check thank you for your contribution. -
Re: Gallery MOD Fixed and Secured lol this says secured and updated because I had errors before and had a security issue as I edited and added alot to work with the mccodes game and added the gallery class and upload info to the code as well. I just wanted to update my posts and soon will be adding more especially since I have been away I am building a vault full of scripts in which I have made and is one big modification. I will release when finished. Either way why post if your not contributing or constructively criticizing it just wastes yours and my time.
-
Re: Gallery MOD Fixed and Secured yeah, add a image should fix the issue