Jump to content
MakeWebGames

P3RKO

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Everything posted by P3RKO

  1. Re: [Web 2.0] html nav bar [$10] nah, its ok. but i made the images and thought i would share them with the people that dont know photoshop/fireworks.
  2. Re: [Web 2.0] html nav bar [$10] there is no php. it is only for html. but if you are a good coder you can recode it for php. im not a good coder, thats why i didnt code it for php
  3. I have ready made nav bars for your html website or you can recode it for mccodes. this is one button And the hover it comes with these images plus a splitter image and a loop image. Html Code <html> <head> <style type="text/css"> .navbar { height: 100px; background: url(images/loop.jpg) repeat-x; margin: 0; padding: 0; text-align: center; } </style> <script type="text/javascript"> function swapImg(pObj, pImg) { pObj.src = pImg + '_h.jpg'; pObj.onmouseout = function() { pObj.src = pImg + '.jpg'; }; } </script> </head> <body> <div class="navbar"> [img=images/splitter.jpg][url="URL GOES HERE"][img=images/btn1.jpg][/url][img=images/splitter.jpg][url="URL 2 GOES HERE"][img=images/btn2.jpg][/url][img=images/splitter.jpg][url="URL 3 GOES HERE"][img=images/btn3.jpg][/url][img=images/splitter.jpg] </div> </body> </html> coded with css and javascript. you can get up to 5 of these images plus the code for just $10 and the text will be changed for your needs. PM me for my paypal if you want to buy any.
  4. Re: [review]Serious Wars nice
  5. Re: [Review] The Darkest Fate nice
  6. Re: [review] criminaltown cool. i like it.
  7. Hey, i know its pretty basic but i need some people to tell me what they think of it. http://www.hitman-agency.info Username: test2 PW: test Thanks
  8. Re: Cheap GFX I Forgot to add they can be animated or non-animated.
  9. I can do cheap GFX. I do Banners, Sigs and website Logos. Msg me your preferences for the Pic(s) and your price range, and i might be able to make a deal with you. Previous jobs
  10. Re: [McCodes V2] Assassinate user (donator only) Thanks alot. its working now. +1
  11. Re: [McCodes V2] Assassinate user (donator only) I added it and i keep getting errors. could you tell me what is wrong with this?   <?php global $db,$c,$ir,$userid, $set; $adomain=$_SERVER['HTTP_HOST']; $hc=$set['hospital_count']; $jc=$set['jail_count']; $ec=$ir['new_events']; $mc=$ir['new_mail']; $var2['num_users_on'] = mysql_query("SELECT userid FROM users WHERE laston >= UNIX_TIMESTAMP()-900", $c); $var['num_users_on'] = mysql_num_rows($var2['num_users_on']); print " <div align=left width='170'> <table cellspacing=1 width='170' class=table> <tr> <td>[img=top.png]</td> </tr> <tr> <td background='middle.png'><div align='center'>"; if($ir['hospital']) { print "[url='hospital.php']Hospital ($hc)[/url] [url='inventory.php']Inventory[/url] "; } elseif($ir['jail']) { print "[url='jail.php']Jail ($jc)[/url] "; } else { print "[url='index.php']Home[/url] [url='inventory.php']Inventory[/url] "; } if($ec > 0) { print "[url='events.php']Events ($ec)[/url] "; } else { print "[url='events.php']Events (0)[/url] "; } if($mc > 0) { print "[url='mailbox.php']Mailbox ($mc)[/url] "; } else { print "[url='mailbox.php']Mailbox (0)[/url] "; } if($ir['jail'] and !$ir['hospital']) { print "[url='gym.php']Jail Gym[/url] [url='hospital.php']Hospital ($hc)[/url] "; } else if (!$ir['hospital']) { print "[url='explore.php']Explore[/url] [url='gym.php']Gym[/url] [url='criminal.php']Missions[/url] [url='job.php']Your Rank[/url] [url='education.php']Training Courses[/url] [url='hospital.php']Hospital ($hc)[/url] [url='jail.php']Jail ($jc)[/url] "; } else { print "[url='jail.php']Jail ($jc)[/url] "; } print "[url='forums.php']Forums[/url] "; if($ir['new_announcements']) { print "[url='ann.php']Announcements ({$ir['new_announcements']})[/url] "; } else { print "[url='ann.php']Announcements (0)[/url] "; } print " [url='bank.php']Bank[/url] [url='newspaper.php']Newspaper[/url] [url='search.php']Search[/url] "; if ($ir['level'] >= 100) { print "<hr>[b]100 Club![/b] [url='100clubforum.php']Forum[/url] [url='100clubchat.php']Chat[/url] [url='100clubshop.php']Shop[/url] <hr>"; } if(!$ir['jail'] && $ir['gang']) { print "[url='yourgang.php']Your Squad[/url] "; } print "[url='viewuser.php?u={$r[']{$r['username']}[/url] ($la $unit) "; if($ir['donatordays']) { print "<hr /> [b]Donators Only[/b] [url='friendslist.php']Friends List[/url] [url='blacklist.php']Black List[/url] [url='assassinateuser.php']Assassinate User[/url]"; print "<hr /> [url='preferences.php']Preferences[/url] [url='preport.php']Player Report[/url] [url='helptutorial.php']Help Tutorial[/url] [url='gamerules.php']Game Rules[/url] [url='viewuser.php?u={$ir[']My Profile[/url] [url='logout.php']Logout[/url] Time is now "; echo date ('F j, Y')." ".date('g:i:s a'); print "</td> </tr> <tr> <td>[img=bottom.png]</td> </tr> </table>"; ?>
×
×
  • Create New...