The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Shout Box Install Problems
Hi,
I downloaded the shout box from vbulletin forums "vbulletin 3.7 shoutbox 1.0" and have upoloaded the files in root of my forum, imported tables to mysql, edited the forumhome file as following: Code:
<head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar <if condition="$show['guest']"> <!-- guest welcome message --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="150" width="100%" align="center"> <tr> <td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td> </tr> <tr> <td class="alt1"> <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase> </td> </tr> </table> <!-- / guest welcome message --> <br /> </if> <div style="width: 100%;"> <iframe src="shoutbox.php" width="100%" height="150" frameborder="no" scrolling="yes" style="overflow-x: hidden;"></iframe> </div> <br /> <!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> I have added the whole code from beginning and end codes as well because i do not know much codes so if there is some mistake in codes please point out. Now on the main page just beneath the logo, it says: Code:
Not Found The requested URL /forums/shoutbox.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Please guide as to what i am doing wrong and how should i enable the shoutbox? I am running vbulletin 3.7.3 PL1. my website is www.familybunker.com Thank you Regards |
#2
|
|||
|
|||
Try changing filepath from shoutbox.php to ./shoutbox.php
And look for shoutbox.php in your /forums/ directory. If server says it can't find it, the file does not exist, and that's for sure. |
#3
|
|||
|
|||
i am sorry luki, but can you please guide me how to do this?
|
#4
|
|||
|
|||
If you have questions regarding a custom modification/style you should post in the modification/style thread (or site/board) from which you downloaded it. The author (and/or other users) of the custom modification/style will be the ones best placed to provide you with assistance.
If you are the only one with that modification that is getting the error it seems you haven't uploaded the files to the correct place or you haven't uploaded them at all. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|