need some help?

riyajr

New Member
Messages
8
Reaction score
0
Points
0
i m tryin to install article dashboard script,but i get a plain page when i run the install.also my home page is blank. doesn't show any error too.
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
Need a link to the script you are using and the site you are trying to have it work on.
 

quantum1

New Member
Messages
68
Reaction score
0
Points
0
I have had problems before where my php script had an error and I got a blank page. This happens when all my html is php generated. The script fails and no html is generated so I get a blank page.
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
Lol nothing is generated from the php file, can you post the install.php? or post some of the code like maybe around 20-30 lines at least.
 

riyajr

New Member
Messages
8
Reaction score
0
Points
0
<?php //003b7
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if((@$__id[1])==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('The file <b>'.__FILE__.'</b> has been encoded with the <a href="http://www.ioncube.com">ionCube PHP Encoder</a> and requires the free '.basename($__ln).' <a href="http://www.ioncube.com/loaders.php">ionCube PHP Loader</a> to be installed.');exit(199);
?>
0y4hY150OYrW0rS3Xe/t3e+PpUluJe6f9s3mqRj3x6dzSw0/tDNmEpre5Fz2WpAySpyz3wvrAy0o
bYy+gk7+DuBQIpAUTKY3KkNXkxBwasfjw4aYreNK6EpGmAQ3ym/lPNymOMvI+7u4aM7U4a1MYBIa
VCvvhiVlryOGVvgrpQpTTsAMToQ4Yw/d9u1XSAYndPLt6kZuKl1ijsJKz6hftq0Rdhh1lVTHDGNw
u81sEwVci9AY14tkM8qTSTF05ar7Z0ulpd20VHQeBcCSJYnW1Mu2PtlI7ljvDlwT4MeWHgnBMae1
RzlAgo0W0evnsHSevVLDxPYvmN/kX9/H05jA50IrpQCkOMgV5JO2A0i7LWTmMNXzC+VX5KKgSsFW
uVssWBNzBOXhQM4luNOj312ESXOriVNzRDjBiphBmUpUrKx2mgO1e7DNBsq3ZC6N9bQBQ8h1b4xs
UMn84qF0fl5KLJWMCKyK6QGdxVO2UwMFGdY1MV/kx/2Ke5vD+2+ffv5hsgN/L+KbiBxXv4rFe+Ib
y3iJJD0GxnbviBlc61Ba3VtGR/HxXSxeCBDXn+I9tQcNDj9BFjYDFQQ56+b6f6MUI+UuD8AjKd76
1T2bqZdi2WHVdUJaOSmX1lcVxsaRBSR2/pcx7CuGlRdBrbkj+t7Yl8Rx5Nz9xzn4+ImrXM2BS4PJ
NrwnG668CL59HDqTfQZg/Gnefz8lJKD2ThAeNTtxhVhN/fsIriJyMRDZlmjN0T20GbgtnUtwlgq6
sEFkQ3AejeDvRzworgc3TPWHlHjqRWYNd3vX0JPSY64XpXt8v/So2dypQHJ97R3TLtMTjrCGQyrC
/rOVoG5ROfeLCFNljgawGechHzpYSXqbUPaudJ8RqP1o5ZiQJbw4UEFLPLpbvF+I7wTtf7LwTv1S
WqdjMOBQr+Lx01uPrSv0s7efrgzQwgs4AdPpITpgYKvtCbHHOhGrNTJnkVs1luXfHfunaCEQw+tk
Giil2kO3YpWE93eVHVSU1D/HQQMJ1LeL8yCK5LhsK4U38S1xzWRE7TIKsjXGUjx3W/NSk/Jz0dJm
IqG2EAH+sltAxHxvsncRMUnG3fw7w19+AY9XPU6spFSiNHSbd9TSaEBZT+LTewLoDV8Doz5AB17G
ttUuyklPQ+dy1MPpTSPez5dRETI2iCgwRkmu4HnuMpXutSgKLgY2aHh2AS9BIfTtRG/3JAVeLjVa
MSPk9+VUCs0wvonp3nCAoqYPeodBkzo8i7nZD0m5+0Cx9LwQjPrDeagLBSTTQgb2zX1mOaKmhx6v

this is what i see,as far as i know it requires ioncube loader and i have the loader files in base path...
Edit:
hey i forgot to mention that i deleted all the files in base path before installing the script.. did i delete any thing imp?
 
Last edited:
Top