Best Blackhat Forum

Full Version: [GET] Awesome Multilanguage PHP Business/Corporate Script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I think this script has some bugs. Its taking me to error page whenever i try to navigate to some pages and subpages.Even in language changing time. I am not sure what might be problem.

(03-18-2015 02:54 AM)SokakGitaristi Wrote: [ -> ]
(03-18-2015 02:15 AM)tigermate Wrote: [ -> ]Brotherhood of NOD,

How can i change the language in admin panel in english?
I dont understand turkish.

Pls help Commander.
find on index.php



replace


if($_GET['action']=="request") $_SESSION['lang']=$_GET['lang'];

if(empty($_SESSION['lang'])) fnStart();
if( $_SESSION['lang']=="en") include "lang/english.inc.php";
elseif( $_SESSION['lang']=="tr") include "lang/turkish.inc.php";
elseif( $_SESSION['lang']=="de") include "lang/deutsch.inc.php";
else
?>
Followed it and its still in turkish. How about i delete the two language except english?
Pages: 1 2 3
Reference URL's