Search results

  1. JoshuaLuke

    CSS Padding problem

    no problem dude
  2. JoshuaLuke

    [Help] Google Chrome Sound Issue [Help]

    i got the perf solution, try pooping on your pc, its bound to work!
  3. JoshuaLuke

    GTA SA I'm back! Bio Hazard RP

    ew at this hotel, its MANKY
  4. JoshuaLuke

    CSS Padding problem

    stop using images? use background-color: COLOR; and border-radius: SOMETHINGpx; then use the <p> tag and do p{padding:10px;}
  5. JoshuaLuke

    CSS Padding problem

    code css properly.
  6. JoshuaLuke

    Delete my accounts

    Yes.
  7. JoshuaLuke

    Delete my accounts

    Attention whore? And thats why because? I cant start a convo with Dwight so yea. Cos im silly.
  8. JoshuaLuke

    Delete my accounts

    Dwight, I cant start a convo with you so: Can you delete all my accounts which are, Zeus, Joshuwar, JoshuaLuke, and TheNamesAaron. Just delete all the accounts please, I won't be back since the majority of you don't like me. No wonder why to be honest, i'll admit im a stupid twat who copy's...
  9. JoshuaLuke

    [HACKERS] My Server Is Being Hacked-ISH

    Need:- Web-Server CMS Also, try to block his IP from the firewall
  10. JoshuaLuke

    MySQL and PHP help please. How to show multiple data entries?

    Hey, I've made a homes sytem and i'm wanting to show my guestbook entries on my page, but the issue is, it's only showing one entry and no more, heres my code: <?php $homeid = (mysql_result(dbquery("SELECT `home_id` FROM `homes` WHERE `username` = '".$row['username']."'"), 0)); $getentries...
  11. JoshuaLuke

    Holiday ideas?

    Try somewhere like Mallorca
  12. JoshuaLuke

    How to convert a Unix timestamp to GMT +1 in PHP?

    I'm wanting to display a last signed in, and currently the date is a Unix timestamp, how would I convert that timestamp into a real date to display to the user? Also, i'm wanting to display the hours played too, that too is a Unix Timestamp, how would I convert that to hours, minutes and...
  13. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    Only Tweeny helped me. And IluvCraig is Tweeny ^.^
  14. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    Only person I should be thanking is Tweeny.
  15. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    I ended up doing it myself. But thanks anyway
  16. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    RewriteRule ^home/([^/]+)(|/)$ /home.php/username=$1 That worked^ Fixed, mod close thread please
  17. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    How do I do that? in my htaccess?
  18. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    A get does ?username=USERNAME when I want it to be url/home/username
  19. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    Just because I say {url} doesn't mean I run RevCMS. I use UberCMS
  20. JoshuaLuke

    [PHP] URL Coding Help (/USERNAME)

    Hello, I'm currently making homes for my CMS and i'm unsure about how to make my URL without using a $_GET variable. I want the url to be like {url}/home/USERNAME but i can't use a $_GET in order to do that, is it possible to do this, if so, how? Cheers Josh
Top