KARAOKE SCENE MAGAZINE ONLINE! - Weird Problem Administrative Comments, Suggestions & Questions Karaoke Scene's Karaoke Forums Home | Contact Us | Site Map  

Karaoke Forums

Karaoke Scene Karaoke Forums

Karaoke Scene

   
  * Login
  * Register

  * FAQ
  * Search

Custom Search

Social Networks


premium-member

Offsite Links


It is currently Mon Jan 06, 2025 1:46 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 35 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Weird Problem
PostPosted: Tue Dec 11, 2007 5:26 pm 
Offline
Extreme Plus Poster
Extreme Plus Poster
User avatar

Joined: Tue Apr 04, 2006 9:24 pm
Posts: 5576
Location: Cocoa Beach
Been Liked: 122 times
I know I could fix the problem easily, given proper access. I would simply log in via the shell, then run:

   grep -rl scrollIt *

in the directory where the PHP files were. That would show me where that script is -- either the calls or the source -- and I would remove that upper part of the page from the template.


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Tue Dec 11, 2007 6:20 pm 
Offline
Extreme Plus Poster
Extreme Plus Poster
User avatar

Joined: Wed Jun 30, 2004 3:43 pm
Posts: 6784
Location: Fort Collins Colorado USA
Been Liked: 5 times
Here is a response I got on the phpBB forum.

Quote:
All I can see is

   message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?

_________________
Join The Karaokle Singers Social Network. Upload Your Music!!


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 5:54 am 
Offline
webmaster
webmaster
User avatar

Joined: Sun Jul 01, 2001 4:00 am
Posts: 2807
Images: 36
Location: Anaheim, Orange County, CA
Been Liked: 122 times
This is what I posted on PHPBB.com regarding this error:

I made the changes - but apparently in FireFox it keeps jumping to the bottom of the page.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr" XMLNS:MYWEBSITE>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="imagetoolbar" content="no">
<meta name="Keywords" content=""><meta name="Description" content=""><meta name="revisit-after" content="20 days"><meta name="author" content="karaokeScene@crosswebtech.com"><meta name="owner" content="webguru@karaokescene.com"><meta name="distribution" content="global"><meta name="robots" content="index, follow"><meta name="abstract" content="Karaoke Scene Karaoke forum">
<link rel="top" href="./index.php" title="All Forums" />
<link rel="search" href="./search.php" title="Search" />
<link rel="help" href="./faq.php" title="" />
<link rel="author" href="./memberlist.php" title="Members" />
<title>Karaoke Scene's Karaoke Forums All Forums</title>

<link rel="stylesheet" href="templates/Karaoke4FM/Karaoke4FM.css" type="text/css">
<LINK REL="SHORTCUT ICON" HREF="images/favicon.ico">
</head>
<body bgcolor='#000000' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script language="Javascript" type="text/javascript">
<!--
function DoInstantMessage(person,screen)
{
   //Check if person has messenger installed
   try{MsgrObj.classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28";}
   catch(e){if(!(e.number && 2148139390) == 2148139390)return;}

   //Check if you are logged in
   if(MsgrObj.MyStatus == 1)
   {
      alert("You are not signed on to MSN Messenger.\nYou must sign on to MSN Messenger before continuing.");
      return;
   }

   //Check if person is already in contact list
   try{var contact = MsgrObj.GetContact(person,"");}
   catch(e)
   {
      if((e.number && 2164261642) == 2164261642) //MSGR_E_USER_NOT_FOUND
      {
         if(confirm("Add "+screen+" to your contact list?")==true)MsgrObj.AddContact(0,person);
      }
   }

   //Ask to send an instant message
   if(confirm("Send "+screen+" an instant message?")==true)MsgrObj.InstantMessage(person);
}

function openRadioPopup()
{
   day = new Date();
   id = day.getTime();
   eval('page' + id + ' = window.open("templates/Karaoke4FM/radio.php", "' + id + '", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300");');
}

startColor = "#FFFFFF";
endColor = "#FF0000";
window.status="Karaoke Scene's Karaoke Forums :: All Forums [ webguru ]"
//-->
</script>
<!-- <script language="JavaScript" type="text/javascript" src="fade.js"></script> -->

<script language="JavaScript" type="text/javascript">
<!--
function prill_launch(url, w, h)
{
   window.name = 'phpbbmain';
   prillian = window.open(url, 'prillian', 'height=' + h + ', width=' + w + ', innerWidth=' + w + ', innerHeight=' + h + ', resizable, scrollbars');
}

if ( 0 )
{
   prill_launch('./imclient.php?mode=4&mode2=1&mode_switch=1', '230', '400');
}

//-->
</script>
Any other suggestions/ideas?

Thanks

==================
I am baffled by this.

mckyj57 - contact me via PM or email (webmaster@karaokescene.com) - I would like to discuss this

_________________
Phill Cross
Webmaster, Host Provider & Part-Time “Technical” Problem Solver

KJ / MC
Image

services provided by:
CROSS WEB TECH


Top
 Profile Personal album Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 7:55 am 
Offline
Extreme Plus Poster
Extreme Plus Poster
User avatar

Joined: Wed Jun 30, 2004 3:43 pm
Posts: 6784
Location: Fort Collins Colorado USA
Been Liked: 5 times
Another clue or confusion factor.. LMAO

In Fire Fox it almost scrolls to the bottom If I hit the up or down arrow It puts my email addy lower right. If I scroll all the way to the bottom dble click on the email addy it goes away then the arrows work and the home and end keys work??????

_________________
Join The Karaokle Singers Social Network. Upload Your Music!!


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 8:27 am 
Offline
Extreme Plus Poster
Extreme Plus Poster
User avatar

Joined: Wed Jun 30, 2004 3:43 pm
Posts: 6784
Location: Fort Collins Colorado USA
Been Liked: 5 times
Ok When I copy and paste  this code from this overall_footer.tpl in to mine I get the same effect

Code:
 <!-- Footer -->
  <td background="../images/light_purple.jpg" width="160"></td>
  <td valign=bottom align=right class="copyright">
  Powered by <a href="http://www.phpbb.com/" target="_blank" class="copyright">phpBB</a>  &copy; 2001, 2005 phpBB Group  <br>

  <iframe src="http://www.karaokescene.com/counter.html" height="0" width="0" scrolling="no" frameborder="0"></iframe>  <a onclick='msgWindow=window.open ("http://www.karaokescene.com/copyright.htm","displayWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=540,height=300"); return false' href="http://www.karaokescene.com/copyright.htm" class="copyright">Copyright</a> © <a href="http://www.karaokescene.com/" class="copyright">Karaoke Scene Magazine</a> All Rights Reserved   <br />
      <a onmouseover="window.status='Creative Websites @ Affordable Prices'; return true;" onmouseout="window.status=''" target="_blank" href="http://www.crosswebtech.com/" class="copyright">website design and hosting by Cross Web Tech</a><a href="http://www.cross-web.com"></a>   <br /><br /> </td>
 </tr>
</table>

_________________
Join The Karaokle Singers Social Network. Upload Your Music!!


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 9:14 am 
Offline
Extreme Plus Poster
Extreme Plus Poster
User avatar

Joined: Wed Jun 30, 2004 3:43 pm
Posts: 6784
Location: Fort Collins Colorado USA
Been Liked: 5 times
With this line deleted it works



<iframe src="http://www.karaokescene.com/counter.html" height="0" width="0" scrolling="no" frameborder="0"></iframe>

_________________
Join The Karaokle Singers Social Network. Upload Your Music!!


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 9:22 am 
Offline
webmaster
webmaster
User avatar

Joined: Sun Jul 01, 2001 4:00 am
Posts: 2807
Images: 36
Location: Anaheim, Orange County, CA
Been Liked: 122 times
I believe you discovered the error...

Great investigative work!

I hope that fixed it  - please try and report your findings.

THANX!

_________________
Phill Cross
Webmaster, Host Provider & Part-Time “Technical” Problem Solver

KJ / MC
Image

services provided by:
CROSS WEB TECH


Top
 Profile Personal album Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 9:26 am 
Offline
Extreme Plus Poster
Extreme Plus Poster
User avatar

Joined: Wed Jun 30, 2004 3:43 pm
Posts: 6784
Location: Fort Collins Colorado USA
Been Liked: 5 times
Whew!!!! LMAO   It works

You are welcome Phil Happy Holidays...

Ollie

_________________
Join The Karaokle Singers Social Network. Upload Your Music!!


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 9:40 am 
Offline
Extreme Plus Poster
Extreme Plus Poster
User avatar

Joined: Tue Apr 04, 2006 9:24 pm
Posts: 5576
Location: Cocoa Beach
Been Liked: 122 times
Great work, Ollie! Persistence -- it's what fixes things.


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 9:43 am 
Offline
webmaster
webmaster
User avatar

Joined: Sun Jul 01, 2001 4:00 am
Posts: 2807
Images: 36
Location: Anaheim, Orange County, CA
Been Liked: 122 times
There was a simple code error with the counter all that for an easy fix - sorry for the problems...

ENJOY!

Happy Holidays!

_________________
Phill Cross
Webmaster, Host Provider & Part-Time “Technical” Problem Solver

KJ / MC
Image

services provided by:
CROSS WEB TECH


Top
 Profile Personal album Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 10:22 am 
Offline
Extreme Plus Poster
Extreme Plus Poster

Joined: Wed Jul 12, 2006 3:26 am
Posts: 7441
Location: New Zealand
Been Liked: 8 times
Well done Ollie  :hug:

_________________
"Be who you are and say what you feel... Because those that matter... Don't mind...And those that mind... Don't matter."
Image


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Wed Dec 12, 2007 11:46 am 
Offline
Advanced Poster
Advanced Poster

Joined: Wed Aug 01, 2007 3:30 am
Posts: 387
Location: NYC
Been Liked: 0 time
Woo-hoo!  It's fixed!

_________________
Image
"I hold the key to an open door....will I ever be free...?"


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Sun Dec 16, 2007 12:51 pm 
Offline
Super Poster
Super Poster
User avatar

Joined: Sun Jul 09, 2006 10:35 am
Posts: 854
Location: Cedar Park, Tx
Been Liked: 1 time
Yep. Works now. Thanks Phil and others for your support.

_________________
The Truth Is Out There


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Sun Dec 16, 2007 11:20 pm 
Offline
Novice Poster
Novice Poster

Joined: Wed Dec 12, 2007 12:09 am
Posts: 13
Location: Scotland
Been Liked: 0 time
thbis is easily fixed my friend  if the page is going all the way down to the bottom just clickan empty place on the page this will fix it if not reinstall latest fire fox problem gone hope this helps karaoke kid


Top
 Profile Singer's Showcase Profile 
 
 Post subject: Re: Weird Problem
PostPosted: Sun Dec 16, 2007 11:21 pm 
Offline
Novice Poster
Novice Poster

Joined: Wed Dec 12, 2007 12:09 am
Posts: 13
Location: Scotland
Been Liked: 0 time
oh never noticed this has been fixed for you thats good news my friend if you need any help give us a shout Im hear karaoke kid


Top
 Profile Singer's Showcase Profile 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 35 posts ]  Go to page Previous  1, 2

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 210 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Powered by phpBB® Forum Software © phpBB Group

Privacy Policy | Anti-Spam Policy | Acceptable Use Policy Copyright © Karaoke Scene Magazine
design & hosting by Cross Web Tech