Jump to content
MakeWebGames

S.Cosmin

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by S.Cosmin

  1. Sir, where can i get the files?
  2. Thank you   No...where is it? I don't have that file.
  3. What "Will" do ? Can explain enyone?
  4. But, what section? I can't find it.
  5. Hellow guys, I have a few questions about some sections, what they do, for my game. -Estate -Battletent And another question is, how to travel in other cities?
  6. I agree, i try this.   Sorry for the PNG but seen more realistic. I try your solution to. And yes, this is Romanian.   I have tried with the brick but is better like this. Thanks for you opinions, if anyone has something to say, its free :D
  7. Hi guys, i have upgraded my design. What do you thing about the new one? I need your opinions!
  8. Well mister, i have the permission from the owners to us, all the pics are there.
  9. I have the permission to us all images.
  10. I have enabled my PM. You can send now.
  11. At the time, i don't really know, this my last year at school...and i have much work..but ..it's done 30% of the total game. I work very low, cuz i'm not so experimented in php, i have big proablems, bugs...but i make really good work with the css and design.
  12. The logo is not done, i working on it (a 3d logo)....i have made one and well be placed in the flash header. I have to change more...and to add more pics, to be realistic. Other opinions?
  13. Hi guys, What do you think about my game? I mean about design, it's ok? The header ist flash and the menus are with effect. And more...I know i have more to do, but ... Here is a picture, my domain is deand :D I hope you tell me al you think, what to change...
  14. Hi guys, Is anyone from romanian or germany? Cine-va din romania? Jemand von deutschland?
  15. Merci mister, work nice. Thanks all of you :)
  16. Damn don't want to work...i have change all...stell no pics...i do know what i'm gone do
  17. Man, you kill me. Why you don't give me the right code. I can't learn php in 1 day :) I can't do this, still no img...
  18. I have to do what you say and replace with that, it's work, i dont become error but i don't see that picture...Any solution? Something wrong on my code?  
  19. WTF? No offence but, why do you have ADS on a site with 0 online players?
  20. I have to do what you say and replace with that, it's work, i dontbecome error but i dont see tha picture...Any solution? Something rong on my code?   <?php include "globals.php"; //look up item $_GET['ID'] = abs((int) $_GET['ID']); $itmid=$_GET['ID']; if(!$itmid) { print "Invalid item ID"; } else { $q=$db->query("SELECT i.*,it.* FROM items i LEFT JOIN itemtypes it ON i.itmtype=itmtypeid WHERE i.itmid=$itmid LIMIT 1"); if (!$db->num_rows($q)) { print "Invalid item ID"; } else { $id=$db->fetch_row($q); if($id['itmpic']) { $itmpic = "<tr style='background: gray;'><td colspan='2' style='text-align: center;'><img src='itmpics/$id'></td></tr>"; } print "<table width=75% class='table' cellspacing='1'><tr style='background: gray;'><th colspan=2><b>Looking up info on {$id['itmname']}</b></th></tr>$itmpic<tr bgcolor=#dfdfdf><td colspan=2>The <b>{$id['itmname']}</b> is a/an {$id['itmtypename']} <span class='highlight'>Item</span> - <b>{$id['itmdesc']}</b></th><tr style='background: gray;'><th colspan=2><span class='highlight'>Item</span> Info</th></tr><tr style='background:gray'><th><span class='highlight'>Item</span> Buy Price</th><th><span class='highlight'>Item</span> Sell Price</th></tr><tr><td>"; if($id['itmbuyprice']) { print money_formatter($id['itmbuyprice']); } else { print "N/A"; } print "</td><td>"; if($id['itmsellprice']) { print money_formatter($id['itmsellprice']); } else { print "N/A</td></tr></table>"; } } } $h->endpage(); ?>
  21. I become this error whe i prees the button INFO Parse error: parse error in C:\xampp\htdocs\iteminfo.php on line 21   And that my iteminfo.php, can anyone to fix that?   <?php include "globals.php"; //look up item $_GET['ID'] = abs((int) $_GET['ID']); $itmid=$_GET['ID']; if(!$itmid) { print "Invalid item ID"; } else { $q=$db->query("SELECT i.*,it.* FROM items i LEFT JOIN itemtypes it ON i.itmtype=itmtypeid WHERE i.itmid=$itmid LIMIT 1"); if (!$db->num_rows($q)) { print "Invalid item ID"; } else { $id=$db->fetch_row($q); if($id['itmpic']) { $itmpic = "<tr style='background: gray;'><td colspan='2' style='text-align: center;'>[img=itmpics/".$id[]</td></tr>"; } print "<table width=75% class='table' cellspacing='1'><tr style='background: gray;'><th colspan=2><b>Looking up info on {$id['itmname']}</b></th></tr>$itmpic<tr bgcolor=#dfdfdf><td colspan=2>The <b>{$id['itmname']}</b> is a/an {$id['itmtypename']} <span class="highlight">Item</span> - <b>{$id['itmdesc']}</b></th><tr style='background: gray;'><th colspan=2><span class="highlight">Item</span> Info</th></tr><tr style='background:gray'><th><span class="highlight">Item</span> Buy Price</th><th><span class="highlight">Item</span> Sell Price</th></tr><tr><td>"; if($id['itmbuyprice']) { print money_formatter($id['itmbuyprice']); } else { print "N/A"; } print "</td><td>"; if($id['itmsellprice']) { print money_formatter($id['itmsellprice']); } else { print "N/A</td></tr></table>"; } } } $h->endpage(); ?>
  22. I have fallow for 1 week this mod tutorial and i become an error. I try one more time. If doesn't work, i don't know what i am do.
  23. Yes mister, but where can i place the URL?
  24. Hi everyone, i come with a new problem... How can i put images to my items? For example, for the AK47 a picture wit AK47 for a knife a knife picture... Thanks you
  25. It's work with CSS! Thank you for the tip, thank all of you guys. You solved my problem. You can close the topic if you want. Merci
×
×
  • Create New...