View Single Post
Old 2004-03-17, 01:28 AM   #7
djhits
You tried your best and you failed miserably. The lesson is 'never try'
 
Join Date: Dec 2003
Posts: 165
your domain may be flagged as an adult domain , may be the FTP part , try giving them a url that will forward to the ftp by using PHP header code , either on a different domain or something

just put this into a .php file

PHP Code:
<?
    header
("Location: ftp.riuhriuhiruh.com");
?>
give that a go , if that doesnt work i really couldnt help you
__________________
<font size="3">
<img src="http://board.adult-traffic-review.com/images/smiles/glasses7.gif"><a href="http://www.adult-traffic-review.com">PROTECTORS OF THE TRAFFIC</a><img src="http://board.adult-traffic-review.com/images/smiles/glasses7.gif"></font>
djhits is offline   Reply With Quote