Home » Support Forums for PMBT 1.X » General Help » setup
| |
| Re: setup [message #1574 is a reply to message #1431] |
Mon, 26 November 2007 17:28   |
lordmat  Messages: 1 Registered: November 2007 |
Leecher |
|
|
i have the same problem with this version -> phpMyBitTorrent-FulMod
what happens?
mysql -version 5.0.44
edit: ive included the install.sql with phpmyadmin to my database and the config_default.sql too.
but ive i open my browser and go to the tracker it comes
phpMyBitTorrent not correctly installed! Ensure you have run setup.php or config_default.sql!!
Is there an Option to switch "install on/off?" 
ive changed the config.php and now it works, but with some bugs/sql erros
First one is one start page.
| Quote: | Error executing SQL Query SELECT torrent_torrents.*, IF(torrent_torrents.numratings < '', NULL, ROUND(torrent_torrents.ratingsum / torrent_torrents.numratings, 1)) AS rating, torrent_categories.name AS cat_name, torrent_categories.image AS cat_pic, U.username, IF(U.name IS NULL, U.username, U.name) as user_name, U.level as user_level FROM torrent_torrents LEFT JOIN torrent_categories ON category = torrent_categories.id LEFT JOIN torrent_users U ON torrent_torrents.owner = U.id WHERE visible = 'yes' AND banned = 'no' AND torrent_torrents.password IS NULL ORDER BY torrent_torrents.evidence DESC, torrent_torrents.added DESC LIMIT 0,;
Error ID: 1064
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
|
The next one is when i want to register me, the default settings of member is 100 but the page said to me
| Quote: | Limmet reached
Sorry, The current user account limit (0) has been reached. Inactive accounts are pruned all the time, please check back again later...
|
something wrong with the database? 
i think the problem is php5 on my server, damn! 
thx in advanced
cheers
lordmat
[Updated on: Mon, 26 November 2007 19:09] Report message to a moderator
|
|
| |
| Re: setup [message #1750 is a reply to message #1431] |
Sun, 03 February 2008 14:02   |
kikokku  Messages: 1 Registered: February 2008 |
Leecher |
|
|
same my problem
i use ii6
php 4.4.6
mysql 4.018
phpMyBitTorrentV1.2.2
can't continue
Creating table rules...
Error executing SQL Query CREATE TABLE `torrent_rules` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `text` text(225) NOT NULL, `public` enum('yes','no') NOT NULL default 'yes', `level` enum('user','premium','moderator','admin') NOT NULL default 'user', PRIMARY KEY (`id`) ) TYPE=MyISAM;
Error ID: 1064
Error Message: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(225) NOT NULL, `public` enum('yes','no') NOT NULL default '
Notice: Undefined property: query_result in D:\setup\phpMyBitTorrentV1.2.2\phpMyBitTorrent\html\setup\ud l\mysql.php on line 206
A fatal error occurred during setup. Please fix the above error and try running Setup again, or refreshing your browser.
Notice: Undefined property: query_result in D:\setup\phpMyBitTorrentV1.2.2\phpMyBitTorrent\html\setup\ud l\mysql.php on line 206
Notice: Undefined property: query_result in D:\setup\phpMyBitTorrentV1.2.2\phpMyBitTorrent\html\setup\ud l\mysql.php on line 154
[Updated on: Sun, 03 February 2008 14:03] Report message to a moderator
|
|
|
| Re: setup [message #1751 is a reply to message #1750] |
Sun, 03 February 2008 15:21   |
|
open html/setup/sql/install-MySQL4.sql
and chang
CREATE TABLE `#prefix#_rules` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`text` text(225) NOT NULL,
`public` enum('yes','no') NOT NULL default 'yes',
`level` enum('user','premium','moderator','admin') NOT NULL default 'user',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
to
CREATE TABLE `torrent_rules` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`text` tinytext NOT NULL,
`public` enum('yes','no') NOT NULL default 'yes',
`level` enum('user','premium','moderator','admin') NOT NULL default 'user',
PRIMARY KEY (`id`)
) TYPE=MyISAM
|
|
|
| Re: setup [message #1846 is a reply to message #1751] |
Wed, 12 March 2008 05:28   |
titanstorm  Messages: 6 Registered: March 2008 Location: Calgary |
Leecher |
|
|
| joeroberts wrote on Sun, 03 February 2008 08:21 | open html/setup/sql/install-MySQL4.sql
and chang
CREATE TABLE `#prefix#_rules` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`text` text(225) NOT NULL,
`public` enum('yes','no') NOT NULL default 'yes',
`level` enum('user','premium','moderator','admin') NOT NULL default 'user',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
to
CREATE TABLE `torrent_rules` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`text` tinytext NOT NULL,
`public` enum('yes','no') NOT NULL default 'yes',
`level` enum('user','premium','moderator','admin') NOT NULL default 'user',
PRIMARY KEY (`id`)
) TYPE=MyISAM
|
Operating system Linux
Service Status Click to View
Kernel version 2.6.9-023stab046.2-smp
Machine Type i686
Apache version 1.3.39 (Unix)
PERL version 5.8.8
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail
Installed Perl Modules Click to View
PHP version 4.4.7
MySQL version 4.1.22-standard-log
cPanel Build 11.18.2-RELEASE 21613
Theme cPanel X v2.6.0
Documentation Click to View
cPanel Pro 1.0 (RC1)
Tried what you suggested and now I get this...
Creating table ratings...OK
Creating table ratiowarn...OK
Creating table ratiowarn_config...OK
Creating table requests...OK
Creating table requist_config...OK
Creating table search_text...
Error executing SQL Query CREATE TABLE `torrent_rules` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `text` tinytext NOT NULL, `public` enum('yes','no') NOT NULL default 'yes', `level` enum('user','premium','moderator','admin') NOT NULL default 'user', PRIMARY KEY (`id`) ) TYPE=MyISAM CREATE TABLE `cdntorrent_search_text` ( `id` int(20) unsigned NOT NULL auto_increment, `text` varchar(25) NOT NULL default '', `hit` int(20) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `text` (`text`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Error ID: 1064
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE `cdntorrent_search_text` ( `id` int(20) unsigned NOT NULL auto_i' at line 12
A fatal error occurred during setup. Please fix the above error and try running Setup again, or refreshing your browser.
[Updated on: Wed, 12 March 2008 05:33] Report message to a moderator
|
|
|
| Re: setup [message #1847 is a reply to message #1846] |
Wed, 12 March 2008 11:45   |
|
CREATE TABLE `torrent_rules` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`text` tinytext NOT NULL,
`public` enum('yes','no') NOT NULL default 'yes',
`level` enum('user','premium','moderator','admin') NOT NULL default 'user',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
sorry forgot the ;
|
|
| |
| Re: setup [message #1849 is a reply to message #1848] |
Thu, 13 March 2008 11:13   |
|
change your setup/steps/4.php with this
<?php
/*
*-------------------------------phpMyBitTorrent--------------------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------ ©2005 phpMyBitTorrent Development Team ------*
*----------- http://phpmybittorrent.com -----------*
*------------------------------------------------------------------------------*
*/
require_once("../include/configdata.php");
require_once("udl/database.php");
function btsqlerror($sql) { //Returns SQL Error
global $db;
$err = Array();
$err = $db->sql_error();
echo "<br />\n";
echo "<font class=\"err\">";
echo _btsqlerror1.$sql;
echo "<br />";
echo _btsqlerror2.$err["code"];
echo "<br />";
echo _btsqlerror3.$err["message"];
echo "</font>";
$db->sql_query("",END_TRANSACTION);
}
echo "<p align=\"center\"><font size=\"5\">"._step4."</font></p>\n";
echo "<p> </p>";
$db = new sql_db($db_host, $db_user, $db_pass, $db_name, $db_persistency);
$can_proceed = true;
$db->sql_query("",BEGIN_TRANSACTION);
echo "<p>"._checkingfiles;
foreach(explode(":","install-".$db_type.":smiles:categories-".$language) as $sqlscript) {
if (!is_readable("sql/".$sqlscript.".sql")) {
$can_proceed = false;
echo "<br /><font class=\"err\">".str_replace("**file**","install-".$db_type.".sql",_step4fnotfound)."</font>";
}
}
if ($can_proceed) echo "<font class=\ok\">OK</font>";
echo "</p>";
#Creating Tables
if ($can_proceed) {
$fp = @fopen("sql/install-".$db_type.".sql","r");
$installscript = "";
while (!feof($fp)) $installscript .= @fgets($fp,1000);
@fclose($fp);
unset($fp);
//echo "<p><textarea rows=\"4\" cols=\"65\">".htmlspecialchars($installscript)."</textarea></p>";
//preg_match_all('/^(?P<query>CREATE TABLE `(?P<table>[\\w]*)`[^;]*;)$/sim', $installscript, $scripts);
$scripts = explode(";",$installscript);
//print_r($scripts);
unset($installscript);
foreach ($scripts as $script) {
if (!preg_match('/^CREATE TABLE `#prefix#_([\\w]*)`[^;]*$/sim', $script, $matches)) continue;
$script .= ";"; //Splitting string removes semicolon
$script = str_replace("#prefix#",$db_prefix,$script);
echo "<p>".str_replace("**table**",$matches[1],_tblcreating);
if (!$db->sql_query($script)) {
$can_proceed = false;
btsqlerror($script);
break;
} else echo "<font class=\"ok\">OK</font>";
echo "</p>\n";
unset($script, $matches);
}
unset($scripts);
}
#Inserting default smileys
if ($can_proceed) {
$fp = @fopen("sql/smiles.sql","r");
$installscript = "";
while (!feof($fp)) $installscript .= @fgets($fp,1000);
@fclose($fp);
unset($fp);
$installscript = str_replace("#prefix#",$db_prefix,$installscript);
//echo "<p><textarea rows=\"4\" cols=\"65\">".htmlspecialchars($installscript)."</textarea></p>\n";
echo "<p>"._installsmiles;
if (!$db->sql_query($installscript)) {
$can_proceed = false;
btsqlerror(substr($installscript,0,100)."..."); //Shorted for better display
} else echo "<font class=\"ok\">OK</font>";
echo "</p>\n";
unset($installscript);
}
#Inserting default Pay-pal
if ($can_proceed) {
$fp = @fopen("sql/pay-pal.sql","r");
$installscript = "";
while (!feof($fp)) $installscript .= @fgets($fp,1000);
@fclose($fp);
unset($fp);
$installscript = str_replace("#prefix#",$db_prefix,$installscript);
//echo "<p><textarea rows=\"4\" cols=\"65\">".htmlspecialchars($installscript)."</textarea></p>\n";
echo "<p>"._installsmiles;
if (!$db->sql_query($installscript)) {
$can_proceed = false;
btsqlerror(substr($installscript,0,100)."..."); //Shorted for better display
} else echo "<font class=\"ok\">OK</font>";
echo "</p>\n";
unset($installscript);
}
if ($can_proceed) {
$fp = @fopen("sql/categories-".$language.".sql","r");
$installscript = "";
while (!feof($fp)) $installscript .= @fgets($fp,1000);
@fclose($fp);
unset($fp);
$installscript = str_replace("#prefix#",$db_prefix,$installscript);
//echo "<p><textarea rows=\"4\" cols=\"65\">".htmlspecialchars($installscript)."</textarea></p>\n";
echo "<p>"._installcategories;
if (!$db->sql_query($installscript)) {
$can_proceed = false;
btsqlerror(substr($installscript,0,100)."..."); //Shorted for better display
} else echo "<font class=\"ok\">OK</font>";
echo "</p>\n";
unset($installscript);
}
if ($can_proceed) {
echo "<p>"._step4complete."</p>";
echo "<p><input type=\"submit\" value=\""._nextstep."\" /></p>\n";
echo "<input type=\"hidden\" name=\"step\" value=\"5\" />\n";
} else {
echo "<p>"._step4failed."</p>";
}
$db->sql_query("",END_TRANSACTION);
$db->sql_close();
?>
|
|
| | | | | |
| Re: setup [message #1858 is a reply to message #1431] |
Sun, 16 March 2008 20:07   |
idolsmasher  Messages: 4 Registered: March 2008 |
Leecher |
|
|
On setup I get another message now:
Error executing SQL Query
INSERT INTO torrent_config (sitename, siteurl, cookiedomain, cookiepath, admin_email, language, welcome_message, announce_text, allow_html, torrent_prefix, torrent_per_page, onlysearch, max_torrent_size, announce_interval, announce_interval_min, dead_torrent_interval, minvotes, time_tracker_update, best_limit, down_limit, torrent_complaints, torrent_global_privacy, disclaimer_check, gfx_check, upload_level, download_level, announce_level, max_num_file, max_share_size, global_min_ratio, autoscrape, min_num_seed_e, min_size_seed_e, allow_backup_tracker, stealthmode, upload_dead, invites_open, invite_only, max_members, auto_clean, free_dl, addprivate, GIGSA, RATIOA, WAITA, GIGSB, RATIOB, WAITB, GIGSC, RATIOC, WAITC, GIGSD, RATIOD, WAITD, version) VALUES .....etc
Error ID: 1146
Error Message: Table '********.torrent_config' doesn't exist
Looks like I need to go back to the original files before the edits to get back to where I was.
[Updated on: Sun, 16 March 2008 20:08] Report message to a moderator
|
|
| |
| Re: setup [message #1860 is a reply to message #1849] |
Wed, 19 March 2008 04:29   |
titanstorm  Messages: 6 Registered: March 2008 Location: Calgary |
Leecher |
|
|
[quote title=joeroberts wrote on Thu, 13 March 2008 04:13]change your setup/steps/4.php with this...
quote]
It worked!! You da MAN... for step 4
Notice: Undefined variable: sub_rewrite_engine in /home/cdntorr/public_html/setup/steps/5.php on line 336
Notice: Undefined variable: sub_minupload_size_file in /home/cdntorr/public_html/setup/steps/5.php on line 361
Notice: Undefined variable: RATIOA in /home/cdntorr/public_html/setup/steps/5.php on line 372
Step 5: phpMyBitTorrent Configuration
Error executing SQL Query
INSERT INTO cdntorr_config (sitename, siteurl, cookiedomain, admin_email, language, welcome_message, announce_text, allow_html, rewrite_engine, torrent_prefix, torrent_per_page, onlysearch, max_torrent_size, announce_interval, announce_interval_min, dead_torrent_interval, minvotes, time_tracker_update, best_limit, down_limit, torrent_complaints, torrent_global_privacy, disclaimer_check, gfx_check, upload_level, download_level, announce_level, max_num_file, max_share_size, global_min_ratio, autoscrape, min_num_seed_e, min_size_seed_e, allow_backup_tracker, stealthmode, upload_dead, invites_open, invite_only, max_members, auto_clean, free_dl, addprivate, GIGSA, RATIOA, WAITA, GIGSB, RATIOB, WAITB, GIGSC, RATIOC, WAITC, GIGSD, RATIOD, WAITD, version) VALUES ('Canadian Bittorrent', 'http://canadiantorrent.com', 'canadiantorrent.com', 'webmaster@canadiantorrent.com', 'english', '', '', 'true', 'false', '', '10', 'false', '0', '300', '0', '1500', '0', '3600', '0', '0', 'false', 'false', 'true', 'true', 'user', 'all', 'all', '0', '0', '0.00', 'true', '0', '0', 'true', 'false', 'false', 'false', 'false', '50000', '600', 'false', 'false', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1.2.1');
Error ID: 1054
Error Message: Unknown column 'torrent_prefix' in 'field list'
Now you have to configure your new phpMyBitTorrent Tracker. The following are all configuration parameters available, that allow you to customize every aspect of the tracker. However, you will need only to make sure that the basic parameters are set correctly. You will always be able to change the settings by logging in as an Administrator into your Config Panel.
Notice: Use of undefined constant _admresetbtn - assumed '_admresetbtn' in /home/cdntorr/public_html/setup/steps/5.php on line 410
It is really weird... I didn't have this issue when I installed the "original" version... then I cleared the server and trying to install the modded version now I am having a lot of issues. Hope it isn't user issue... either way thank you VERY much for your help.
[Updated on: Wed, 19 March 2008 04:35] Report message to a moderator
|
|
| | |
| Re: setup [message #1867 is a reply to message #1862] |
Wed, 19 March 2008 22:49   |
titanstorm  Messages: 6 Registered: March 2008 Location: Calgary |
Leecher |
|
|
Okay, I wiped the server and uploaded the files from a fresh download. First of all, people, make sure you change the permissions on the folder! That was my first mistake :S But, I still get this error without changing anything. I will try your fix for step 4 to see if it makes any difference but I don't think it will. I will wait for the new version and try it.
Step 5: phpMyBitTorrent Configuration
Error executing SQL Query
INSERT INTO cdntorrent_config (sitename, siteurl, cookiedomain, admin_email, language, welcome_message, announce_text, allow_html, torrent_prefix, torrent_per_page, onlysearch, max_torrent_size, announce_interval, announce_interval_min, dead_torrent_interval, minvotes, time_tracker_update, best_limit, down_limit, torrent_complaints, torrent_global_privacy, disclaimer_check, gfx_check, upload_level, download_level, announce_level, max_num_file, max_share_size, global_min_ratio, autoscrape, min_num_seed_e, min_size_seed_e, allow_backup_tracker, stealthmode, upload_dead, invites_open, invite_only, max_members, auto_clean, free_dl, addprivate, GIGSA, RATIOA, WAITA, GIGSB, RATIOB, WAITB, GIGSC, RATIOC, WAITC, GIGSD, RATIOD, WAITD, version) VALUES ('Canadian Bittorrent', 'http://canadiantorrent.com', 'canadiantorrent.com', 'webmaster@canadiantorrent.com', 'english', '', '', 'true', '', '10', 'false', '0', '300', '0', '1500', '0', '3600', '0', '0', 'false', 'false', 'true', 'true', 'user', 'all', 'all', '0', '0', '0.00', 'true', '0', '0', 'true', 'false', 'false', 'false', 'false', '50000', '600', 'false', 'false', '0', '0.00', '0', '0', '0.00', '0', '0', '0.00', '0', '0', '0.00', '0', '1.2.1');
Error ID: 1054
Error Message: Unknown column 'torrent_prefix' in 'field list'
Notice: Use of undefined constant _admresetbtn - assumed '_admresetbtn' in /home/cdntorr/public_html/setup/steps/5.php on line 409
[Updated on: Wed, 19 March 2008 22:52] Report message to a moderator
|
|
| | |
| Re: setup [message #2118 is a reply to message #1431] |
Wed, 18 June 2008 10:36   |
brunix  Messages: 2 Registered: June 2008 |
Leecher |
|
|
(Escuse me for my english, I'm italian...)
Hi, I have these error on step 4, when the automatic setup attempt to installing the database (all setup are OK...).
I have installed the Mod Pack "phpMyBitTorrent-hacks.rar" but this is the result:
Notice: Undefined property: query_result in c:\program files\easyphp1-8\www\brunix-bt\setup\udl\mysql.php on line 206
Controllo file...OK
Creazione della tabella addedrequests...OK
Creazione della tabella admin_forum...OK
Creazione della tabella avps...OK
Creazione della tabella bans...OK
Creazione della tabella blackjack...OK
Creazione della tabella bonus...OK
Creazione della tabella cards...OK
Creazione della tabella casino...OK
Creazione della tabella casino_bets...OK
Creazione della tabella casino_config...OK
Creazione della tabella categories...OK
Creazione della tabella comments...OK
Creazione della tabella comments_notify...OK
Creazione della tabella complaints...OK
Creazione della tabella config...OK
Creazione della tabella countries...OK
Creazione della tabella download_completed...OK
Creazione della tabella faq...OK
Creazione della tabella files...OK
Creazione della tabella filter...OK
Creazione della tabella flashscores...OK
Creazione della tabella lottery_config...OK
Creazione della tabella offers...OK
Creazione della tabella offervotes...OK
Creazione della tabella offres_config...OK
Creazione della tabella online_users...OK
Creazione della tabella paypal...OK
Creazione della tabella peers...OK
Creazione della tabella pollanswers...OK
Creazione della tabella polls...OK
Creazione della tabella privacy_backup...OK
Creazione della tabella privacy_file...OK
Creazione della tabella privacy_global...OK
Creazione della tabella private_messages...OK
Creazione della tabella private_messages_blacklist...OK
Creazione della tabella private_messages_bookmarks...OK
Creazione della tabella ratings...OK
Creazione della tabella ratiowarn...OK
Creazione della tabella ratiowarn_config...OK
Creazione della tabella requests...OK
Creazione della tabella requist_config...OK
Creazione della tabella rules...OK
Creazione della tabella search_text...OK
Creazione della tabella seeder_notify...OK
Creazione della tabella shouts...OK
Creazione della tabella smiles...OK
Creazione della tabella snatched...OK
Creazione della tabella thanks...OK
Creazione della tabella tickets...OK
Creazione della tabella torrents...OK
Creazione della tabella trackers...OK
Creazione della tabella users...OK
Installazione emoticon predefinite...OK
Installazione emoticon predefinite...OK
Creazione delle categorie predefinite...OK
Creating default Offers ConfigsOK
Creating Bonuse SettingsOK
Creating Black Jack CardsOK
Creating default Casino ConfigsOK
Creating Country FlagsOK
Creating default Forum ConfigsOK
Creating default Lottery ConfigsOK
Creating default FAQ'sOK
Creating default RulesOK
L'installazione del database è stata completata con successo. Adesso puoi configurare il tuo tracker in base alle tue preferenze.
Notice: Undefined property: query_result in c:\program files\easyphp1-8\www\brunix-bt\setup\udl\mysql.php on line 206
Notice: Undefined property: query_result in c:\program files\easyphp1-8\www\brunix-bt\setup\udl\mysql.php on line 154
I have this configuration:
Apache 1.3.33 - PHP 4.3.10 - MySQL 4.1.9 - phpMyAdmin 2.6.1
(I've used EasyPHP 1.8 for Windows)
Thanks for anyone help me!
[Updated on: Wed, 18 June 2008 10:45] Report message to a moderator
|
|
| | | |
Goto Forum:
Current Time: Wed Feb 08 12:06:57 GMT 2012
Total time taken to generate the page: 0.00998 seconds
|