Help! Can't change index

Support for IntegraMOD 141

Moderator: Integra Moderator

Help! Can't change index

PostAuthor: Lycanth » Sat Feb 16, 2008 12:52 am

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.tmntrpg.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
fresh install


What was done to try to solve the problem?
tried knowledge base



De.scription and Message

Hi, I'm a relative newbie to all this, but i have a site, and i DID have a frontpage index page etc, but wanted to have integramod instead, so followed all instructions and it works perfectly at its IM141/portal.php

What I have been trying to do is have the portal page show up when people go to my http://www.tmntrpg.com
I tried the two ways suggested by the knowledge base and neither are working. What am I doing wrong?

I got rid of the frontpage info as best i could, but now i'm left with a skeleton page.
Last edited by Lycanth on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Lycanth
Members
Members
 
Posts: 65
Likes: 0 post
Liked in: 0 post
Joined: Mon Nov 12, 2007 6:20 pm
Cash on hand: 0.00
Location: Australia

Re: Help! Can't change index

PostAuthor: Helter » Sat Feb 16, 2008 12:59 am

not sure why your directory is showing instead of the portal. index.html should always load before all other files

Code: Select all
 <HTML><HEAD><META></HEAD><BODY></BODY></HTML>  
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: Help! Can't change index

PostAuthor: Lycanth » Sat Feb 16, 2008 1:26 am

Perhaps i'm putting the file in the wrong spot? I've been putting it in both the root web and in IM141
Last edited by Lycanth on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Lycanth
Members
Members
 
Posts: 65
Likes: 0 post
Liked in: 0 post
Joined: Mon Nov 12, 2007 6:20 pm
Cash on hand: 0.00
Location: Australia

Re: Help! Can't change index

PostAuthor: obiku » Sat Feb 16, 2008 1:50 am

I don't know if you yourself can edit the httpd.conf on your server, but if so,

Look for the line that starts with "DirectoryIndex". I'm for sure you or someone else deleted the index.htm out of that line.

The DirectoryIndex line will tell the apache server which default file will be loaded when entering a site. When I click the link to your site, I see your root with an index.htm. Normaly that index.htm must be loaded by the browser, but that doesn't happen. But when I type you the url to your site with the path to your forum, it automaticly starts the index.php.

So my beliefs are that the index.php is in that line, but the index.htm is not.

Mayby, but I'm not a master in .htaccess, you can put this line in the top of your .htaccess file

Code: Select all
DirectoryIndex index.htm, index.html, portal.php, index.php


That way, the browser will always first load any of these files.
Last edited by obiku on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
http://www.familie-smit.nl
http://portfolio.familie-smit.nl

Do not tsunami my inbox... instead use the forums...
Hard work may not kill me, but why take a chance?

[hr]
User avatar
obiku
Dev Team
Dev Team
 
Posts: 218
Likes: 0 post
Liked in: 0 post
Joined: Tue May 02, 2006 11:22 am
Cash on hand: 0.00
Location: level 8

Re: Help! Can't change index

PostAuthor: .QUACK.Major.Pain » Sat Feb 16, 2008 11:20 am

When you click on your index page, the portal page comes up with a lot of errors.

Warning: Cannot modify header information - headers already sent by (output started at /home/nextinca/public_html/tmntrpg/IM141/includes/auth.php:473) in /home/nextinca/public_html/tmntrpg/IM141/includes/functions.php on line 205

Warning: Cannot modify header information - headers already sent by (output started at /home/nextinca/public_html/tmntrpg/IM141/includes/auth.php:473) in /home/nextinca/public_html/tmntrpg/IM141/includes/page_header.php on line 1156

Warning: Cannot modify header information - headers already sent by (output started at /home/nextinca/public_html/tmntrpg/IM141/includes/auth.php:473) in /home/nextinca/public_html/tmntrpg/IM141/includes/page_header.php on line 1158

Warning: Cannot modify header information - headers already sent by (output started at /home/nextinca/public_html/tmntrpg/IM141/includes/auth.php:473) in /home/nextinca/public_html/tmntrpg/IM141/includes/page_header.php on line 1159


Maybe you changed something during install that should have been left as default?
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: Help! Can't change index

PostAuthor: obiku » Sat Feb 16, 2008 11:29 am

It's even worse now, my Kasparsky antivirus immediately complains about a Trojan on your site
Last edited by obiku on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
http://www.familie-smit.nl
http://portfolio.familie-smit.nl

Do not tsunami my inbox... instead use the forums...
Hard work may not kill me, but why take a chance?

[hr]
User avatar
obiku
Dev Team
Dev Team
 
Posts: 218
Likes: 0 post
Liked in: 0 post
Joined: Tue May 02, 2006 11:22 am
Cash on hand: 0.00
Location: level 8

Re: Help! Can't change index

PostAuthor: .QUACK.Major.Pain » Sat Feb 16, 2008 11:31 am

Actually when I switched from your portal page to forum page, it set off my McAfee too.

Detected: Exploit-IFrame (Trojan)
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: Help! Can't change index

PostAuthor: .QUACK.Major.Pain » Sat Feb 16, 2008 11:35 am

In your ACP>General Admin>Configuration, is the 3rd line,

Script Path: set to /IM141/ ?
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: Help! Can't change index

PostAuthor: CaNNon » Sat Feb 16, 2008 1:33 pm

You can also use the DirectoryIndex command that obiku mentions in your .htaccess file. Order the extensions as you wish them to load first.
Last edited by CaNNon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 12:15 pm
Cash on hand: 0.00

PostAuthor: Lycanth » Sat Feb 16, 2008 4:09 pm

Oh great, what fun. Guess I've been hacked somehow...

Will try deleting the lot and another fresh install. Will let you know how it goes.
Last edited by Lycanth on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Lycanth
Members
Members
 
Posts: 65
Likes: 0 post
Liked in: 0 post
Joined: Mon Nov 12, 2007 6:20 pm
Cash on hand: 0.00
Location: Australia

Re: Help! Can't change index

PostAuthor: CaNNon » Sat Feb 16, 2008 5:56 pm

I don't think you have, most of your stuff is intact you just need to do some redirection to get people to the right place.

everything is at http://www.tmntrpg.com/IM141/portal.php and working for the most part. I'm moving all over your site and not getting any warnings at all, I'm not even finding where a IFrame was used?
Last edited by CaNNon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 12:15 pm
Cash on hand: 0.00

Re: Help! Can't change index

PostAuthor: XHIBIT » Sun Feb 17, 2008 1:08 pm

WOW !, yeah it looks like you'd do better with a fresh install bro
Last edited by XHIBIT on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/LP-ani.gif[/img][/url]
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/ALBUM%203/rabbitbanner.jpg[/img][/url]
[url=http][img=center]http://5thshiftradio.top-site-list.com/images/banners/5thshiftradio.jpg[/img][/url]
User avatar
XHIBIT
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 25, 2007 11:44 am
Cash on hand: 0.00

PostAuthor: Lycanth » Sun Feb 17, 2008 10:37 pm

Thank you all, but think I will just wipe the lot and start from scratch.
Last edited by Lycanth on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Lycanth
Members
Members
 
Posts: 65
Likes: 0 post
Liked in: 0 post
Joined: Mon Nov 12, 2007 6:20 pm
Cash on hand: 0.00
Location: Australia


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]