49.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-08-2014, 12:38 PM
Post: #41
RE:
The new playlist and video search not show. I used PHP 5.3. What is the problem?
01-08-2014, 01:59 PM (This post was last modified: 01-08-2014 02:01 PM by leoelboss.)
Post: #42
RE: Help me BROO..
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?
01-08-2014, 03:36 PM
Post: #43
RE:
@leoelboss do you know how to fix the embed problem? The script works awesone, just this little problem with embed code
01-08-2014, 03:54 PM
Post: #44
RE:
WORK Perfect. thanks alot
01-09-2014, 04:29 AM
Post: #45
RE:
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
69.gif
01-09-2014, 07:43 AM
Post: #46
RE:
@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, 01:30 PM (This post was last modified: 01-09-2014 01:33 PM by leoelboss.)
Post: #47
RE:
(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
01-09-2014, 03:59 PM
Post: #48
RE:
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?
01-09-2014, 04:05 PM
Post: #49
RE:
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!
01-10-2014, 05:58 AM
Post: #50
RE:
@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
40.gif




37.gif