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
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
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...
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 !=...
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:
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...
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 !=...
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...
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') {...
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"...
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...