
KaineBennett
Members-
Posts
88 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by KaineBennett
-
Also could you help me sort the menu out so the first dropdown stays open? And another thing, any idea how to run a auto reloader on the menu stats bit?
-
Anyone know how to move the top stats into the center over the content box? I have been looking about and cannot find it :( here is the CSS, and there is a picture below so you can see what it currently looks like .top_stats_icons { position: fixed; top: 58px; border-top-left-radius: 8px; border-top-right-radius: 8px; Margin: 0 auto; background-color: #000; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); background-repeat: repeat-x; border: 1px solid #000; border-bottom: 0; padding: 6px; font-size: 13px; font-family: 'Fjalla One', sans-serif; color: #ccc; width: 500px; text-align: center; opacity: 0.75; } http://i.imgur.com/Fnfb9N4.jpg
-
Title: My game title Game abstract: "Game title" is a Online Racing MMORPG, based around the idea of street racing, Yes I know this idea has been used before and I know what to do to bring this type of game back. (Some of the) Unique features: My game will be unique but not releasing why yet. Technology used: Just basic PHP/CSS. Current development status: Game layout is 70% done, all files have been coded, just need to add them into the database My own skills and tasks in the game: I'm not a great coder, But I have been working on a new layout which is coming along very well. What I/we are looking for: I really need someone who is good with SQL so they can add more info to the database. Expenses will be covered by: I will pay all the hosting, domain name Current team: Me myself and I are currently working on this project. Share / gain of the partners: We will split the gain after hosting payed with the following shares: 60% for me 40% for you.
-
I need help with this code as it keeps giving me this error.... Parse error: syntax error, unexpected $end in /home/*******/*******/index_new.php on line 383 <?php session_start(); include "other/db_connect.php"; if ($_GET['action'] == "logout"){ session_destroy(); die('You have been logged out.<meta http-equiv="refresh" content="5;url=index.php">'); ?> <head> <title>Crime City - A Mafia Based MMORPG</title> <script type='text/javascript' src='js/jquery-1.4.2.min.js'></script> <script type="text/javascript" src="js/jquery.tipsy.js"></script> <link rel="stylesheet" href="js/tipsy.css" type="text/css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script> <script>!window.jQuery && document.write(unescape('%3Cscript src="jquery/jquery-1.7.2.min.js"%3E%3C/script%3E'))</script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> <script>!window.jQuery.ui && document.write(unescape('%3Cscript src="jquery/jquery-ui-1.8.21.custom.min.js"%3E%3C/script%3E'))</script> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js'></script> <script type='text/javascript' src='jquery.tipsy.js'></script> <script type='text/javascript'> $(function() { $('#tipsy').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy1').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy2').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy3').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy4').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy5').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy6').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy7').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy8').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy9').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy10').tipsy({fade: true, gravity: 'n'}); }); $(function() { $('#tipsy11').tipsy({fade: true, gravity: 'n'}); }); </script> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Fjalla+One); @import url(http://fonts.googleapis.com/css?family=Akronim); body { background-image: url(http://allgamewallpapers.com/wallpapers/full/race-pictures-need-for-speed-c-51854.jpg); overflow-x: hidden; background-color: transparent; background-attachment:fixed; border: 0px; } #container { width:1000px; margin:100px auto; } #content { float:left; width:820px; padding: 150px auto; text-align:center; border: 1px solid #111111; height:500px; background:#232323; font-family: 'Fjalla One', sans-serif; font-size:14px; color:#666666; border-top-right-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } #sidebar { float:left; width:160px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; text-align:center; border: 1px solid #111111; height:400px; background:#232323; } .bottom_head { position: fixed; bottom: 0; right: 280px; background-attachment:fixed; border-top-left-radius: 8px; border-top-right-radius: 8px; background-color: #000; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); background-repeat:no-repeat; border: 1px solid #333; border-bottom: 0; padding: 5px; font-size: 14px; font-family: 'Fjalla One', sans-serif; color: #ccc; width: 750px; text-align: center; opacity: 0.75; } .top_stats_icons { position: fixed; top: 58px; border-top-left-radius: 8px; border-top-right-radius: 8px; background-color: #000; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); background-repeat: repeat-x; border: 1px solid #000; border-bottom: 0; padding: 6px; font-size: 13px; font-family: 'Fjalla One', sans-serif; color: #ccc; width: 600px; text-align: center; opacity: 0.75; } .logo_head { position: fixed; top: 0; right: 317px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; background-color: #000; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); background-repeat: repeat-x; border: 1px solid #000; border-bottom: 0; padding: 6px; font-size: 13px; font-family: 'Fjalla One', sans-serif; color: #ccc; width: 600px; text-align: center; opacity: 0.75; } .img:hover { opacity: 0.40; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); } .bottom_header { position: fixed; bottom: 80; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; background-color: #000; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); background-repeat: repeat-x; border: 1px solid #000; border-top: 0; padding: 6px; font-size: 11px; font-family: 'Fjalla One', sans-serif; color: #ccc; width: 135px; text-align: center; opacity: 0.75; } .logout { position: fixed; top: 0; right: 280px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; background-color: #000; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); background-repeat: repeat-x; border: 2px solid #333; border-top: 0; padding: 6px; font-size: 13px; font-family: 'Fjalla One', sans-serif; color: #ccc; width: 70px; text-align: center; opacity: 0.75; } .search { position: fixed; top: 0; right: 380px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; background-color: #000; background-image: url('http://caviar.dtmcdn.com/static/images/button.png'); background-repeat: repeat-x; border: 2px solid #333; border-top: 0; padding: 6px; font-size: 13px; font-family: 'Fjalla One', sans-serif; color: #ccc; width: 180px; text-align: center; opacity: 0.75; } .search_box { font-family: 'Fjalla One', sans-serif; color: #ccc; background: #222; width: 130px; border: 1px solid #333; } .search_button { font-family: 'Fjalla One', sans-serif; color: #ccc; background: #222; width: 35px; border: 1px solid #333; } h1 { font-family: 'Fjalla One', sans-serif; font-size:18px; color:#666; font-weight:bold; } .fix { left: 250px; } .pos { left: 320px;} .pos1 { left: 470px; } .pos2 { left: 620px; } .pos3 { left: 770px; } .pos4 { right: 20px; } .pos5 { left: 20px; } .pos8 { left: 350px; } .pos6 { left: 920px; } .pos7 { left: 940px; } .tipsy { width:150px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=80); } .tipsy-inner { padding: 5px; background-color: #111111; color: white; } .tipsy-inner { -moz-border-radius:5px; -webkit-border-radius:5px; } .tipsy-north { background-position: top center; } .tipsy-south { background-position: bottom center; } .tipsy-east { background-position: right center; } .tipsy-west { background-position: left center; } .tipsy-container { border: 1px solid green;} </style> </HEAD> <BODY> <div id="container"> <div class="logo logo_head"><img src=images/top.png height="32"></div> <div class="search pos5"><input id='q' name='q' class='search_box' onblur='if(this.value=='')this.value=this.defaultValue;' onfocus='if(this.value==this.defaultValue)this.value='';' type='text' value='Search Gangsters..'/> <input name="search" type="submit" align="right" class="search_button" id="search" value="Go!"></div> <div class="top_stats_icons pos8"> <img src=stats_icons/travel.png class="img" id="tipsy" title="Travel the world"> <img src=stats_icons/bank.png class="img" id="tipsy1" title="Visit the bank"> <img src=stats_icons/credits.png class="img" id="tipsy2" title="Purchase credits"> <img src=stats_icons/settings.png class="img" id="tipsy3" title="Edit profile"> <img src=stats_icons/support.png class="img" id="tipsy4" title="Visit support"> <img src=stats_icons/gta.png class="img" id="tipsy5" title="Commit a gta"> <img src=stats_icons/mug.png class="img" id="tipsy11" title="Commit a crime"> <img src=stats_icons/info.png class="img" id="tipsy6" title="Get some info"> <img src=stats_icons/helpdesk.png class="img" id="tipsy7" title="Get some help"> <img src=stats_icons/jail.png class="img" id="tipsy8" title="Visit the local jail"> <img src=stats_icons/kill.png class="img" id="tipsy9" title="Kill a gangster"> <img src=stats_icons/shop.png class="img" id="tipsy10" title="Go shopping"> </div> <div class="logout pos4"><a href=?action=logout>Exit</a></div> <div id="sidebar"> <iframe src="menu.php" name="menu" scrolling="no" width="150" style="border:0px;overflow:hidden;" height="400" id="menu" title="menu" /></iframe> </div> <div id="content"> <iframe src="news.php" name="mainFrame" scrolling="auto" width="810" style="border:0px;" height="500" id="mainFrame" title="mainFrame" /></iframe> </div> <div class="bottom_header pos">Name: <?php echo"$user";?></div> <div class="bottom_header pos1">Rank: <?php echo"$fetch->rank";?> (<?php echo"$rank";?>)</div> <div class="bottom_header pos2">Money: <?php echo"$".makecomma($fetch->money)."";?></div> <div class="bottom_header pos6">Loc: <?php echo"$fetch->ccountry";?></div> </div> <p style="margin:0; font-size:11px; position: fixed; bottom: 2px; left: 2px;" scrolling="no">Crime City © 2014+</p> <p style="margin:0; font-size:11px; position: fixed; bottom: 2px; right: 2px;" scrolling="no"><img src=images/gangster.png></p> </body>
-
Now its saying this Parse error: syntax error, unexpected end of file in /home/jaykaine/public_html/reg_captcha.php on line 1 :/
-
So what should i do with the $gc = rand(1, 1);? and on the imagettftext() it says this"($img, 24, 0, rand(5,12), CAPTCHA_HEIGHT - rand(10, 15), $text_color, 'ariblk.ttf', $pass_phrase);"
-
Thing is it was working a few week ago when I made a backup and now its not working :/ any idea how to fully fix it? and what function?
-
Hello, I am using the RuthlessCity Engine, and yes its fully licensed. But my reg_captha wont show up when trying to sign up, I have connected it to the DB and so on, this is the file i shall paste it below, if anyone knows what is wrong with it then please let me know, thank you! It says this below! Warning: imageline() expects parameter 6 to be long, array given in /home/*******/public_html/reg_captcha.php on line 90 Fatal error: Call to undefined function imagettftext() in /home/******/public_html/reg_captcha.php on line 98 <?php session_start(); define('CAPTCHA_NUMCHARS', 4); $pass_phrase = ""; for($i = 0; $i < CAPTCHA_NUMCHARS; $i++) { $pass_phrase .= chr(rand(97, 122)); } $_SESSION['cap_code'] = $pass_phrase; define('CAPTCHA_WIDTH', 70); define('CAPTCHA_HEIGHT', 20); $img = array(); $img = imagecreatetruecolor(CAPTCHA_WIDTH, CAPTCHA_HEIGHT); $bg_color = array(); $text_color = array(); $graphic_line_color = array(); $graphic_dot_color = array(); $gc = rand(1, 1); if($gc == '1') { //blue bg 30-144-255 //white text 225-225-225 $bg_color = imagecolorallocate($img, 105,105,105); $text_color = imagecolorallocate($img, 192,192,192); } if($gc == '2') { //green bg 124-252-0 //black text 0-0-0 //red lines 255-0-0 //green dots 124-252-0 $bg_color = imagecolorallocate($img, 124, 252, 0); $text_color = imagecolorallocate($img, 0, 0, 0); $graphic_line_color = imagecolorallocate($img, 225, 0, 0); $graphic_dot_color = imagecolorallocate($img, 124, 252, 0); } if($gc == '3') { //red bg 255-0-0 //blue text 30-144-255 //black lines 0-0-0 //green dots 124-252-0 $bg_color = imagecolorallocate($img, 225, 0, 0); $text_color = imagecolorallocate($img, 30, 144, 255); $graphic_line_color = imagecolorallocate($img, 0, 0, 0); $graphic_dot_color = imagecolorallocate($img, 124, 252, 0); } if($gc == '4') { //yellow bg 255-255-0 //red text 255-0-0 //blue lines 30-144-255 //black dots 0-0-0 $bg_color = imagecolorallocate($img, 225, 225, 0); $text_color = imagecolorallocate($img, 225, 0, 0); $graphic_line_color = imagecolorallocate($img, 30, 144, 255); $graphic_dot_color = imagecolorallocate($img, 0, 0, 0); } if($gc == '5') { //blue bg 30-144-255 //yellow text 255-255-0 //green lines 124-252-0 //red dots 255-0-0 $bg_color = imagecolorallocate($img, 30, 144, 255); $text_color = imagecolorallocate($img, 225, 225, 0); $graphic_line_color = imagecolorallocate($img, 124, 252, 0); $graphic_dot_color = imagecolorallocate($img, 225, 0, 0); } imagefilledrectangle($img, 0, 0, CAPTCHA_WIDTH, CAPTCHA_HEIGHT, $bg_color); for($i = 0; $i < 15; $i++) { imageline($img, 0, rand() % CAPTCHA_HEIGHT, CAPTCHA_WIDTH, rand() % CAPTCHA_HEIGHT, $graphic_line_color); } for($i = 0; $i < 150; $i++) { imagesetpixel($img, rand() % CAPTCHA_WIDTH, rand() % CAPTCHA_HEIGHT, $graphic_dot__color); } imagettftext($img, 13, 0, rand(12,22), CAPTCHA_HEIGHT - rand(5, 10), $text_color, 'ariblk.ttf', $pass_phrase); header('Content-type: image/png'); imagepng($img); destroyimage($img); ?>
-
Would it be worth buying a AvArcade script? Do they attract members.. Anyone got any good info for this?
-
Yeah it is GRPG, how long would it take for the layout coded? and how much would it cost buddy?
-
Is the coding with this? like the script?
-
Its exactly same as the original RC Code...
-
Thank you @script47 me and a friend will be making two versions of the Engine, a basic and a advanced one. Shall be very cheap aswell.
-
@Djkanna thank you :)
-
Thanks @Aventro.. And all the pages will be styled the same, also the admin panel design will be the same.
-
Yeah its for a game engine :) il edit my post - - - Updated - - - Thanks guys, its going to be for a game engine and it will be mafia based. We will be doing more to the layout but this is the basic thing up to now.
-
Hey guys, i was just posting this to see your opinions on the layout me and my co coder are working on. Tell me your opinions on what you would improve and what you would add so i get an idea how to make it better. The file is attached below. This will be for a Game Engine which we are creating. Which will be Mafia Based. The layout will be made darker, and more stuff will be added to give it the mafia/gangster game effect. [ATTACH=CONFIG]1009[/ATTACH]
-
I create/design games because its what I like to do, But if I do make money from the game then hey! I'm not complaining :)
-
Looking for a potential partner, for my upcoming game.
KaineBennett replied to KaineBennett's topic in Partnerships
I've tried with GRPG, EZRPG, and GL Script. I have failed miserably with all of them, and i've only got a $200 budget atm :/ probs $300 at the most. And yeah I think i could develop it, and I know I will be comfortable with it and yeah it meets all my requirements, its got a good base script to work off. -
Looking for a potential partner, for my upcoming game.
KaineBennett replied to KaineBennett's topic in Partnerships
I didnt know what about 3/4 sites being a fail with it, and i chose this because its cheap. And it has the stuff what i was after like companies, factions and so on. -
Congrats Dave!
-
I'm going to be making a game using this engine, anyone interested with working with me then inbox me :)
-
Ok, sounds good :)
-
Ok, thank you dude :)