You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 52 guest(s) and 2 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - HTML FRAMES & Actual User Status: Offline ERROR [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Poll :: ¿ Did this help you ?

YES ! Thank god someone figured it out
25%
 25%  [ 1 ]
NO, the problem is still there
75%
 75%  [ 3 ]
MAN, this was already covered,...
0%
 0%  [ 0 ]
Total Votes : 4


Author Message
toniramos
Nuke Soldier
Nuke Soldier


Joined: Jul 09, 2005
Posts: 25


PostPosted: Sat Jul 16, 2005 9:23 pm Reply with quoteBack to top

Hello everyone,

If you are getting this error, and perhaps you are using frames, the problem is that the frame where phpnuke is located is not creating the necessary cookie to allow your users to login.

SO NO MORE LOWERING THE LEVEL DOWN TO 'LOW' in IE,...

Here is the fix for those who use frames and couldn't find the solution elsewhere :

In your frameset file such as this one

Quote:

<html>

<frameset rows="125,*" noresize frameborder=0 border=0 marginwidth=0 marginwidth=0 marginheight=0 >
<frame src="menu" name="top" scrolling=no >
<frame src="cookiesetter.html" name="bottom" >
</frameset>

</html>


I created a redirect file on the bottom frame to redirect the nuke site, instead of loading the nuke site directly.

Here is the code for the redirect file (cookiesetter.html)

Quote:

<!-- to set cookies in using FRAMES in php-nuke. By Anthony Lydick -- >

<script> location.href = 'http://www.yourdomain.com/phpnukepath';
</script>


replace yourdomain.com with your info, and make sure that the cookiesetter is in the same directory and your frameset file.

Pretty dawgarn simple,eh ? Well, I hope that this was helpfull and wasn't already part of some readme file that I overlooked Laughing


Last edited by toniramos on Fri Jul 22, 2005 12:47 am; edited 1 time in total
Find all posts by toniramosView user's profileSend private message
spcx
Nuke Cadet
Nuke Cadet


Joined: Jul 21, 2005
Posts: 4


PostPosted: Thu Jul 21, 2005 7:59 pm Reply with quoteBack to top

hi toniramos,

alright, i've been searching all round for this fix but all of it couldnt work. Your fix might be able to help me!

it's jus that i don't really get what you mean, can you explain in more details, like which file i should open and edit the codes. >.< which one is my frameset file? is it under my themes directory?

grrrr.. and where's the cookiesetter.html ? or u mean i have to add this html file?

any help is much appreciated please, i think u noe how i felt about this, been looking for this fix for weeks! please
Find all posts by spcxView user's profileSend private message
toniramos
Nuke Soldier
Nuke Soldier


Joined: Jul 09, 2005
Posts: 25


PostPosted: Thu Jul 21, 2005 8:28 pm Reply with quoteBack to top

Hi,

Well, first I need to ask you if you are using HTML Frames with your site. In other words, if you have a top frame and a bottom frame and the bottom frame is where you have PHP-NUKE,... Like this :

www.infomoron.com

Let me know
Find all posts by toniramosView user's profileSend private message
spcx
Nuke Cadet
Nuke Cadet


Joined: Jul 21, 2005
Posts: 4


PostPosted: Thu Jul 21, 2005 9:39 pm Reply with quoteBack to top

oh my mistake, i dont think my site has frames. maybe it has i'm just not sure.

www.mash.com.my

you can try logging in with IE, it doesn't work! Sad i feel like crying, been stuck without solutions for so long..
Find all posts by spcxView user's profileSend private message
toniramos
Nuke Soldier
Nuke Soldier


Joined: Jul 09, 2005
Posts: 25


PostPosted: Thu Jul 21, 2005 10:52 pm Reply with quoteBack to top

looks you are using frames. I just copied this from your page's source code :

--------------------



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title></title>
<META NAME="Keywords" CONTENT="Melbourne Shuffle, shuffle, shuffle dance, dance, trance, PLUR, Peace, Love, Unity, Respect, hard trance, NRG, bass, rave, clubbing, Malaysia Rave Culture, Malaysia Events">
<META NAME="Description" CONTENT="MASH - Uniting The Dance">
<script language="JavaScript" src="http://www.registrarads.com/adpopup.php?n=a4327b18&amp;what=zone:12&amp;target=_blank&amp;popunder=1&amp;left=300&amp;top=250"></script>
</head>
<frameset frameborder="0" framespacing="0" border="0" rows="100%,*">
<frame name="MYTOPFRAME" src="http://www.idsign.com.my/~mash/index.php" noresize>
<noframes>
<body>
<h1>Welcome to MASH.COM.MY</h1>
MASH - Uniting The Dance<br>
Melbourne Shuffle, shuffle, shuffle dance, dance, trance, PLUR, Peace, Love, Unity, Respect, hard trance, NRG, bass, rave, clubbing, Malaysia Rave Culture, Malaysia Events<br>
<br>
Click here to enter <a href="http://www.idsign.com.my/~mash/index.php">http://www.idsign.com.my/~mash/index.php</a>
<hr>
| Domain Name Registration and Domain Name Forwarding by <a href="http://www.mydomain.com">mydomain.com - Register your domain name</a>
</body>
</noframes>
</frameset>
</html>


---------------

so, i'll try to brief you in frames a bit

your site is creating only one frame (a top frame) at this line :

<frame name="MYTOPFRAME" src="http://www.idsign.com.my/~mash/index.php" noresize>

so it seems like your root for phpnuke (where you uploaded phpnuke) is :

http://www.idsign.com.my/~mash/

right ?

at your server's file manager, try looking for a file called index.html (not index.php)
Find all posts by toniramosView user's profileSend private message
spcx
Nuke Cadet
Nuke Cadet


Joined: Jul 21, 2005
Posts: 4


PostPosted: Fri Jul 22, 2005 12:24 am Reply with quoteBack to top

hey toniramos,

alright, so basicly what i need to do now is create a cookiesetter.html file with this code

Code:
<!-- to set cookies in using FRAMES in php-nuke. By Anthony Lydick -- >

<script> location.href = 'http://www.mash.com.my';
</script>


is it right? i did a stealth forwarding for mash.com.my to www.idsign.com.my/~mash, so the location.href i set it as the domain name it's alright?

and also adding this line

Code:
<frame src="cookiesetter.html" name="bottom" >


to my index.html, is it correct?
Find all posts by spcxView user's profileSend private message
toniramos
Nuke Soldier
Nuke Soldier


Joined: Jul 09, 2005
Posts: 25


PostPosted: Fri Jul 22, 2005 12:40 am Reply with quoteBack to top

nope

your cookiesetter.html should be something like this :

<!-- to set cookies in using FRAMES in php-nuke. By Anthony Lydick -- >

<script> location.href = 'http://www.idsign.com.my/~mash/index.php';
</script>

which is the direct location of your index.php (the file that loads your phpnuke system)

and the frame line should be something like

<frame name="MYTOPFRAME" src="cookiesetter.html" noresize>

this line shouild replace the following line :

<frame name="MYTOPFRAME" src="http://www.idsign.com.my/~mash/index.php" noresize>

which is found in your fowarder I believe.

Give it a try.

If something doesn't make sense, let me know

if you can connect to my chat on my page (tu chat) www.infomoron.com it would be much easier to help you since I still am not sure about this fowarder you have.
Find all posts by toniramosView user's profileSend private message
toniramos
Nuke Soldier
Nuke Soldier


Joined: Jul 09, 2005
Posts: 25


PostPosted: Fri Jul 22, 2005 12:56 am Reply with quoteBack to top

also you might want to try not to hide the address your fowarder is going to, becuase that also creates problems
Find all posts by toniramosView user's profileSend private message
spcx
Nuke Cadet
Nuke Cadet


Joined: Jul 21, 2005
Posts: 4


PostPosted: Fri Jul 22, 2005 1:08 am Reply with quoteBack to top

hey toni i'm actually in your chatroom, sent you a PM as well.

and also i can't get my index.html file at my nuke folder, i dont think there's one. oh yea i'm using my host's file manager to look it up.
Find all posts by spcxView user's profileSend private message
Ripper613
Nuke Cadet
Nuke Cadet


Joined: Dec 11, 2005
Posts: 1


PostPosted: Sun Dec 11, 2005 2:57 am Reply with quoteBack to top

I am experiencing this issue and I definately am not running frames, here is the source from the home page.

http://di-gaming.com/index.php

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

in php nuke there are many many index files all which = 0 and see nothing called frameset. please fill me in where I should put this cookiesetter html file and which nuke file i should be inserting the code to:

" ISSUE HAS BEEN SOLVED THIS WAY "

It was a simple issue with the DNS Server setting for the domain. Domain was purchased seperate from the hosting and the redirect for the domain was the issue. Was using a redirect instead of changing the DNS addresses, once we changed the DNS addresses the problem went away.

Hope This will help, if you have a domain name seperate from your hosting check your DNS settings.
Find all posts by Ripper613View user's profileSend private message
lord_lethris
Nuke Cadet
Nuke Cadet


Joined: Jan 19, 2006
Posts: 4


PostPosted: Thu Jan 19, 2006 1:14 am Reply with quoteBack to top

Im having the same issue with my site.... I have done the location patch, I have also tried the frames patch found above.

But My site is in frames that have been added by my domain name host (UK2.NET), so i cannot edit them as I am a cheep git and havent paid for DNS management (extra £35). So my domain is being redirected to my hosting server, via frames, so the domain address stays in the address bar, take a look.... --> http://www.Ravens-Lair.co.uk

Any Ideas in fixing the login issue?
Find all posts by lord_lethrisView user's profileSend private message
Poor_Knight
Nuke Cadet
Nuke Cadet


Joined: Nov 08, 2005
Posts: 1


PostPosted: Fri Jan 27, 2006 3:57 pm Reply with quoteBack to top

Ripper613's solution was it for me sort of...I was accessing from a URL that was putting the actual nuked site in a browser frame. If I acess the URL directly I had no problems.

Damn, 'bout time I found the solution Smile

Thanks for the documentatin Very Happy
Find all posts by Poor_KnightView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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 vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.620 Seconds - 301 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::