-
Posts
149 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by S.Cosmin
-
Sir, where can i get the files?
-
Thank you No...where is it? I don't have that file.
-
What "Will" do ? Can explain enyone?
-
But, what section? I can't find it.
-
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?
-
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
-
Hi guys, i have upgraded my design. What do you thing about the new one? I need your opinions!
-
Well mister, i have the permission from the owners to us, all the pics are there.
-
I have the permission to us all images.
-
I have enabled my PM. You can send now.
-
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.
-
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?
-
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...
-
Hi guys, Is anyone from romanian or germany? Cine-va din romania? Jemand von deutschland?
-
Merci mister, work nice. Thanks all of you :)
-
Damn don't want to work...i have change all...stell no pics...i do know what i'm gone do
-
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...
-
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?
-
Apocolyptical - Post Apocalyptic RPG
S.Cosmin replied to tezzmosis's topic in Requests & In Production
WTF? No offence but, why do you have ADS on a site with 0 online players? -
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(); ?>
-
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(); ?>
-
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.
-
Yes mister, but where can i place the URL?
-
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
-
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