Quote:
Originally posted by glenvw
I host with VenturesOnline and they claim the mod is installed on my server..
Here is my config file:
<?php
################################################## ############
### vB Easy Archive v2.1 - Released on December 29th, 2002 ###
## Scripts created by Xenon and modified/released by SkuZZy ##
### Copyright info MUST stay on the bottom of all scripts ####
#### Visit http://www.vbulletin.org for updated versions! ####
################################################## ############
// Full PATH to your global.php file
require('/home/yesits/public_html/vbbs/global.php');
// Title of your website/forums... used for <title> tags on most pages
$title="Yes-its-free.Com - Your Highway To The World's Free Stuff!";
// Forums URL - Directory your vbulletin forums are in (NO TRAILING SLASH!)
$forumurl="http://www.yes-its-free.com/vbbs";
// Archive URL - The location of these scripts (NO TRAILING SLASH!)
$archiveurl="http://www.yes-its-free.com/easyarchive";
?>
All paths are right and I still get all white page when I call;
http://www.yes-its-free.com/easyarchive/
|
I had exactly the same problem - had everything installed properly, mod_mime, etc, kept on getting a blank page. In the end I simply used chdir to navigate to the global file instead, and it worked perfectly!