PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   This topic is locked: you cannot edit posts or make replies.
Author Message
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Tue Nov 04, 2003 7:29 am Reply with quote Back to top

Raven wrote:
I don't believe you ever mentioned that you were on a windows server (IIS 6.0) :YUCK: . .htaccess files will have no effect at all so don't bother wasting your time there.


Are u erferring to the mozilla issue? Confused

Raven wrote:
I assume you have already applied the header() fix too.


What fix? Shocked

Raven wrote:
Anyway, have your host set the permissions on the folders as I explained to allow read/write. If they refuse then I would switch hosts, which I would do anyway to get to a *nix host.


They won't set the permissions on my folder as I want. They have a UNIX+WINDOWS hosting which is quite cheap...

Raven wrote:
Raven Web Hosting would be an excellent choice Smile


I can imagine! It depends non the costs ehehehe You talked about switching hosts. Does this mean that i may have a windows hosting with my provider and a unix one with RWH? Sorry, but I'm quite ignorant... Confused
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Tue Nov 04, 2003 7:44 am Reply with quote Back to top

Header() fix for IIS users, unless MS finally fixed it, requires in Your_Account/index.php
Code:
replace: Header("Location: modules.php
with: Header("Refresh: 0;url=modules.php
Without it, users don't stay logged in. If you are not experiencing any problems then don't worry about it.

If they offer *nix hosting then switch immediately. But, if they will not allow you to have control over the permissions on *nix then truly, they are not a host that serious web sites should use.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Tue Nov 04, 2003 7:55 am Reply with quote Back to top

U're tempting me to buy ur hosting ehehehehe The only thing that prevents me from doing it is my laziness (u know, configuration, etc. ...unless u will take charge of doing the whole job! Very Happy )

Raven wrote:
Header() fix for IIS users, unless MS finally fixed it, requires in Your_Account/index.php
Code:
replace: Header("Location: modules.php
with: Header("Refresh: 0;url=modules.php
Without it, users don't stay logged in. If you are not experiencing any problems then don't worry about it.


I haven't been experiencing any problems. What do u exactly mean by staying logged in?

Raven wrote:
If they offer *nix hosting then switch immediately. But, if they will not allow you to have control over the permissions on *nix then truly, they are not a host that serious web sites should use.


Yes, they offer and I 'll have control over the permissions. But I don't know anything about unix... is any technical expertise required when u have a switchable hosting?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Tue Nov 04, 2003 8:02 am Reply with quote Back to top

Nothing much changes from what you have been doing. You gain more control and have more options available to you under *nix. You can view my hosting packages at
Only registered users can see links on this board!
Get registered or login to the forums!
. I can also customize a package if none of those meet your needs. As to moving your site, yes, I will move it for you.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Tue Nov 04, 2003 8:43 am Reply with quote Back to top

Raven wrote:
You know what? You might try this. In my original instructions, I say this
Code:
Then on or about line 771 comment out this line
$userinfo[user_avatar] = ereg_replace("gallery/","",$userinfo[user_avatar]);
so it should look like this
//$userinfo[user_avatar] = ereg_replace("gallery/","",$userinfo[user_avatar]);
Instead of commenting that line out, modify it to read this
Code:
Then on or about line 771 modify this line
$userinfo[user_avatar] = ereg_replace("gallery/","",$userinfo[user_avatar]);
to read
$userinfo[user_avatar] = ereg_replace("gallery/gallery/","gallery/",$userinfo[user_avatar]);
Let me know if that works.


Do u think I shall try this one? Consider that when I update Your Info, the broken avatar problem displays in the forum (profile and posts). In Nuke everything seems to work properly...

I repeat my last question: what do u exactly mean by staying logged in? I know users are logged in... at least I can see them in Nuke. Often I don't see them in the forum...
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Tue Nov 04, 2003 8:50 am Reply with quote Back to top

The broken avatar is probably a result of a previous entry as I mention on page 1 of this thread. There is cleanup that must be done when using my fix. Make sure you are backing up all your files and tables as I am not responsible for what happens.

If you are receiving a User Offline status even though they are logged in, then you need that fix.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Tue Nov 04, 2003 9:06 am Reply with quote Back to top

Raven wrote:
The broken avatar is probably a result of a previous entry as I mention on page 1 of this thread. There is cleanup that must be done when using my fix. Make sure you are backing up all your files and tables as I am not responsible for what happens.


I think u've found another fix ehehehe Laughing
I applied this fix:

Code:
Then on or about line 771 modify this line
$userinfo[user_avatar] = ereg_replace("gallery/","",$userinfo[user_avatar]);
to read
$userinfo[user_avatar] = ereg_replace("gallery/gallery/","gallery/",$userinfo[user_avatar]);


and i don't get any broken avatar! Wink The only problem is when an avatar is uploaded, but this is due to the server configuration we were talking about...

Quote:
If you are receiving a User Offline status even though they are logged in, then you need that fix.


In Site Info block, I see users online properly logged!
View user's profile Send private message
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Nov 06, 2003 11:13 am Reply with quote Back to top

Whoa Shocked so it seems the fix for the broken avatar has gone a bit muddled in this thread. So what exactly is one to do to fix the broken avatar? I am now having the problem of the repeating /gallery/... thanks for the attention...
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Nov 06, 2003 11:16 am Reply with quote Back to top

I would agree. Morpheus tried that last fix at my suggestion. I am closing this thread and I will summarize what I believe to be the fixes.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:       
Post new topic   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous 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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum