HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / Control panel
Author Message
narcopolo24
Member

Posted: 24 Nov 2005 14:46:08


The control panel works very, very slow. Is it normal?
The rest of the directory works fine.

skalinks
Admin

Posted: 25 Nov 2005 01:15:51


Hello narcopolo24
Please, whould you more describe what you mean under The control panel works very, very slow. is control panel open slowly or some thimg else?
Thank's!

narcopolo24
Member

Posted: 25 Nov 2005 02:58:40


Hi, yes, it's this, it is open slowly, and when I try to do anything:rebuild categorys, set pagerank, to see the links for aprove, ...
Perhaps it's for my host, but it's only the control panel, I don't know?

skalinks
Admin

Posted: 25 Nov 2005 06:32:17


narcopolo24
There are New situated on Control Panel page, are you see this news on your contro panel?

narcopolo24
Member

Posted: 25 Nov 2005 10:14:33


I'm seeing the word News, but there aren't anything else, is it wrong? What can I do?

skalinks
Admin

Posted: 25 Nov 2005 10:23:58


Hello narcopolo24
I do not why, but you does not get news from our server, please, ask about it on your hosting provider. Also, to disable getting news, you can remove this in file index.php in admin folder, find this code in this file and delete it:
if ( $ADMIN && ( !$_POST['Logout'] ) )
{
require_once( '../SkaLinks_include/rss.class.php' );
$reader = new RSSReader( $_skalinks_url['rm_news'] );
foreach( $reader->data['item']['title'] as $key => $value )
{
$reader->data['item']['description'][$key] = str_replace( ">", ">", $reader->data['item']['description'][$key] );
$reader->data['item']['description'][$key] = str_replace( "&lt;", "<", $reader->data['item']['description'][$key] );
$reader->data['item']['title'][$key] = str_replace( "&gt;", ">", $reader->data['item']['title'][$key] );
$reader->data['item']['title'][$key] = str_replace( "&lt;", "<", $reader->data['item']['title'][$key] );

$_output['news'][$key]['title'] = $reader->data['item']['title'][$key];
$_output['news'][$key]['link'] = $reader->data['item']['link'][$key];
$_output['news'][$key]['description'] = $reader->data['item']['description'][$key];
$_output['news'][$key]['pubdate'] = $reader->data['item']['pubdate'][$key];
}
}


Thank's

narcopolo24
Member

Posted: 25 Nov 2005 11:40:01


Thanks, it's ok now, I will not get news from your server but now I'll can use my control panel.
Thank you very much.

skalinks
Admin

Posted: 26 Nov 2005 00:58:23


You are welcome :)
But, please, visit our site from time to time for cheking about new versions of SkaLinks or some updates.
Thank you!