Author |
Message |
Topic: Delete files outside of Web Directory on Local Machine |
BrandonK
Replies: 9
Views: 21429
|
|
I am idiot.... thanks! :oops: |
Topic: Delete files outside of Web Directory on Local Machine |
BrandonK
Replies: 9
Views: 21429
|
|
$dir works. I can read the file in that way, etc. And when I try to delete the file, the path it shows me is correct, and it doesn't say file not found like if I do this:
Warning: unlink(/Program F ... |
Topic: Delete files outside of Web Directory on Local Machine |
BrandonK
Replies: 9
Views: 21429
|
|
That's the same tutorial I looked at earlier. I'm bascially doing that same thing.
Here's some code:
<?php
$dir = "/Program Files/Abyss Web Server/htdocs/_exports/ratracking"; //C& ... |
Topic: Delete files outside of Web Directory on Local Machine |
BrandonK
Replies: 9
Views: 21429
|
|
Is it possible? I searched and saw a couple ppl say that they are doing it, but no one really said how. One idea was to give Abyss a windows user name and then give that user name the proper permiss ... |
Topic: Component Object Model (COM) and Abyss |
BrandonK
Replies: 2
Views: 7305
|
|
Has anyone ever used a COM with Abyss web server. Everytime I try and open a sessions with my COM, I get a 500 Internal Server Error. I am pretty sure that I have the code accurate, and I can use a ... |
Topic: Guide: How to Install MySQL |
BrandonK
Replies: 142
Views: 1889352
|
|
I'm having an odd problem with my mySQL install. I've gone through the tutorial a couple times now and I have the same problem each time:
I install it, it works great. I even install phpmyadmin o ... |
Topic: PHP Mail Function |
BrandonK
Replies: 11
Views: 17707
|
|
Ok, did some more debugging. This is the error message I get
Warning: mail(): Failed to connect to mailserver at "127.0.0.1" port 25, verify your "SMTP" and " ... |
Topic: Gaming Community |
BrandonK
Replies: 14
Views: 27677
|
|
^^^
just to add to you question about what to use:
I'd suggest scrapping Notepad and getting TextPad. It's SO much better and friendlier for coders to use. Only a few hours of using it and you'll ... |
Topic: PHP Mail Function |
BrandonK
Replies: 11
Views: 17707
|
|
No, unfortunately I didn't know how. I haven't set up anything beyond the PHP extension mySQL and phpMyAdmin. What mail server should I use? |
Topic: PHP Mail Function |
BrandonK
Replies: 11
Views: 17707
|
|
I'm trying to setup a few test scripts and I've gone though and put Abyss 2.0.0.20, mySQL and phpMyAdmin all up and running, no flaws. I've used php includes throughout the site and phpMyAdmin of cou ... |
|