コード例 #1
0
ファイル: tinypic.php プロジェクト: jdegges/distim
 function __construct()
 {
     parent::__construct();
     $server = rand(1, 5);
     $this->server = "http://s{$server}.tinypic.com";
     $this->service = "upload.php";
 }
コード例 #2
0
ファイル: imagecross.php プロジェクト: jdegges/distim
 function __construct()
 {
     parent::__construct();
     $server = rand(1, 7);
     $this->server = "http://hosting0{$server}.imagecross.com";
     $this->service = "basicg.php";
 }
コード例 #3
0
ファイル: imageshack.php プロジェクト: jdegges/distim
 function __construct()
 {
     parent::__construct();
     $this->server = "http://www.imageshack.us";
     $this->file_service = "";
     $this->url_service = "transload.php";
 }
コード例 #4
0
ファイル: xsto.php プロジェクト: jdegges/distim
 function __construct()
 {
     parent::__construct();
     $this->server = "http://xs.to";
     $this->service = "upload.php";
 }
コード例 #5
0
ファイル: freeimagehosting.php プロジェクト: jdegges/distim
 function __construct()
 {
     parent::__construct();
     $this->server = "http://www.freeimagehosting.net";
     $this->service = "upload.php";
 }
コード例 #6
0
ファイル: supload.php プロジェクト: jdegges/distim
 function __construct()
 {
     parent::__construct();
     $this->server = "http://s3.supload.com";
     $this->service = "newupload.php";
 }