Venky Posted June 6, 2013 Share Posted June 6, 2013 Am Getting The Following Error , While Installing A Script. Error Message : Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/*/public_html/*.com/includes/tables.php on line 0 Line Contains Only This (This Is Content Of The Entire Tables.php) < ?php //0035e 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(strlen($_id)>1&&$_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('Site error: the file '.FILE.' requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199); ?> Help Me Whats Wrong Here.... !!! Please Help... Very Urgent Thanks Link to comment https://forums.phpfreaks.com/topic/278851-getting-error-before-installing-php-script-mysql-database-connection-error/ Share on other sites More sharing options...
Barand Posted June 6, 2013 Share Posted June 6, 2013 see this site's FAQ http://forums.phpfreaks.com/index.php?showtopic=273121 Link to comment https://forums.phpfreaks.com/topic/278851-getting-error-before-installing-php-script-mysql-database-connection-error/#findComment-1434524 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.