forked from lolcat/4get
fuiwhwehfuiewuf
This commit is contained in:
parent
b85820cbcd
commit
78aa2e198f
10
proxy.php
10
proxy.php
|
@ -80,11 +80,11 @@ try{
|
||||||
|
|
||||||
switch($_GET["s"]){
|
switch($_GET["s"]){
|
||||||
|
|
||||||
case "portrait": $req = "?w=50&h=90&p=0&qlt=90"; break;
|
case "portrait": $req = "&w=50&h=90&p=0&qlt=90"; break;
|
||||||
case "landscape": $req = "?w=160&h=90&p=0&qlt=90"; break;
|
case "landscape": $req = "&w=160&h=90&p=0&qlt=90"; break;
|
||||||
case "square": $req = "?w=90&h=90&p=0&qlt=90"; break;
|
case "square": $req = "&w=90&h=90&p=0&qlt=90"; break;
|
||||||
case "thumb": $req = "?w=236&h=180&p=0&qlt=90"; break;
|
case "thumb": $req = "&w=236&h=180&p=0&qlt=90"; break;
|
||||||
case "cover": $req = "?w=207&h=270&p=0&qlt=90"; break;
|
case "cover": $req = "&w=207&h=270&p=0&qlt=90"; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$proxy->stream_linear_image("https://" . $image["host"] . "/th?id=" . rawurlencode($id) . $req, "https://www.bing.com");
|
$proxy->stream_linear_image("https://" . $image["host"] . "/th?id=" . rawurlencode($id) . $req, "https://www.bing.com");
|
||||||
|
|
Loading…
Reference in New Issue