Jump to content

waynemac

Members
  • Posts

    147
  • Joined

  • Last visited

Everything posted by waynemac

  1. Gidday, I running phpbb 206 in phpwebsite 0932 and want to add a shoutbox or some other function where registered users can chat online. I had a look and found a few including Prillian. Am wondering how the shoutbox (IM etc) would be displayed...would it be in the phpbb window or another window. Any info appreciated. Wayne in Japan
  2. Thanx for your help last week. I did a back up, then trashed the phpbb folder and untared a new one in place of the old phpbb and wulla!!! all worked well. Fantastic to have things working again. Regards, Wayne Rock Sign
  3. waynemac

    Phpbb2

    Seems my phpBB script has mucked up somewhere. To rectify parse problems etc, is it possible to just trash the current (errored) phpBB folder of files and untar another new in the same location? Databases are all correct. Wayne
  4. Can someone pls tell moi whats going on here? Its been 24H of headaches. All files in place, maybe their content is incorrect? Wayne Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 25 which is -->> include($phpbb_root_path . 'extension.inc'); Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/home/tototon/public_html/phpwebsite/lib/pear/') in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 25 Warning: main(./common.php): failed to open stream: No such file or directory in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 26 which is -->> include($phpbb_root_path . 'common.'.$phpEx); Warning: main(): Failed opening './common.php' for inclusion (include_path='.:/home/tototon/public_html/phpwebsite/lib/pear/') in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 26 Warning: main(./includes/bbcode.php): failed to open stream: No such file or directory in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 27 which is -->> ]include($phpbb_root_path . 'includes/bbcode.'.$phpEx); Warning: main(): Failed opening './includes/bbcode.php' for inclusion (include_path='.:/home/tototon/public_html/phpwebsite/lib/pear/') in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 27 Warning: main(./includes/functions_post.php): failed to open stream: No such file or directory in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 28 which is -->> include($phpbb_root_path . 'includes/functions_post.'.$phpEx); Warning: main(): Failed opening './includes/functions_post.php' for inclusion (include_path='.:/home/tototon/public_html/phpwebsite/lib/pear/') in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 28 Fatal error: Call to undefined function: session_pagestart() in /home/tototon/public_html/phpwebsite/mod/phpBB/posting.php on line 86 which is -->> $userdata = session_pagestart($user_ip, PAGE_POSTING);
  5. Running phpbb206 in phpwebsite 0932. Have now found that when I Show File posting.php I get Not Found The server was not able to find the document (./frontend/x2/files/'%20.%20append_sid() you requested Please check the url and try again. You might also want to report this error to your webhost. ------------------------------------------------------------------------ cpsrvd/9.1.0 Server at to-to-to.net and the file is complete, 100% there. But when I do Edit posting.php the bottom is missing and slowly disappears when I Edit -> Save. Anyone know how to load this? Also, my CPanel has changed from the old to CP 8 in the last few minutes. Maybe Server 53 is has a hangover. Could someone in Tech pls look into it? Wayne needs a beer...no smilies? woooot
  6. Gidday, been posting in HTML forum. I have found that when I open a file (posting.php) and save it then reopen it that a few lines of the bottom have disappeared. The more I open (click edit) and save the more that gets eaten. Running phpbb206 in phpwebsite 0932. Have now found that when I Show File posting.php I get Not Found The server was not able to find the document (./frontend/x2/files/'%20.%20append_sid() you requested Please check the url and try again. You might also want to report this error to your webhost. ------------------------------------------------------------------------ cpsrvd/9.1.0 Server at to-to-to.net and the file is complete, 100% there. But when I do Edit posting.php the bottom is missing and slowly disappears when I Edit -> Save. Anyone know how to load this? Maybe Server 53 is has a hangover. Could someone in Tech pls look into it? Wayne needs a beer...no smilies? Regards, Wayne
  7. Raul, thanx for your posting. I have done everything...deleted, emptied trash and uploaded. Have overwritten. Have deleted contents of file and copy/pasted. But no good. I put in a ticket and got reply that they upgraded my cpanel. I then tried all I know again but no luck. Have even restarted computer, turned off/on modem...no luck. The file I am using on my desktop is complete. Have copy/pasted it into another text doc and its complete. Seems that there is a restriction to the length of the .php file length. When I open the server posting.php and try and copy and paste I get a no go beep. I even add space with return and add above there but no luck. Have sent posting.php to helpdesk and asked them to add it for me. Am worried that if I edit other files they may be eaten too. Heeeeelllllppppppp someone...all will be well. Wayne
  8. Doug, thanx for your suggestion. I had the posting.php open and saved it. Then opened again to see any changes...part was missing. Then saved open file and reopened several times and parts kept disappearing...its getting smaller everytime I open and save. I copy/pasted to main file...uploaded/overwrite and still bottm part missing. This is wild. What to do???? Wayne
  9. Trying to add to my previous posting after computer restart... This is what I appear to be missing from my phpbb2 posting.php file: // // Output the data to the template // $template->assign_vars(array( 'USERNAME' => $username, 'SUBJECT' => $subject, 'MESSAGE' => $message, 'HTML_STATUS' => $html_status, 'BBCODE_STATUS' => sprintf($bbcode_status, '<a href="' . append_sid("faq.$phpEx?mode=bbcode") . '" target="_phpbbcode">', '</a>'), 'SMILIES_STATUS' => $smilies_status, 'L_SUBJECT' => $lang['Subject'], <-----From here---- 'L_MESSAGE_BODY' => $lang['Message_body'], 'L_OPTIONS' => $lang['Options'], 'L_PREVIEW' => $lang['Preview'], 'L_SPELLCHECK' => $lang['Spellcheck'], 'L_SUBMIT' => $lang['Submit'], 'L_CANCEL' => $lang['Cancel'], 'L_CONFIRM_DELETE' => $lang['Confirm_delete'], 'L_DISABLE_HTML' => $lang['Disable_HTML_post'], 'L_DISABLE_BBCODE' => $lang['Disable_BBCode_post'], 'L_DISABLE_SMILIES' => $lang['Disable_Smilies_post'], 'L_ATTACH_SIGNATURE' => $lang['Attach_signature'], 'L_NOTIFY_ON_REPLY' => $lang['Notify'], 'L_DELETE_POST' => $lang['Delete_post'], 'L_BBCODE_B_HELP' => $lang['bbcode_b_help'], 'L_BBCODE_I_HELP' => $lang['bbcode_i_help'], 'L_BBCODE_U_HELP' => $lang['bbcode_u_help'], 'L_BBCODE_Q_HELP' => $lang['bbcode_q_help'], 'L_BBCODE_C_HELP' => $lang['bbcode_c_help'], 'L_BBCODE_L_HELP' => $lang['bbcode_l_help'], 'L_BBCODE_O_HELP' => $lang['bbcode_o_help'], 'L_BBCODE_P_HELP' => $lang['bbcode_p_help'], 'L_BBCODE_W_HELP' => $lang['bbcode_w_help'], 'L_BBCODE_A_HELP' => $lang['bbcode_a_help'], 'L_BBCODE_S_HELP' => $lang['bbcode_s_help'], 'L_BBCODE_F_HELP' => $lang['bbcode_f_help'], 'L_EMPTY_MESSAGE' => $lang['Empty_message'], 'L_FONT_COLOR' => $lang['Font_color'], 'L_COLOR_DEFAULT' => $lang['color_default'], 'L_COLOR_DARK_RED' => $lang['color_dark_red'], 'L_COLOR_RED' => $lang['color_red'], 'L_COLOR_ORANGE' => $lang['color_orange'], 'L_COLOR_BROWN' => $lang['color_brown'], 'L_COLOR_YELLOW' => $lang['color_yellow'], 'L_COLOR_GREEN' => $lang['color_green'], 'L_COLOR_OLIVE' => $lang['color_olive'], 'L_COLOR_CYAN' => $lang['color_cyan'], 'L_COLOR_BLUE' => $lang['color_blue'], 'L_COLOR_DARK_BLUE' => $lang['color_dark_blue'], 'L_COLOR_INDIGO' => $lang['color_indigo'], 'L_COLOR_VIOLET' => $lang['color_violet'], 'L_COLOR_WHITE' => $lang['color_white'], 'L_COLOR_BLACK' => $lang['color_black'], 'L_FONT_SIZE' => $lang['Font_size'], 'L_FONT_TINY' => $lang['font_tiny'], 'L_FONT_SMALL' => $lang['font_small'], 'L_FONT_NORMAL' => $lang['font_normal'], 'L_FONT_LARGE' => $lang['font_large'], 'L_FONT_HUGE' => $lang['font_huge'], 'L_BBCODE_CLOSE_TAGS' => $lang['Close_Tags'], 'L_STYLES_TIP' => $lang['Styles_tip'], 'U_VIEWTOPIC' => ( $mode == 'reply' ) ? append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&postorder=desc") : '', 'U_REVIEW_TOPIC' => ( $mode == 'reply' ) ? append_sid("posting.$phpEx?mode=topicreview&" . POST_TOPIC_URL . "=$topic_id") : '', 'S_HTML_CHECKED' => ( !$html_on ) ? 'checked="checked"' : '', 'S_BBCODE_CHECKED' => ( !$bbcode_on ) ? 'checked="checked"' : '', 'S_SMILIES_CHECKED' => ( !$smilies_on ) ? 'checked="checked"' : '', 'S_SIGNATURE_CHECKED' => ( $attach_sig ) ? 'checked="checked"' : '', 'S_NOTIFY_CHECKED' => ( $notify_user ) ? 'checked="checked"' : '', 'S_TYPE_TOGGLE' => $topic_type_toggle, 'S_TOPIC_ID' => $topic_id, 'S_POST_ACTION' => append_sid("posting.$phpEx"), 'S_HIDDEN_FORM_FIELDS' => $hidden_form_fields) ); // // Poll entry switch/output // if( ( $mode == 'newtopic' || ( $mode == 'editpost' && $post_data['edit_poll']) ) && $is_auth['auth_pollcreate'] ) { $template->assign_vars(array( 'L_ADD_A_POLL' => $lang['Add_poll'], 'L_ADD_POLL_EXPLAIN' => $lang['Add_poll_explain'], 'L_POLL_QUESTION' => $lang['Poll_question'], 'L_POLL_OPTION' => $lang['Poll_option'], 'L_ADD_OPTION' => $lang['Add_option'], 'L_UPDATE_OPTION' => $lang['Update'], 'L_DELETE_OPTION' => $lang['Delete'], 'L_POLL_LENGTH' => $lang['Poll_for'], 'L_DAYS' => $lang['Days'], 'L_POLL_LENGTH_EXPLAIN' => $lang['Poll_for_explain'], 'L_POLL_DELETE' => $lang['Delete_poll'], 'POLL_TITLE' => $poll_title, 'POLL_LENGTH' => $poll_length) ); if( $mode == 'editpost' && $post_data['edit_poll'] && $post_data['has_poll']) { $template->assign_block_vars('switch_poll_delete_toggle', array()); } if( !empty($poll_options) ) { while( list($option_id, $option_text) = each($poll_options) ) { $template->assign_block_vars('poll_option_rows', array( 'POLL_OPTION' => str_replace('"', '"', $option_text), 'S_POLL_OPTION_NUM' => $option_id) ); } } $template->assign_var_from_handle('POLLBOX', 'pollbody'); } // // Topic review // if( $mode == 'reply' && $is_auth['auth_read'] ) { require($phpbb_root_path . 'includes/topic_review.'.$phpEx); topic_review($topic_id, true); $template->assign_block_vars('switch_inline_mode', array()); $template->assign_var_from_handle('TOPIC_REVIEW_BOX', 'reviewbody'); } $template->pparse('body'); include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ?> Any ideas why end of file is missing, why I cant upload new file, why I cant copy/paste to the .php file? Wayne
  10. Gidday, I seem to have lost part of my posting.php file in phpBB2. The bottom section is missing. I have tried to upload from orig file on my PC. Tried copy and paste of section but no go. This is what I have: *******Ummmm, posted here but most of posting gone******** Maybe computer paste function problem.....bugger. Disregard for now. Wayne
  11. <META NAME="sorry" CONTENT="Buy me a beer"> Rock Sign
  12. Now that was good. What would have happened on the Apple side? Wayne
  13. Replying to my post but fixed problem...trashed cookies and all is well. Wayne
  14. Got the following...wondering if something happening on Server 53? Looked thru Status etc and see that that server is alive. Message read... Access Denied If your browser does not support HTTP Authentication, please use this form: Username: Password: Login. Wayne
  15. Thanx Bruce...will work on getting a trace root done. Wayne
  16. PS, I sent emails to people concerned whom cant see website regarding if they just cant see or are getting error messages. Havent had any replies as of now. Regards, Wayne
  17. Hi Bruce, thanx for your help. Somehow I dont think the people concerned are up to opening DOS windows and doing traceroots etc. I got a DNS health report from Men and Mice website as follows... DNS Expert Report for to-to-to.net. Generated Mar 16, 2004 - 18:32:16 ====================================================================== Information ---------------------------------------------------------------------- Serial number: 2004010800 Primary name server: ns1.totalchoicehosting.com. Primary mail server: to-to-to.net. Number of records: 8 (2 NS, 1 MX, 3 A, 2 CNAME, 0 PTR, 0 Other) Number of errors: 2 Number of warnings: 2 Errors ---------------------------------------------------------------------- o The reverse record "78.82.247.63.in-addr.arpa." does not refer to the host "to-to-to.net." [1144:2] The reverse record "78.82.247.63.in-addr.arpa." refers to "server53.totalchoicehosting.com.", but it should refer to "to-to-to.net.". o The reverse record "78.82.247.63.in-addr.arpa." does not refer to the host "ftp.to-to-to.net." [1144:2] The reverse record "78.82.247.63.in-addr.arpa." refers to "server53.totalchoicehosting.com.", but it should refer to "ftp.to-to-to.net.". Warnings ---------------------------------------------------------------------- o The zone contains more than one A record with the address 63.247.82.78 [2572:1] There is more than one A record in the zone with the IP address 63.247.82.78. o There is only one MX record in the zone [2585:1] The zone contains only one MX record. This will cause mail delivery problems if the primary mail server becomes unavailable. For safety purposes, there should be two or more mail servers for every zone, the extra mail servers being used as backup (secondary) servers for the primary server. ---------------------------------------------------------------------- end of report Also, I did a check on dnsreport.com and got some Warnings but it appears these dont need to be worked. Only Fail warnings do. May I ask you to have a look and see what you think? http://www.dnsreport.com/tools/dnsreport.c...in=to-to-to.net May this be a TCH.com side situation that need rectifying? Thanx again, Wayne
  18. Hmmm DNS...I know what it is etc but how would one remedy the problem? Wayne
  19. I opened my CP maybe 2 days ago to find the X or X2 CP in place and was presently suprised. But now when I open CP its returned back to the old version. Im on server 53. Why the revert? Wayne
  20. Thanx again for the feed back all. Awesome I just checked my html source from the browser and found the following large white space at the top... ---------page starts here------- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </title>...... Guess this may be the problem? If so, where would I edit this out? Wayne Thumbs Up
  21. Hi all, thanx for the quick replies. Greatly appreciated. BTW, they didnt say whether they got error messages. Just said `cant see`. I will check with them and see what they are seeing. I checked awstats and got the following error report: HTTP Error codes* Hits Percent Bandwidth 404 Document Not Found 964 62 % 0 302 Moved temporarily (redirect) 461 29.6 % 48.78 KB 301 Moved permanently (redirect) 112 7.2 % 35.61 KB 206 Partial Content 17 1 % 474.88 KB Does this tell us something? Thanx again. Wayne Rock Sign
  22. Gidday all, have had a few emails from users saying that they cant see my website. They are both using Windows XP. My other users - Windows and Mac can see site. Anyone know why some can see my site and others cant? My site is here, www.to-to-to.net. Your help greatly appreciated. If Im posting in the wrong forum, pls move to correct place. Wayne
  23. Just wondering why my original postring has a pinned envelope as the icon? Whats the meaning? Wayne
  24. Thanx Scott. Looking forward to being here for a while...and summer coming. Wayne
  25. Hi guys, thanx for the awesome hosting and support services you provide. Intend to be here for a long time... Here`s my info for you: 1. www.to-to-to.net 2. Fukuoka Chat and Information 3. English language chat and information website for Fukuoka, Japan. Includes : calendar, classifieds, forums, restaurant-shop-other guides, realtime Japan news, photos, polls, realtime weather, web links and more. Users submissions of events, news, photos, web links are always welcome. Free registration. 4. Link to TCH is at bottom of front page. Thanx again for everything...especially with getting this baby up and running. Keep up the great work you end, and we`ll try to our end. Wayne
×
×
  • Create New...