• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net

Search results

  1. Anayet

    [PHP] Directory Script - how do i make it sort accordingly?

    Yep, its because they have the same date/time. I reuploaded one of the files that was not showing up and it showed up (had new modified date). The name sorting works perfectly though :classic2: Anyone know how i can get the date sorting above to work? oldman2
  2. Anayet

    [PHP] Directory Script - how do i make it sort accordingly?

    I seem to be having problems with the sort by date modified. It only lists a few files. I've upload here to test: http://www.digitalxtc.co.uk/dunst/ the date.php is the file that only sorts by date modifed, and the name.php by name. The name.php works perfectly, but the date.php only lists...
  3. Anayet

    [PHP] Directory Script - how do i make it sort accordingly?

    I have this directory file listing script i use which somebody wrote for me some time ago: <?php if ($handle = opendir('.')) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != ".." && $file != "style.css" && $file != "index.php" && $file !=...
  4. Anayet

    [PHP] Simple file deletion script?

    Very nice Cagez, very nice indeed. Thank you :)
  5. Anayet

    [PHP] Simple file deletion script?

    Thank you so much, thats perfect :)
  6. Anayet

    [PHP] Simple file deletion script?

    Would it be possible to edit these files so that they can output "file size/kb" & "last modified date" aswell as the filename itself? Also, would it be possible to have a delete confirmation of some sort? :confused2 :classic2:
  7. Anayet

    Whois Information for domain names

    Who controls the whois information for your domain names? The information that comes up when you enter your domain name in places like this: http://www.whois.co.uk If i wanted some of the info that comes up for my domain name, who do i ask to change it for me? Is it the place i got my domain...
  8. Anayet

    [PHP] Simple file deletion script?

    Thank you so much everyone, this is going save me so much time :D Thanks again, appreciate the great help :)
  9. Anayet

    [PHP] Simple file deletion script?

    Sorry to bother you again, but i now keep on getting this message: Error: file does not exist And doesn't delete the file :(
  10. Anayet

    [PHP] Simple file deletion script?

    I get this error: :confused:
  11. Anayet

    [PHP] Simple file deletion script?

    Thanks, i shall be looking forward to your post:D
  12. Anayet

    [PHP] Simple file deletion script?

    Anybody know whether this directory listing script can be modified, so that a simple link next to each normal link appears - which would allow me to delete that specific file? <?php if ($handle = opendir('.')) { while (false !== ($file = readdir($handle))) { if ($file !=...
  13. Anayet

    [PHP] Simple file deletion script?

    Is it possible to use a PHP page, so that it can be used to delete files from the folder its put in? I.e. select the files, and then just select delete? I have a specific folder at the moment, and i stores files temporarily to share with people, but every time i want to delete them, i have...
  14. Anayet

    Message depending on IP

    thanks, works perfectly :)
  15. Anayet

    Message depending on IP

    What do i add/edit to the following script so that everyone gets the message but not the person with the IP address - as opposed to only the person with the IP address getting it? <script language="javascript"> var ip = '<!--#echo var="REMOTE_ADDR"-->' if (ip == '123.123.123.123') {...
  16. Anayet

    Hello, chromeless? Are you there?

    This file: chromeless_35.js Seems to be missing from your directory. Just upload that file to the same directory as your pages, and it should be ok.
  17. Anayet

    Preventing pages being added to Search Engines?!?

    Thanks for the help, appreciate it ;)
  18. Anayet

    Chromeless help

    You need to get rid of the margins that always get added to pages. Enter the following code in the body segmant of pages like http://creativity.deep-ice.com/top.htm and it will remove the margins: topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" example: <body topmargin="0"...
  19. Anayet

    Preventing pages being added to Search Engines?!?

    How do i prevent certain pages of my website from being added to search engines? When i search on search engines for my site, i find all of the links, i think its because those spiders/bots or whatever trawl all website pages and submit the info to the search engine right? Anyway, i would...
  20. Anayet

    IP Logger Please (basic one)

    Thanks for the help, appreciate it ;)
Back
Top