Jump to content
MakeWebGames

Gaara Ichimaru

Members
  • Posts

    30
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gaara Ichimaru

  1. bine ai facut! (sorry, my Romanian is very poor, I am half myself) Also Going back on what I said about the background, The wasted space isn't 'awful', however a change in colour to fit with the theme maybe :)
  2. If you want some advise, I'd personally get rid of the grey background and make the whole content larger, empty space is fatal ;)
  3. Thanks, I got it now, the code didn't work for me, but I've gone for a fade out now `cause everyone seems to be >.< Question answered :)
  4. Yeah grey boxes on the login section doesn't work, not so bad on the right though, also the login and send buttons are quite plain, the rest is nice though :)
  5. It's nice, very nice, but where's the logo/title? :)
  6. Thank you ^-^
  7. Thanks guys I got it now, I completely missed that the first scan through :dumb: Works fine now :)
  8. So I know that to print your own display picture you use <img src="{$ir['display_pic']}">   But what would the code be if I wanted to show the display picture for someone you are attacking? Any help is appriciated :) Thanks. -Gaara
  9. And he could potentially have a Dynamic IP Address. Also, I took a look at the live demo, walked 5 steps and BAM! I get this massive Error come up in a window, 3 more steps and again, never ending, not worth it, and the work it would take... Pffft, make your own! The time it takes to learn all this **** is probably less than the required time to fix this :/
  10. Thanks much, I liked the page for you too :)
  11. This is an issue here, you but only 6 values in before, and then you took 5 and added 7, so now you have 1. $i 2. 10 3. 10 4. 10 5. 10 6. 10 7. 10 8. 10 Get rid of the last '10' from Should be ok after that :)
  12. Thanks for trying anyway :)   Arigato Gozaimasu (thank you very much) the support is much appriciated :D And if you link me up in a PM I'll like it.
  13. About a year ago me and my partner decided we wanted to start making a game with PHP and Ajax however we didn't know **** about how to go about it ;) After looking around at some Mccodes run games we felt a bit sick at the sheer quantity around so we scrapped it and worked on the story for a while, and after looking into layout options we've started a whole new engine from scratch. The game is under development and is due for release 2011-2012(ish) and we need to try and raise awareness at it's stage so I'm gonna put up a link to its Facebook page and please feel free to help the cause, http://www.facebook.com/pages/Shattered-Fantasy/184767921570036?ref=ts Thanks very much :) - Gaara Ichimaru PS - 25 likes and we will get a proper link name :)
  14. Thanks anyway, but still, doesn't work :/
  15. I agree Completely, I failed at even uploading a database, but now through about a year of trail and error I've managed to teach myself enough to start making an engine from scratch, however if you aren't able to install the mccodes engine, especially with a readme and how to... give up trying a sec and go learn how php and mysql works. Theres no point in struggling when you can learn then struggle :L
  16. Glad I could be of help :)
  17. It's working for me, This is what I've go exactly and if not then it's something else in your attack.php print "<table width='50%' align='center'><tr><td align=right>Your Health: </td><td><img src=greenbar.png width={$vars['hpperc']} height=10><img src=redbar.png width={$vars['hpopp']} height=10></td><tr><td align=right>Opponents Health: </td><td><img src=greenbar.png width={$vars2['hpperc']} height=10><img src=redbar.png width={$vars2['hpopp']} height=10></td></tr></table> <img src='{$ir['display_pic']}' width='100' height='100' alt='User Display Pic' title='User Display Pic' />"; }
  18. Lol okai, Replace all that with print "</table>"; print "<table width='50%' align='center'><tr><td align=right>Your Health: </td><td><img src=greenbar.png width={$vars['hpperc']} height=10><img src=redbar.png width={$vars['hpopp']} height=10></td><tr><td align=right>Opponents Health: </td><td><img src=greenbar.png width={$vars2['hpperc']} height=10><img src=redbar.png width={$vars2['hpopp']} height=10></td></tr></table> <img src='{$ir['display_pic']}' width='100' height='100' alt='User Display Pic' title='User Display Pic' />"; $h->endpage(); ?>
  19. it's not, two contrasting colours eaither side so repeat-x isn't viable :/ Thanks anyway.
  20. Yeah, sorry, turned it on now aswell, I've msn'ed you
  21. I have a background image and I want it to fix any browser screen hence stretch to 100%. It's not doing it >.< Not sure how to stetch it and it's driving me mad, here's my CSS   body { background-image:url('images/spacecont.png'); background-size: 100%; background-color:#D5DCE2; margin-top: 0px; margin-bottom: 0px; }   I know It's probably simple, I'm just missing it :( Please ignore the random <br />'s they aren't part of the code :) Thanks.
  22. Easy peasy, <img src='{$ir['display_pic']}' width='100' height='100' alt='User Display Pic' title='User Display Pic' />
  23. Thanks Dave, Yeah, I don't personally like the boxes, I'm stuck on deciding whether to expand the content a little so that there isn't so much blank space. I see where you are coming from with the mascots too, meeting with an artist next week, will try and get her to mock me some up :)   Yup ;)
  24. What exactly do you mean, do you not know the code to add images? or how to screenshot? or do you just want it to 'come up' from a thumbnail version with javascript? :)
×
×
  • Create New...