Mövzu - Komek lazimdir mene

Komek lazimdir mene



Alt bölmə: Komek ve Destek
Fəsil: Ünsiyyət

Tema faylları
Şərhlər 5
neceki eynidi axi
20 Okt 2020, 11:52
0
Əlaqəli Olan Saytın Url Papkası Dəyişilib Yəqinki
20 Okt 2020, 11:04
0
Saqol qaqa
----
Xais komek edin
20 Okt 2020, 11:02
0
Uğurlar
19 Okt 2020, 22:03
0
Salam dostlar bu kodda mp3 u komputerle tapir telefonla tapmir neden olar?
<?php
#Muelif SoxulcanPRO..
@ini_set('display_errors', 0);
function curl_spro($Url){
if (!function_exists('curl_init')){
die('curl seflik var!');
}
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $Url);
curl_setopt($ch, CURLOPT_REFERER, "http://mp3de.sende.biz/");
curl_setopt($ch, CURLOPT_USERAGENT, "android");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$output = curl_exec($ch);
curl_close($ch);
return $output;
}
if($_GET['mp3']){
$mp3id=explode('/',$_SERVER[REQUEST_URI]);
$spro = curl_spro('http://mp3de.sende.biz/'.$mp3id[3].'/'.$mp3id[4]);
preg_match('#<source src="(.*)"#sU', $spro, $mp3);
preg_match('#<title>.*)</title>#sU', $spro, $title);
preg_match('#button/mp3/(.*)"#sU', $spro, $vid);


$title = $title[1];
$axtar = $mp3id[3];
}elseif($_GET['axtar']){
$title = $_GET['axtar'].' Mp3 Axtar';
}else{
$title = 'Mp3 Axtar Yukle';
}

require("head.php");
if($_GET['mp3']){

echo '<div class="link">
<audio controls preload="none">
<source src="http://mp3de.sende.biz/'.$mp3[1].'" type="audio/mpeg">
Sizin proqramınız onlayn dinləmə playerin dəstəkləmir.
</audio><br/>

<img src="http://'.$_SERVER['HTTP_HOST'].'/mp3/indir.png" height="25" width="25" alt="mp3 mahnını yükle" /> <br />

<a class="btn" rel="nofollow" href="http://mp3de.sende.biz/'.$mp3[1].'"><font color="white"> Y Ü K L Ə </font><br /><center>06:40</center></a>
<br><br>
Əgər mp3 yarımçıq yüklənirsə səhifəni 2-3 dəfə yeniləyin, sonra mp3-ü yükləyin.
<hr>
Yükləmə zamanı mp3 silinib yazılıbsa, aşağıdakı "<b>Download MP3</b>" düymələrinin birinə tıklayın. Başqa səhifəyə yönəlsənizdə sonda mp3 yüklənəcək. <br><br /><div class="dlink"><center>
<iframe style="width:230px;height:60px;border:0;overflow:hidden;" scrolling="no" src="https://y-api.org/button/?v='.$vid[1].'&f=mp3&fc=#ffffff&bc=#3000ff" &color=0c1ec7"></iframe>
<iframe style="width:230px;height:60px;border:0;overflow:hidden;" scrolling="no" src="//www.convertmp3.io/widget/button/?video=https://www.youtube.com/watch?v='.$vid[1].'&color=e80f0f"></iframe><br /><br />
<iframe style="width:230px;height:60px;border:0;overflow:hidden;" scrolling="no" src="https://break.tv/widget/button/?link=https://www.youtube.com/watch?v='.$vid[1].'&color=06a006&text=fff"></iframe>
<iframe src="https://www.yt-download.org/@api/button/mp3/'.$vid[1].'" width="100%" height="100px" scrolling="no" style="border:none;"></iframe>
</center></div><br /></div>



';

}elseif($_GET['seyfe'] || $_GET['axtar']){
if($_GET['seyfe']){
$spro = curl_spro('http://mp3de.sende.biz/'.$_GET['axtar'].'/'.$_GET['seyfe'].'/');
}else{
$spro = curl_spro('http://mp3de.sende.biz/'.$_GET['axtar'].'/');
}
preg_match_all('#nofollow" href="(.*)"#sU', $spro, $id);
preg_match_all('#<strong>.*)</strong>#sU', $spro, $adi);
preg_match_all('#</strong> - (.*)<font#sU', $spro, $vaxti);
for($i = 0; $i<count($id[1]); $i++){
echo'<a class="ok" rel="nofollow" href="/mp3/'.$i.''.$id[1][$i].'"><strong>'.strtolower($adi[1][$i]).'</strong> - '.$vaxti[1][$i].' <font color="red">Yükle</font></a>';
}

if($_GET['axtar']){$hh='axtar='.$_GET['axtar'].'&';}
if($id[1]){
echo '<div class="link">';
if($_GET['seyfe']){
echo '<a class="str prev" href="?'.$hh.'seyfe='.($_GET['seyfe'] + 1).'"><big><b>İreli →</b></big></a> ';
echo '<a class="str" href="java:history.back(1)"><big><b>Geri ↵</b></big></a>';
}else{
echo '<a class="str" href="?'.$hh.'seyfe=2"><big><b>İreli →</b></big></a>';
}
echo '</div>';
}else{
echo '<div class="link"><a class="str" href="java:history.back(1)"><big><b>Geri ↵</b></big></a></div>';
}
}else{
$spro = curl_spro('http://mp3de.sende.biz/'.$_GET['axtar'].'/');
preg_match_all('#class="ok" href="/(.*)/#sU', $spro, $axt);
preg_match_all('#<a class="ok"(.*)<br />#sU', $spro, $ad);
$ad[1]=preg_replace('#href="(.*)>#sU','',$ad[1]);
for($i = 0; $i<count($axt[1]); $i++){
echo'<a class="ok" rel="nofollow" href="http://'.$_SERVER['HTTP_HOST'].'/mp3/?axtar='.$axt[1][$i].'"><strong>'.strtolower($ad[1][$i]).'</strong> - <font color="red">Yükle</font></a>';
}
}
require("foot.php");
?>
19 Okt 2020, 21:48
0
Bağışlayın, sizin üçün şərh yazmaq əlçatan deyil
Geriyə

azTOP.biz
Onlayn istifadəçilər
HAMISI