Giriş
Sayt bölmələri
Xəbərlər
Qonaq dəftəri
Forum
Bloqlar
Musiqi
Foto
Video
Yükləmələr
İcmalar
Lotereyalar
İstifadəçilər Onlayn oyunlar
Onlayn kinoteatr
Mağaza
Şərhlər 8
Əməliyyatlar
ProHack, Baza versem sen qoya bilersen qardasim?
25 İyl 2020, 06:48
0
Əməliyyatlar
Nolyalar select *from linya where id=neyese bunj axrinda order by rand() desc qoy
24 İyl 2020, 19:56
0
Əməliyyatlar
Admin,
Qeyd.ru yada atmiwam gosdermir reklamlari.. birdeki o biri forumda dediler kod yaqin onun ucun yazilmayib
----
Ama halbuki ..
Forumda olsa yazacam saytin adin baxib deyiwersiz...
Xezan.ru da php kod isleeyir ama js de eyni reklam gosderir...
----
axundov, Neyi gozeldir abii:)
----
axundov, Neyi gozeldir abii:)
24 İyl 2020, 19:52
Xarici keçid
Http://sani.wox.su
bura atmiwam html js kodu isleyir ama ancaq eyni reklami gosderir...Http://sani.wox.su
Qeyd.ru yada atmiwam gosdermir reklamlari.. birdeki o biri forumda dediler kod yaqin onun ucun yazilmayib
----
Ama halbuki ..
Forumda olsa yazacam saytin adin baxib deyiwersiz...
Xezan.ru da php kod isleeyir ama js de eyni reklam gosderir...
----
axundov, Neyi gozeldir abii:)
----
axundov, Neyi gozeldir abii:)
0
Əməliyyatlar
SaNi, Bu atdiqin kodlarin icinde java hansidi?)
24 İyl 2020, 11:19
0
Əməliyyatlar
[code=php]<?php
define('path', dirname(__FILE__));
require path.'/moduls/config.php';
require path.'/moduls/functions.php';
$fnc = new func;
//$pid=intval($_GET['pid']);
$pid = htmlspecialchars($_GET[pid]);
$type = htmlspecialchars($_POST['type']);
$ip = htmlspecialchars($_POST['ip']);
$ua = htmlspecialchars($_POST['ua']);
$host = htmlspecialchars($_POST['host']);
$filter = htmlspecialchars($_POST['filter']);
$f = explode('--', $filter);
$pid = preg_replace(array('/[^0-9]/'), '', $pid);
$spid = @Mysql_Query("select `status`,`usid` from `sites` where `id`='".$pid."'");
if(!mysql_affected_rows()){
echo ".write('<img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>$pid<br/>');";
exit;
} else {
$sp = @Mysql_Fetch_Array($spid);
if($sp[0] == 0){
echo ".write('<a href="http://".$site_url."/?".rand(0,999).""><img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>Sayt Yoxlanilmayıb</a><br/>');";
exit;
} elseif($sp[0] == 2){
echo ".write('<a href="http://".$site_url."/?".rand(0,999).""><img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>Sayt Deaktiv Olunub</a><br/>');";
exit;
}
}
$sf = false;
if(count($f)>0){
foreach($f as $keys){
$sf = " AND LOWER(RIGHT(`url`,".(strlen($keys)+7)."))!='http://".strtolower($keys)."'";
}
}
$operator = $fnc->geoip($ip);
$is_mobile = $fnc->isWml($ua);
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='10' or `money`='9') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
if(!mysql_affected_rows()){
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='8' or `money`='7') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
if(!mysql_affected_rows()){
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='6' or `money`='5' or `money`='4') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
if(!mysql_affected_rows()){
unset($query);
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='3' or `money`='2') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
}
}
}
$values = array();
while($arr = @mysql_fetch_array($query)){
$values[] = array("ad_id"=>$arr['id'], "title"=>$arr['title'], "url"=>$arr['url'], "image"=>$arr['banner'], "money"=>$arr['money'], "operators"=>$arr['operators'], "platforms"=>$arr['platforms']);
}
if($sp[1]==373 && $operator=="null"){
$values = array();
}
if(count($values)>0){
$rekl_stat = false;
$rands = array_rand($values,1);
$randIds[] = $rands;
for($i=0;$i<count($randIds);$i++){
$r = $values[$randIds[$i]];
$tm = preg_replace(array('/[^0-9]/'), '', microtime());
$rekl .= ".write('";
$rekl .= '<a href="http://'.$site_url.'/go.php?go='.$mcr->encode($tm.":--:".$r['ad_id'].":--:".$r['url'].":--:".$ip.":--:".$ua.":--:".$host.":--:".$pid).'">';
$rekl .= ($r['image']!='' && preg_match('/(image)/i',$type)!=false) ? '<img src="http://'.$site_url.'/img/ad/'.$r['image'].'" alt="'.$site.'"/><br/>' : '';
$rekl .= strtolower($type)=='image' ? '' : $r['title'];
$rekl .= '</a><br/>';
$rekl .= "');";
echo $rekl;
@Mysql_Query("UPDATE `advertisers` SET `looks`=`looks`+'2' WHERE `id`='".$r['ad_id']."'");
@Mysql_Query("UPDATE `sites` SET `looks`=`looks`+'2' WHERE `id`='".$pid."'");
}
}else{
$default_banner = preg_match('/(image)/i',$type)!=false ? "<img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>" : false;
echo ".write('<a href="http://".$site_url."/?".rand(0,999).""><img src="http://".$site_url."/sani/logo.png" alt="".$site.""/><br/>Pulsuz reklam yerlesdir</a><br/>');";
@Mysql_Query("UPDATE `sites` SET `looks`=`looks`+'2' WHERE `id`='".$pid."'");
}
?>
[/code]
24 İyl 2020, 11:18
define('path', dirname(__FILE__));
require path.'/moduls/config.php';
require path.'/moduls/functions.php';
$fnc = new func;
//$pid=intval($_GET['pid']);
$pid = htmlspecialchars($_GET[pid]);
$type = htmlspecialchars($_POST['type']);
$ip = htmlspecialchars($_POST['ip']);
$ua = htmlspecialchars($_POST['ua']);
$host = htmlspecialchars($_POST['host']);
$filter = htmlspecialchars($_POST['filter']);
$f = explode('--', $filter);
$pid = preg_replace(array('/[^0-9]/'), '', $pid);
$spid = @Mysql_Query("select `status`,`usid` from `sites` where `id`='".$pid."'");
if(!mysql_affected_rows()){
echo ".write('<img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>$pid<br/>');";
exit;
} else {
$sp = @Mysql_Fetch_Array($spid);
if($sp[0] == 0){
echo ".write('<a href="http://".$site_url."/?".rand(0,999).""><img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>Sayt Yoxlanilmayıb</a><br/>');";
exit;
} elseif($sp[0] == 2){
echo ".write('<a href="http://".$site_url."/?".rand(0,999).""><img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>Sayt Deaktiv Olunub</a><br/>');";
exit;
}
}
$sf = false;
if(count($f)>0){
foreach($f as $keys){
$sf = " AND LOWER(RIGHT(`url`,".(strlen($keys)+7)."))!='http://".strtolower($keys)."'";
}
}
$operator = $fnc->geoip($ip);
$is_mobile = $fnc->isWml($ua);
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='10' or `money`='9') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
if(!mysql_affected_rows()){
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='8' or `money`='7') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
if(!mysql_affected_rows()){
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='6' or `money`='5' or `money`='4') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
if(!mysql_affected_rows()){
unset($query);
$query = mysql_query("SELECT * FROM `advertisers` WHERE
`status`='2' $sf and (`money`='3' or `money`='2') and ".($operator!="null" ? "`operators` LIKE '%".substr($operator,0,7)."%'" : "`operators`='all'")."
ORDER BY `money` DESC limit 1000;");
}
}
}
$values = array();
while($arr = @mysql_fetch_array($query)){
$values[] = array("ad_id"=>$arr['id'], "title"=>$arr['title'], "url"=>$arr['url'], "image"=>$arr['banner'], "money"=>$arr['money'], "operators"=>$arr['operators'], "platforms"=>$arr['platforms']);
}
if($sp[1]==373 && $operator=="null"){
$values = array();
}
if(count($values)>0){
$rekl_stat = false;
$rands = array_rand($values,1);
$randIds[] = $rands;
for($i=0;$i<count($randIds);$i++){
$r = $values[$randIds[$i]];
$tm = preg_replace(array('/[^0-9]/'), '', microtime());
$rekl .= ".write('";
$rekl .= '<a href="http://'.$site_url.'/go.php?go='.$mcr->encode($tm.":--:".$r['ad_id'].":--:".$r['url'].":--:".$ip.":--:".$ua.":--:".$host.":--:".$pid).'">';
$rekl .= ($r['image']!='' && preg_match('/(image)/i',$type)!=false) ? '<img src="http://'.$site_url.'/img/ad/'.$r['image'].'" alt="'.$site.'"/><br/>' : '';
$rekl .= strtolower($type)=='image' ? '' : $r['title'];
$rekl .= '</a><br/>';
$rekl .= "');";
echo $rekl;
@Mysql_Query("UPDATE `advertisers` SET `looks`=`looks`+'2' WHERE `id`='".$r['ad_id']."'");
@Mysql_Query("UPDATE `sites` SET `looks`=`looks`+'2' WHERE `id`='".$pid."'");
}
}else{
$default_banner = preg_match('/(image)/i',$type)!=false ? "<img src="http://".$site_url."/img/logo.png" alt="".$site.""/><br/>" : false;
echo ".write('<a href="http://".$site_url."/?".rand(0,999).""><img src="http://".$site_url."/sani/logo.png" alt="".$site.""/><br/>Pulsuz reklam yerlesdir</a><br/>');";
@Mysql_Query("UPDATE `sites` SET `looks`=`looks`+'2' WHERE `id`='".$pid."'");
}
?>
[/code]
0
Əməliyyatlar
Salamlar
Bu saytda js kod iislemir kimde isleyi var? Ve ya islemesi ucun nece ede bilerem zehmet olmazsa komek edin...
24 İyl 2020, 11:06
Xarici keçid
http://ads.qeyd.ru
http://ads.qeyd.ru
Bu saytda js kod iislemir kimde isleyi var? Ve ya islemesi ucun nece ede bilerem zehmet olmazsa komek edin...
0
Bağışlayın, sizin üçün şərh yazmaq əlçatan deyil
Geriyə


