Waraxe IT Security Portal
Login or Register
December 21, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 176
Members: 0
Total: 176
Full disclosure
Stored XSS with Filter Bypass - blogenginev3.3.8
[SYSS-2024-085]: Broadcom CA Client Automation - Improper Privilege Management (CWE-269)
[KIS-2024-07] GFI Kerio Control <= 9.4.5 Multiple HTTP Response Splitting Vulnerabilities
RansomLordNG - anti-ransomware exploit tool
APPLE-SA-12-11-2024-9 Safari 18.2
APPLE-SA-12-11-2024-8 visionOS 2.2
APPLE-SA-12-11-2024-7 tvOS 18.2
APPLE-SA-12-11-2024-6 watchOS 11.2
APPLE-SA-12-11-2024-5 macOS Ventura 13.7.2
APPLE-SA-12-11-2024-4 macOS Sonoma 14.7.2
APPLE-SA-12-11-2024-3 macOS Sequoia 15.2
APPLE-SA-12-11-2024-2 iPadOS 17.7.3
APPLE-SA-12-11-2024-1 iOS 18.2 and iPadOS 18.2
SEC Consult SA-20241211-0 :: Reflected Cross-Site Scripting in Numerix License Server Administration System Login
St. Poelten UAS | Multiple Vulnerabilities in ORing IAP
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Decode Please
Post new topicReply to topic View previous topic :: View next topic
Decode Please
PostPosted: Mon Dec 02, 2013 8:49 pm Reply with quote
devilhunter
Active user
Active user
Joined: Jul 12, 2013
Posts: 35




http://pastebin.com/gmu8PtqL

Thank You
View user's profile Send private message
PostPosted: Wed Dec 04, 2013 5:37 am Reply with quote
devilhunter
Active user
Active user
Joined: Jul 12, 2013
Posts: 35




Please..
View user's profile Send private message
PostPosted: Wed Dec 04, 2013 3:27 pm Reply with quote
vv456
Advanced user
Advanced user
Joined: Aug 24, 2012
Posts: 190




devilhunter wrote:
Please..


Hello Friend publish your downloadable file so we can try to help you
View user's profile Send private message
PostPosted: Thu Dec 05, 2013 6:56 am Reply with quote
devilhunter
Active user
Active user
Joined: Jul 12, 2013
Posts: 35




Hello
http://s3.dosya.tc/server14/Jt1ddf/tag.zip.html
View user's profile Send private message
PostPosted: Thu Dec 05, 2013 10:34 am Reply with quote
vv456
Advanced user
Advanced user
Joined: Aug 24, 2012
Posts: 190




devilhunter wrote:
Hello
http://s3.dosya.tc/server14/Jt1ddf/tag.zip.html


Code:
<?php

function lisanskontrol2($site_lisans) {
if (substr( getenv( 'HTTP_HOST' ), 0, 4 ) == 'www.') {
$domainadi = substr( getenv( 'HTTP_HOST' ), 4 );
}
else {
$domainadi = getenv( 'HTTP_HOST' );
}

$lisans = $_REQUEST['kontrol'];

if (!function_exists( 'curl_init' )) {
exit( '<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<strong><center>Sunucunuzda Curl Fonksiyonu Bulunmamaktadır. Lütfen Hosting Sahibiniz ile İletişime Geçip Yükletin.</strong></center>' );
}

$lisans = 'lisans';
$row = @mysql_fetch_array( @mysql_query( 'SELECT inforesim FROM ayarlar WHERE id=\'1\'' ) );
$inforesimx = $row['inforesim'];

if ($inforesimx != '1') {
$lisans = 'lisans';
$row = mysql_query( 'ALTER TABLE `ayarlar` DROP `inforesim`' );
}


if ($lisans != '') {
$ch = curl_init( );
$timeout = 2;
curl_setopt( $ch, CURLOPT_URL, 'http://www.inforesim.com/lisansinf.php?domain=' . $domainadi . '&hash=' . $site_lisans . '' );
curl_setopt( $ch, CURLOPT_HEADER, false );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
curl_setopt( $ch, CURLOPT_CONNECTTIMEOUT, $timeout );
curl_setopt( $ch, CURLOPT_REFERER, 'http://www.inforesim.com' );
curl_setopt( $ch, CURLOPT_USERAGENT, 'inforesimbot' );
$inforesim = curl_exec( $ch );
curl_close( $ch );
}

$site_hash = md5( md5( $domainadi . 'infoskvds12sd' ) );

if ($site_lisans == $site_hash) {
if ($inforesim != '') {
if ($inforesim == '0') {
$row = mysql_query( 'ALTER TABLE `ayarlar` DROP `inforesim`' );
echo '
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<strong><center>Lisanssız Yazılım Kullanıyorsunuz, Lütfen Lisans Alın ! Lisans İçin : <a href="http://www.inforesim.com">http://www.inforesim.com</a></strong></center>';
exit( );
}


if ($inforesim == '1') {
if ($inforesimx != '1') {
$row = mysql_query( 'ALTER TABLE `ayarlar` DROP `inforesim`' );
$row = mysql_query( 'ALTER TABLE `ayarlar` ADD `inforesim` ENUM(\'1\') NOT NULL' );
exit( );
return null;
}
}
}
}
else {
echo '
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<strong><center>Lisanssız Yazılım Kullanıyorsunuz, Lütfen Lisans Alın ! Lisans İçin : <a href="http://www.inforesim.com">http://www.inforesim.com</a></strong></center>';
exit( );
}

}

include( 'header.php' );
lisanskontrol2( $site_lisans );
$ara = $_GET['ara'];
$tur = $_GET['tur'];
$islem = $_GET['islem'];
$sil2 = $_GET['sil2'];
$durum = $_GET['durum'];

if ($durum == '') {
$durum = '1';
}


if ($islem == 'sil') {
foreach ($_GET['isaret'] as $isaret) {
mysql_query( 'DELETE FROM etiketler WHERE id=\'' . $isaret . '\'' );
mysqlopt( );
tazele( );
}
}


if ($islem == 'onayla') {
foreach ($_GET['isaret'] as $isaret) {
$sonuc = mysql_query( 'update etiketler set durum=\'1\' where id=\'' . $isaret . '\'' );
mysqlopt( );
tazele( );
}
}


if ($islem == 'hepsinikaldir') {
$sonuc = mysql_query( 'update etiketler set durum=\'0\' where durum=\'1\'' );
mysqlopt( );
tazele( );
}


if ($islem == 'hepsinionayla') {
$sonuc = mysql_query( 'update etiketler set durum=\'1\' where durum=\'0\'' );
mysqlopt( );
tazele( );
}


if ($islem == 'onaykaldir') {
foreach ($_GET['isaret'] as $isaret) {
$sonuc = mysql_query( 'update etiketler set durum=\'0\' where id=\'' . $isaret . '\'' );
mysqlopt( );
tazele( );
}
}


if ($islem == 'sil2') {
mysql_query( 'DELETE FROM etiketler WHERE id=\'' . $sil2 . '\'' );
mysqlopt( );
tazele( );
}

$sayfa = $_GET['sayfa'];
echo '<hr class="noscreen" />
<!-- Content (Right Column) -->
<div id="content" class="box">
<h1>';

if ($durum == '1') {
echo 'Onaylı Etiketler';
}
else {
echo 'Onaysız Etiketler';
}

echo '</h1>
<form action="etiketler.php" method="GET" id="search">
<div class="box-02 bottom box">
';
echo '<s';
echo 'trong>Etiket Durumu:</strong>
';
echo '<s';
echo 'elect name="durum" class="input-text">
<option value="1">Onaylı</option>
<option value="0">Onaysız</option>
</select>
<input type="submit" value="Uygula" />
</form>
</div> <!-- /box-02 -->
';
$s_s = '5';
$limit = '21';
$gelen_sayfa = (( isset( $_GET['sayfa'] ) && $_GET['sayfa'] != '' ) ? intval( $_GET['sayfa'] ) : 1);
$s_sor = mysql_query( 'SELECT count(id) FROM etiketler where durum=\'' . $durum . '\'' );
$satir = mysql_result( $s_sor, 0 );

if ($satir == '0') {
echo '<p class="msg info">Şuan sistemde ekli ';

if ($durum == '1') {
echo 'Onaylı';
}
else {
echo 'Onaysız';
}

echo ' etiket bulunmamaktadır.</p>
';
}
else {
echo '<p class="msg info">Toplam ';
echo $satir;
echo ' adet ';

if ($durum == '1') {
echo 'Onaylı';
}
else {
echo 'Onaysız';
}

echo ' etiket Bulundu !</p>
';
}

mysql_free_result( $s_sor );

if (0 < $satir) {
$baslama = (1 < $gelen_sayfa ? ( $gelen_sayfa - 1 ) * $limit : 0);
$sayfa_kac = $satir / $limit;
$sayfa_sayisi = ($satir % $limit != 0 ? intval( $sayfa_kac ) + 1 : intval( $sayfa_kac ));
$basla = ($baslama <= $satir ? $baslama : 0);
unset( $sayfa_kac );
unset( $baslama );
$sorgu = 'SELECT * FROM etiketler where durum=\'' . $durum . '\' order by id desc limit ' . $basla . ' , ' . $limit;
( $sorgula = mysql_query( $sorgu ) || trigger_error( mysql_error( ), E_USER_ERROR ) );
$i = 1;
$style = '';
echo '<form action="etiketler.php" method="GET" id="search">';

while ($sonuc = mysql_fetch_array( $sorgula )) {
echo '<!-- Button -->
<div class="btn-box">
<div class="btn-top"></div>
<div class="btn">
<dl>
<dt><input type="checkbox" name="isaret[]" value="';
echo $sonuc['id'];
echo '" />
<a href="http://';
echo $_SERVER['HTTP_HOST'];
echo etiketsefs;
echo '/';
echo $sonuc['sef'];
echo '" target="_blank">';
echo $sonuc['baslik'];
echo '</a></dt>
<a href="etiketler.php?sil2=';
echo $sonuc['id'];
echo '&ara=';
echo $ara;
echo '&tur=';
echo $tur;
echo '&sayfa=';
echo $sayfa;
echo '&islem=sil2&durum=';
echo $durum;
echo '" class="ico-delete">Sil</a> ;; <a href="etiketduzenle.php?id=';
echo $sonuc['id'];
echo '" class="ico-edit">Düzenle</a> ;; <a href="http://';
echo $_SERVER['HTTP_HOST'];
echo etiketsefs;
echo '/';
echo $sonuc['sef'];
echo '" target="_blank" rel="lightbox" class="ico-show">Git</a>
</dl>
</div> <!-- /btn -->
<div class="btn-bottom"></div>
</div> <!-- /btn-box -->
';
$style = ($style == '' ? '2' : '');
++$i;
}

echo '<div class="pagination box bottom">
<p class="f-right">';
mysql_free_result( $sorgula );
$hangi_sayfa = (0 < $gelen_sayfa ? $gelen_sayfa : 1);
$alt = $gelen_sayfa - $s_s;

if (( $sayfa_sayisi <= $s_s || $gelen_sayfa <= $s_s )) {
$alt = 1;
}

$ust = ($gelen_sayfa + $s_s < $sayfa_sayisi ? $gelen_sayfa + $s_s : $sayfa_sayisi);

if ('1' < $alt) {
echo '<a href="/admin/etiketler.php?durum=' . $durum . '">1</a> &raquo; ';
}

$i = $alt;

while ($i <= $ust) {
if ($i == '1') {
$sayfano = '<a href="/admin/etiketler.php?durum=' . $durum . '">' . $i . '</a>';
}
else {
$sayfano = '<a href="/admin/etiketler.php?sayfa=' . $i . '&durum=' . $durum . '">' . $i . '</a>';
}

echo ($i != $gelen_sayfa ? '' . $sayfano . ' ' : '<a href="" class="pagination-active">' . $i . '</a>');
++$i;
}

echo ' &laquo; <a href="/admin/etiketler.php?sayfa=' . $sayfa_sayisi . '&durum=' . $durum . '">' . $sayfa_sayisi . '</a>';
echo ($gelen_sayfa <= $sayfa_sayisi ? '' : '');
}

echo '<input type="hidden" name="ara" value="';
echo $ara;
echo '" />
<input type="hidden" name="tur" value="';
echo $tur;
echo '" />
<input type="hidden" name="durum" value="';
echo $durum;
echo '" />
<input type="hidden" name="sayfa" value="';
echo $gelen_sayfa;
echo '" />
</p>
</div> <!-- /pagination -->
<div class="fix"></div>
<div class="box-02 bottom box">
';
echo '<s';
echo 'trong>Seçilenleri:</strong>
';
echo '<s';
echo 'elect name="islem" class="input-text">
<option value="sil">Sil</option>
';

if ($durum == '1') {
echo '<option value="onaykaldir">Onayını Kaldır</option>
<option value="hepsinikaldir">Tüm Etiketlerin Onayını Kaldır</option>
';
}
else {
echo '<option value="onayla">Onayla</option>
<option value="hepsinionayla">Tüm Etiketleri Onayla</option>
';
}

echo '</select>
<input type="submit" value="Uygula" />
</form>
</div> <!-- /box-02 -->
</div> <!-- /content -->
</div> <!-- /cols -->
<hr class="noscreen" />
<!-- Footer -->
';
include( 'footer.php' );
echo '</div> <!-- /main -->
</body>
</html>';
?>
View user's profile Send private message
Decode Please
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.050 Seconds