Best Blackhat Forum

Full Version: TANCODE Mp3 Search Engine Nulled by leoelboss
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
The new playlist and video search not show. I used PHP 5.3. What is the problem?
this is not a "nulled code problem", this is a problem of the code developed by Tancode , you can fix it using php 5.2 (not recommended ) or fixed with google help :

https://www.google.com.ni/search?q=mysql...3&ie=UTF-8

(01-07-2014 05:16 PM)wakakak Wrote: [ -> ]I success install this script with all the features but,
i get this error.. please help me
Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /home/xxxxx/xxxxx.com/includes/class/_class_mysql.php on line 116

reinstall or check hosting requirements or send me more info
(01-08-2014 12:38 PM)Duxx Wrote: [ -> ]The new playlist and video search not show. I used PHP 5.3. What is the problem?
@leoelboss do you know how to fix the embed problem? The script works awesone, just this little problem with embed code
WORK Perfect. thanks alot
send more info by private message ( installed url, what hosting used?, etc)
(01-08-2014 03:36 PM)bugboy Wrote: [ -> ]@leoelboss do you know how to fix the embed problem? The script works awesone, just this little problem with embed code
@leoelboss When I am searchig a song It appears "no results"
and also this Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/u955649119/public_html/includes/class/_class_curl.php on line 60 Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/u955649119/public_html/includes/class/_class_curl.php on line 60
(01-09-2014 07:43 AM)baragamer Wrote: [ -> ]@leoelboss When I am searchig a song It appears "no results"
and also this Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/u955649119/public_html/includes/class/_class_curl.php on line 60 Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/u955649119/public_html/includes/class/_class_curl.php on line 60
you need to activate the sources in the configuration panel (soundcloud,4shared,soundowl, etc etc) and you need mod_rewrite,cURL or file_get open in hosting
i has install on my vps.

much error on admin panel:

index admin
Code:
Safe mode IS ON!  We required off, please set safe mode to off" : "Safe mode IS OFF!";

if(is_writable(ROOT_DIR . "/includes/admin.config.php")){
    $admin_file_status = '/includes/admin.config.php is writable.';
}else{
    $admin_file_status = '/includes/admin.config.php is not writable please CHMOD this file to 666.';
}
if(is_writable(ROOT_DIR . "/includes/config.inc.php")){
    $config_file_status = '/includes/config.inc.php is writable.';
}else{
    $config_file_status = '/includes/config.inc.php is not writable please CHMOD this file to 666.';
}
if(is_writable(ROOT_DIR . "/uploads")){
    $upload_status = '/uploads is writable.';
}else{
    $upload_status = '/uploads is not writable please CHMOD this folder to 777.';
}
if(is_writable(ROOT_DIR . "/cache")){
    $cache_status = '/cache is writable.';
}else{
    $cache_status = '/cache is not writable please CHMOD this folder to 777.';
}
if(is_writable(ROOT_DIR . "/uploads/playlists/")){
    $upload_playlists_status = '/uploads/playlists/ is writable.';
}else{
    $upload_playlists_status = '/uploads/playlists/ is not writable please CHMOD this folder to 777.';
}
if(is_writable(ROOT_DIR . "/uploads/users/")){
    $upload_users_status = '/uploads/users/ is writable.';
}else{
    $upload_users_status = '/uploads/users/ is not writable please CHMOD this folder to 777.';
}

$row = $db->super_query("SELECT COUNT(*) AS count FROM tan_users");
$total_user = $row['count'];

$row = $db->super_query("SELECT COUNT(*) AS count FROM tan_playlists");
$total_playlist = $row['count'];

$row = $db->super_query("SELECT COUNT(*) AS count FROM tan_favorites");
$total_favorite = $row['count'];


echo <<

Siteconfig
Code:
Parse error: syntax error, unexpected T_FOREACH in /home/mp3slow/public_html/admin/modules/config.php on line 18

How to Fix that?
i has install on my vps. and get much error

admin index
Code:
Safe mode IS ON!  We required off, please set safe mode to off" : "Safe mode IS OFF!";

if(is_writable(ROOT_DIR . "/includes/admin.config.php")){
    $admin_file_status = '/includes/admin.config.php is writable.';
}else{
    $admin_file_status = '/includes/admin.config.php is not writable please CHMOD this file to 666.';
}
if(is_writable(ROOT_DIR . "/includes/config.inc.php")){
    $config_file_status = '/includes/config.inc.php is writable.';
}else{
    $config_file_status = '/includes/config.inc.php is not writable please CHMOD this file to 666.';
}
if(is_writable(ROOT_DIR . "/uploads")){
    $upload_status = '/uploads is writable.';
}else{
    $upload_status = '/uploads is not writable please CHMOD this folder to 777.';
}
if(is_writable(ROOT_DIR . "/cache")){
    $cache_status = '/cache is writable.';
}else{
    $cache_status = '/cache is not writable please CHMOD this folder to 777.';
}
if(is_writable(ROOT_DIR . "/uploads/playlists/")){
    $upload_playlists_status = '/uploads/playlists/ is writable.';
}else{
    $upload_playlists_status = '/uploads/playlists/ is not writable please CHMOD this folder to 777.';
}
if(is_writable(ROOT_DIR . "/uploads/users/")){
    $upload_users_status = '/uploads/users/ is writable.';
}else{
    $upload_users_status = '/uploads/users/ is not writable please CHMOD this folder to 777.';
}

$row = $db->super_query("SELECT COUNT(*) AS count FROM tan_users");
$total_user = $row['count'];

$row = $db->super_query("SELECT COUNT(*) AS count FROM tan_playlists");
$total_playlist = $row['count'];

$row = $db->super_query("SELECT COUNT(*) AS count FROM tan_favorites");
$total_favorite = $row['count'];


echo <<

admin siteconfig
Code:
Parse error: syntax error, unexpected T_FOREACH in /home/mysite/public_html/admin/modules/config.php on line 18

Please help me!
@leoelboss
please help me i have this problem
Warning: file_get_contents(http://gdata.youtube.com/feeds/api/stand...lt=jsonc): failed to open stream: Connection timed out in /home/xxxxx/6opzik.com/modules/tancode.php on line 17
Pages: 1 2 3 4 5 6 7 8 9 10 11
Reference URL's