CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/local/rvglobalsoft/rvglobalsoft/auto/rvsitebuilderinstaller/
Upload File :
Current File : //proc/2/root/usr/local/rvglobalsoft/rvglobalsoft/auto/rvsitebuilderinstaller/index.cgi

#!/bin/sh
eval 'if [ -x /usr/local/cpanel/3rdparty/bin/perl ]; then exec /usr/local/cpanel/3rdparty/bin/perl -x -- $0 ${1+"$@"}; else exec /usr/bin/perl -x $0 ${1+"$@"}; fi;'
if 0;
#!/usr/bin/perl
#WHMADDON:rvsitebuilder:RVSiteBuilder Installer

#print "Content-Type: text/html\n\n";
#print "<meta http-equiv=\"refresh\" content=\"0;url=$ENV{'cp_security_token'}/cgi/rvsitebuilderinstaller/index.php\"/>" ;

if ($ENV{REMOTE_USER} eq 'root') {
    print "Location: $ENV{'cp_security_token'}/cgi/rvsitebuilderinstaller/index.php";
} else {
	print "Content-Type: text/html\n\n";
    print <<__DISPLAY__;
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title> RVSiteBuilder :: Permission have a problem</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en" />
<body>
<div align="center">
	<table>
		<tr>
			<td>
				<table>
					<tr>
						<td class="bordererror" width="60%" valign="middle" align="center">
							<b>
							WARNING:</b>
							 Please, contact your host provider to install RVSitebuilder. <br />
							<a href="http://support.rvsitebuilder.com/index.php?x=&mod_id=2&id=249" target="_blank">
							How to install RVSiteBuilder?</a>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
</div>
</body>
</html>
__DISPLAY__

}
1;

Copyright 2K16 - 2K18 Indonesian Hacker Rulez