PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : پلاگین دانلود bitshare.com



Sada
11-17-2011, 12:54 AM
سومی مگا.... بود که نمیشد اینجا گذاشت:D
4. bitshare.com (Updated: 22 Sep 2011)1

bitshare_com.php



<?php
if (preg_match('#^http://([a-z0-9]+).bitshare.com/#', $url) || preg_match('#^http://bitshare.com/#', $url)){
list($user, $pass) = explode(':', $this->get_account('bitshare.com'));
if(empty($user)==false && empty($pass)==false){
$cookie = $this->load_cookie("bitshare.com");
if(!$cookie){
$data = $this->curl("http://bitshare.com/login.html","","user=$user&password=$pass&rememberlogin=&submit=Login");
$cookie = $this->GetCookies($data);
$this->save_pits("bitshare.com",$cookie);
}
$this->cookies .= $cookie;
$data = $this->curl($url,$cookie,"");
if(preg_match('/ocation: *(.*)/i', $data, $redir)){
$URL = trim($redir[1]);
$filename = $this->getFilename($URL,'filename="','"');
$filesize = JTools::remote_size($URL, $this->cookies);
}
else $this->save_pits("bitshare.com","");
}
}
# plugin by ..:: [H] ::..
# updated by afterburnerleech.com (22 Sep 2011)
?>


فایل اماده را از ضمیمه دانلود کنید.
پلاگین های جدید را به پوشه hosts کپی کنید.
به تاریخ پلاگین ها توجه کنید.