Script ftp://username : password@server
[php] <?php
    #Coded By Burtay
    #Burtay
    #MegaTurks.Net
    #[email protected]
    set_time_limit(0);
    error_reporting(0);
    class ftp_checker
    {
private $coder = ‚YnVydGF5‘;
                public function __construct()
                {
                    self::lamer_kontrol();
                }
                public function ayir($data)
                {
                    echo "<b>Coded By ".base64_decode($this->coder)."</b><br><br>";
                    $oku        =    file_get_contents($data);
                    $ayir        =    explode("\n",$oku);
                        foreach($ayir as $ayrik)
                        {
                            $explode    =    explode("ftp://",$ayrik);
                            $explode2    =    explode(":",$explode[1]);
                            $explode3    =    explode("@",$explode2[1]);
                            $username    =    trim($explode2[0]);
                            $password    =    trim($explode3[0]);
                            $server        =    trim($explode3[1]);
                            $this->ftp_connection($server,$username,$password);
                        }
                    echo "<script>alert(‚Kontrol islemi sona erdi‘)</script>";
                }
                public function ftp_connection($server,$username,$password)
                {
                    $connect        =    ftp_connect($server);
                        if($connect)
                        {
                            $connection        =    ftp_login($connect,$username,$password);
                                if($connection)
                                {
                                    ob_flush();
                                    flush();
                                    echo "ftp://".$username.":".$password."@".$server."<br>";
                                }
                        }
                }
                public function lamer_kontrol()
                {
                    if( base64_decode($this->coder) != ‚burtay‘)
                    {
                        die("<h1>Sie Seni Gidi Lamer</h1>");
                    }
                }
    }
    $class        =    new ftp_checker();
    $class->ayir("ftp.txt");
    ?>
[/php]
                                                                    
