Author |
Message |
Topic: console icon in system tray |
wheelspinner99
Replies: 4
Views: 8875
|
|
Well i think that explains it.... Is there anyway for it to show in the tray?
Thanks! |
Topic: console icon in system tray |
wheelspinner99
Replies: 4
Views: 8875
|
|
Hey, i have installed the server and everything is running great. What i can't figure out is why the server icon does not show up inside my system tray? The server runs on startup and i checked the se ... |
Topic: php downloading |
wheelspinner99
Replies: 8
Views: 11868
|
|
ok, thanks for breaking that down for me. It works great now! Thanks for everybodies help. |
Topic: php downloading |
wheelspinner99
Replies: 8
Views: 11868
|
|
ok, i created the alias just like that. As noted in the code above C:\\movingfiles is already the target folder so i didn't change anything there. Still 404 error. |
Topic: php downloading |
wheelspinner99
Replies: 8
Views: 11868
|
|
here is both the code and another question.
<HTML>
<?PHP
$dirname = "C:\\MovingFiles"; #change this to accept a variable and be able to DL from any folder
$dir = opendir($dirname);
... |
Topic: php downloading |
wheelspinner99
Replies: 8
Views: 11868
|
|
i have a simple dl page on a website i am building. It simply shows all files available in the specified directory and creates a dl link. I use a upload page to populate this folder, which works great ... |
Topic: custom error pages not working |
wheelspinner99
Replies: 6
Views: 9228
|
|
When i type it all the way out in the address bar i do get sent to the correct page. Just not when they get a 404 error. What next? |
Topic: custom error pages not working |
wheelspinner99
Replies: 6
Views: 9228
|
|
ok, i tried to add the custom 404 error page to my site. I have abyss sned it to page ' /error pages/error404.htm ' I restarted the server and it still doesn't work. the folder is in the main director ... |
|