You registered on the official AEF Support Board?
Safe File Upload is pretty simple lol I think. Just use if, else, and ifelse statements. Ex. below is just to illustrate and probably won't work ;)
PHP Code:
if ($ext !== "bmp" && !== "jpeg") {
echo "Please contact the Host Administration Services for assistance.";
} else {
echo "Uploaded sucessfully..";
etc. ;)
I have a few host questions for you BMR: (in PHP format lol)
PHP Code:
<?php
$poster = "kab012345";
function hostquestions() {
echo "1. So, how many total domains do you have? <BR />
2. What do you use to host, VPS, Dedicated, other? <BR />
3. How much space, bandwidth, etc do you have?<BR />
4. Do you know how you can make money from people posting on a central forum or have links to guides, etc?<BR />
(Thinking of other possible ways besides ads. (Ex. trap17.com))";
echo "---------- <BR />";
echo "|Posted by" <i>. $poster .</i>;
}
?>
<?php
hostquestions();
?>
Regular:
1. So, how many total domains do you have?
2. What do you use to host, VPS, Dedicated, other?
3. How much space, bandwidth, etc do you have?
4. Do you know how you can make money from people posting on a central forum or have links to guides, etc? (Thinking of other possible ways besides ads. (Ex. trap17.com))
----------
|Posted by
kab012345