Search results

  1. S

    exec() in PHP to create zip archives.

    $f=escapeshellarg(escapeshellcmd(clean($f))); $usnses=escapeshellarg(escapeshellcmd(clean($usnses))); Not to take any chances :)
  2. S

    exec() in PHP to create zip archives.

    Eh I managed to get it done on one line :) Thanks anyway.
  3. S

    exec() in PHP to create zip archives.

    I have a user front end for a file hosting type website (not hosted here) and I need to be able to let my users create zip archives and download them on the fly of their areas. $usnses=$_SESSION['username']; exec('zip /users/'.$usnses.'/smwfiles.zip /users/'.$usnses.'/'); Is what I am using...
  4. S

    SSI & Php include

    Could you put navigation.php in public_html? Then when you include just use include('/navigation.php'); and that should include it... Don't quote me on that though xD
  5. S

    HOWTO: Auto-backup database | transfer database (with pics)

    I have to say thanks for that, I did have my own script but it wasn't quite as good lol.
  6. S

    Slowness of the pages

    I had that same problem and sometimes the ping was averaging 522ms with a max of 620ms over 30 pings which is sucky so I moved host.
  7. S

    How much RAM do you have?

    4 GB RAM on my laptop and 512 MB DDR3 graphics running Vista 64 bit 2 GB RAM on my computer and 256 MB DDR 3 graphics running Vista 32 bit And I have an old computer with... wait for it... 128 MB RAM and 8 MB graphics running 98 SE :D
  8. S

    [15 Credits] Fill out my quick ISP survey

    Mine: 5f451326
  9. S

    Great list of 122 dofollow blogs with pr (4-8)

    Wow thanks I've been looking all over for some places to advertise my site and even took part in some view page swap thing :S Anyway thanks I'll get to work :D
  10. S

    CSS Issue

    Try it out, post your CSS it will make it easier to follow, this is what I think you have: #wrapper { height: 600px; width: 600px; border: 2px solid black; } #textbox { height: 25%; border: 2px solid red; } #send { height: 100%; border: 2px solid blue; } Which put into html would look like...
  11. S

    MySQL database randomly deleted?

    My SQL database just randomly deleted itself and now im getting loads of errors. Good job I backed up. Can someone please tell me why this happened?
  12. S

    [PHP+MySQL] How to get the next auto-increment value

    Eh true but thats what I used =/ Atleast now I have something that works now :D Thanks.
  13. S

    [PHP+MySQL] How to get the next auto-increment value

    Eh thats handy, all this time I've been using: $get=mysql_query("SELECT * FROM table"); $got=mysql_fetch_array($get); $curr_id=$got['ID']; $next_id=$curr_id+1; Which takes an extra line 0.o
  14. S

    15 year old gets chest waxed for charity!!!

    I'm not him but I know him. Meh its just raising awareness, I figured he wouldn't want his chest waxing for nothing. I wouldn't!
  15. S

    15 year old gets chest waxed for charity!!!

    Could be funny and you never know, also it raises awareness of it =)
  16. S

    15 year old gets chest waxed for charity!!!

    Says on the website its for Scunthorpe sea cadets. There isn't only the website they have other methods, I am annonymous.
  17. S

    Would you play a text based game?

    I own one that gets ~2000 active players a month so a fair few would play.
  18. S

    15 year old gets chest waxed for charity!!!

    www.waxthechest.co.cc A 15 year old is getting his chest waxed for charity!?! The crazy person, any who I think its a good cause being in sea cadets myself so I just thought I'd share it with you all =)
Top