View Single Post
  #86  
Old 1st November 2008, 01:58
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Just some spelling errors & new additions to languages:-

viewsnatches.php
Change
PHP Code:
OpenTable("Snatch Detailles"); 
To
PHP Code:
OpenTable("Snatch Details"); 
viewrequests.php
Change
PHP Code:
if (!$arr_config["enable"])bterror("Requist system is closed, come back later...","Sorry"); 
To
if (!$arr_config["enable"])bterror("Request system is closed, come back later...","Sorry");

poll.php
Change
PHP Code:
echo "You must log in to vote and view the poll"
To
PHP Code:
echo "No Polls"
makepoll.php
Change
PHP Code:
OpenTable("polls"); 
To
PHP Code:
OpenTable(_btmakepoll); 
Replace your admin/items folder with the attached, I just changed the hard coded names to use the language files that were previously attached.

There are still some other files that would need changing to make use of the languages files but I've not managed to get around to them yet.
Attached Files
File Type: rar items.rar (22.1 KB, 2 views)
Reply With Quote