PDA

View Full Version : Before starting a ticket read here!


blank
11-08-2006, 01:22 PM
One of the first things we'll need to take a look at is your variables ;)

Create a file called vars.php and add ONLY this information to it:
<?php
require_once("config.php");

echo "<br>Site Title: $site_title";
echo "<br>Site URL: $site_url";
echo "<br>Latest Games number: $number_of_latest_games";
echo "<br>Most popular number: $number_of_most_popular_games";
echo "<br>Google ID: $googleid";
echo "<br>Cache Update: $cache_update";
echo "<br>Email: $admin_address";
echo "<br>SEO: $seo_support";
echo "<br>Cookie time: $cookie_time";
echo "<br>Dropdown limit: $dropdown_limit <br>";
phpinfo();
?>Upload it to your server and with each support ticket post a link to this! It will save us a considerable amount of time asking questions.

Having problems with images?
http://www.fastfreemedia.com/forums/showthread.php?t=38

Site Name not showing up?
http://www.fastfreemedia.com/forums/showthread.php?t=44