May 23, 2012, 17:08:56 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
Pages: [1]
  Print  
Author Topic:

sitemaps.php

 (Read 1751 times)
0 Members and 1 Guest are viewing this topic.
IKShadow
Jr. Member
**

Points: 0
Offline Offline

Posts: 23


« on: December 12, 2006, 16:26:37 »

For what is it ?

If I open it in Firefox:
[code]
Array ( [user] => Array ( [id] => 1 [is_logged] => 1 [is_guest] => [is_admin] => 1 [is_mod] => [username] => IKShadow [language] => slovenian-utf8 [email] => ikshadow@gmail.com [name] => IKShadow [smiley_set] => default [messages] => 7 [unread_messages] => 0 [popup_messages] => [avatar] => Array ( [href] => http://www.razprave.com/index.php?action=dlattach;attach=63;type=avatar [image] =>  ) [total_time_logged_in] => Array ( [days] => 3 [hours] => 18 [minutes] => 19 ) ) [linktree] => Array (
  • => Array ( [url] => http://www.razprave.com/index.php [name] => razprave.com ) ) [html_headers] => [menu_separator] => [session_id] => 5b030ad1c393dc6927086da6b975cf36 [forum_name] => razprave.com [current_action] => [current_subaction] => [server] => Array ( [is_iis] => [is_apache] => 1 [is_cgi] => [is_windows] => [iso_case_folding] => [complex_preg_chars] => 1 [needs_login_fix] => ) [browser] => Array ( [is_opera] => [is_opera6] => [is_opera7] => [is_opera8] => [is_ie4] => [is_safari] => [is_mac_ie] => [is_web_tv] => [is_konqueror] => [is_firefox] => 1 [is_firefox1] => [is_firefox2] => 1 [is_gecko] => 1 [is_ie7] => [is_ie6] => [is_ie5.5] => [is_ie5] => [is_ie] => [needs_size_fix] => 0 [possibly_robot] => ) [template_layers] => Array (
  • => main ) [character_set] => UTF-8 [utf8] => 1 [right_to_left] => [tabindex] => 1 [news_lines] => Array (
  • => 11.12.2006 Te
Logged


TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #1 on: December 13, 2006, 02:02:34 »

Sorry I left some debugging code there. Please search in sitemaps.php after print_r and removeit.

Regards
Logged

IKShadow
Jr. Member
**

Points: 0
Offline Offline

Posts: 23


« Reply #2 on: December 13, 2006, 05:35:58 »

Sorry I left some debugging code there. Please search in sitemaps.php after print_r and removeit.

Regards

This part ?

print_r($context);
$old_level=error_reporting(0);
$request = db_query("SELECT id,subject FROM {$db_prefix}tp_articles", __FILE__, __LINE__);
$articles = array();
while ($row = mysql_fetch_assoc($request))
{
    $articles[] = array('id'=>$row['id'],'subject'=>$row['subject']);
}
mysql_free_result($request);
error_reporting($oldlevel);
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #3 on: December 13, 2006, 05:41:13 »

only print_r(xxxx);

New version is uploaded. Check that version.

Regards
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Valid XHTML 1.0! Valid CSS!