Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff
Author Message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Mar 27, 2005 11:32 pm Reply with quote

It's the sportsline.com site that is hanging it.
 
View user's profile Send private message
Sfinxs
Client



Joined: Mar 09, 2005
Posts: 157

PostPosted: Sun Mar 27, 2005 11:34 pm Reply with quote

sorry for wasting yoru time i goooooooooooot iiiiitttttttttttttt!!!!!!!!!!!!!!!!! I scrolled down and saw that the block says modules/rwh_blala/index.php was not found and i realized I didn't name the folder the same as the link. So I fixed it. Thanks Raven, now I can sleep and get up for school tomorrow yihaaaaaaaaaaa!
 
View user's profile Send private message
Raven







PostPosted: Sun Mar 27, 2005 11:38 pm Reply with quote

Smack Bang Head ROTFL
 
ciph3r
Worker
Worker



Joined: Jun 01, 2005
Posts: 178

PostPosted: Fri Jul 28, 2006 11:50 pm Reply with quote

I got 2.3 working. You have to go into your header.php file:

Find this:

echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"backend.php\">\n";
echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
if (file_exists("includes/custom_files/custom_head.php")) {
@include_once("includes/custom_files/custom_head.php");
}

Insert this below the line:
if (file_exists("includes/my_header.php")) {
@include_once("includes/my_header.php");
}

The result should appear like this:

echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"backend.php\">\n";
echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
if (file_exists("includes/custom_files/custom_head.php")) {
@include_once("includes/custom_files/custom_head.php");
}
if (file_exists("includes/my_header.php")) {
@include_once("includes/my_header.php");
}

Then upload the my_header.php file into your includes directory.
Once I did this, 2.3 works.

Can be found here: http://www.clangoat.com/rnuke
 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©