Jump to content
MakeWebGames

shedh

Members
  • Posts

    437
  • Joined

  • Last visited

Everything posted by shedh

  1. Re: How did your RPG gaming start? i started playing Rapid City, was great until they started to revamp, using insecure mccodes v2 codes, it was easily hacked and many time the owner was kick out of the game, it was still good at times, when it was in V1. The owner sold it because of players not being happy with him, he came online once every month, so he sold it on, it earns alot of money but i past on the opportunity of buying it.
  2. Re: Counting (nr game) 2103
  3. Re: Dodgy header problem am no expert at coding but i gotta say.... hmm you say Dreamweaver is lame, but looking at that header coding it doesn't look like you used Dreamweaver. not even near. learn from your mistakes, learn HTML & CSS before php your HTML coding is very strange, you open a column but don't even put content into it, so the browser might not show that column, try using a simple were you don't need any content. and add " or ' after width= ...don't just type a number, like this <tr><td width="23"> </td></tr> hopefully you might understand what i am talking about. so three things,   [*]don't blame dreamweaver for things your not capable of [*]learn HTML and css [*]use these links to help you: http://www.w3schools.com/html/default.asp http://www.w3schools.com/css/default.asp     am no expert but those are mistakes. easily recognisable
  4. Re: Some free Apps for your Game Site! Not trying to be rude buh why would anyone want google maps on their game website?
  5. Re: Main Menu Obviously you start to the beginning and finish at the end....Don't forget about reading the information on HTML, CSS, PHP, MYSQL and then start running a game
  6. Re: Hi I Got An Error Have you got the problem fixed? If not i think you may of had a problem during installation i got the same problem so i reinstalled it I had a problem with the connection to the database
  7. shedh

    Adobe CS3

    Re: Adobe CS3 lol i got chuck out of college so i don't think i am eligible....what about businesses? can they get deals?
  8. Re: Counting (nr game) 1855
  9. shedh

    Adobe CS3

    Re: Adobe CS3 need it brand new....personally i think the prices are stupid
  10. Re: Generate Password Can someone post the full mod with the password generator and e-mail validator Thanks in advance if ya can
  11. shedh

    Adobe CS3

    Hi i need Adobe CS3 with dreamweaver, photoshop and fireworks does anyone no wer i can get it for cheap.... NO DOWNLOADS, must be original, must be from a reliable source
  12. Re: [V1]Paper Boy Panel With New User Level[V1] OK sounds like a good mod but don't you think people would start using it if it had a description of what it does :?
  13. Re: Free 2 - Icons I have a problem all i get is this: (Array); here i my codes: style: #icons { text-align:center; } #icons img { padding:0 2px; } Display: $this->display_icons($ir); Global_func: function display_icons( $u, $i = array() ) { if ($n = $u['new_announcements']) { $t = sprintf("%u New Announcement%s", $n, $n == 1 ? "" : "s"); $i[] = sprintf("[img=icons/announcements.png]", $t, $t); } if ($y = $u['new_mail']) { $t = sprintf("%u New Mail%s", $y, $y == 1 ? "" : "s"); $i[] = sprintf("[img=icons/mail.png]", $t, $t); } if ($n = $u['new_events']) { $t = sprintf("%u New Event%s", $n, $n == 1 ? "" : "s"); $i[] = sprintf("[img=icons/events.png]", $t, $t); } if ($a = max($u['bankmoney'], 0) + max($u['cybermoney'], 0)) { $fa = "$" . number_format($a) . " Banked"; $i[] = sprintf("[img=icons/bank.png]", $fa, $fa); } if ($z = $u['jobrank']) { $rs = mysql_query(sprintf("SELECT CONCAT(\"Working as \", `jrNAME`, \" in \", `jDESC`) FROM `jobranks` LEFT JOIN `jobs` ON `jrJOB` = `jID` WHERE (`jrID` = %u)", $z)); $row = mysql_fetch_array($rs); mysql_free_result($rs); $i[] = sprintf("[img=icons/working.png]", $row[0], $row[0]); } if (($p = $u['course']) && $u['cdays']) { $rs = mysql_query(sprintf("SELECT CONCAT(\"Studying \", `crName`) FROM `courses` WHERE (`crID` = %u)", $p)); $row = mysql_fetch_row($rs); mysql_free_result($rs); $i[] = sprintf("[img=icons/studying.png]", $row[0], $row[0]); } if (count($i)) echo "<div id='icons'>" . implode("", $i) . "</div><hr />"; }   heres a link to a screenshot of the problem: http://www.icons.crimsonville.com/prob/icons_mod.png
  14. Re: New Amazing Register Page basically all you have done is get the original register.php added screenshots and rules and regulations
  15. Re: Emerngency Surgery for V2   Coding is not easy to learn but when your trying to code can you please type the outputs in english at about line 6:   die("You arent in the hospital!");   its not arent its are not or ain't At about line 13: die ("Your Dont have enough money to have a Emerngency Surgery.");   its not your don't have enough money its you! come on its so simple
  16. Re: Free Loan Shark System welll ya wanna no d *bug*???? here it is this is an *example* the most a user can take out is $4000 right? not really.....if a user asks for 3999 he/she hasn't reached the limit yet so if he/she tries it again $3999 the loan shark system gives it to the user so you get my point now......unless if you modify it he/she will keep on taking unlimited ammounts out
  17. Free Loan Shark System PROBLEM? well this is so easy to mess up......users can get unlimited ammount of money! i dont wnt to say how b4 any1 uses d *glithch* in this coding buh if u have dis on ur gme i'll tell ya add me on msn [email protected]
×
×
  • Create New...