Thread: I'm Bored
View Single Post
  #13  
Old 02-29-2008, 07:25 PM
kab012345 kab012345 is offline
Member
 
Join Date: Feb 2008
Posts: 29
Credits: 1,695
kab012345
Send a message via AIM to kab012345 Send a message via MSN to kab012345 Send a message via Yahoo to kab012345
Default RE: I'm Bored

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
Reply With Quote