Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   phpMyBitTorrent v2.0 (http://www.bvlist.com/showthread.php?t=1042)

joeroberts 28th October 2008 12:04

thanks fixed in release pack

Krypto 29th October 2008 03:15

language/english.php

ADD
PHP Code:

define("_btuserdelete","Delete Account");
define("_btuserban","Ban Account"); 

admin/files/settings.php
Change all occurances of

PHP Code:

minupload_file_size 

TO
PHP Code:

minupload_size_file 


joeroberts 30th October 2008 05:21

Quote:

Originally Posted by Krypto (Post 6017)
language/english.php

ADD
PHP Code:

define("_btuserdelete","Delete Account");
define("_btuserban","Ban Account"); 

admin/files/settings.php
Change all occurances of

PHP Code:

minupload_file_size 

TO
PHP Code:

minupload_size_file 


thanks I well update this as soon as I get a chance!

Krypto 1st November 2008 01:35

1 Attachment(s)
Updated english language files.

joeroberts 1st November 2008 01:40

thanks man well add this to gold release soon as posible

Krypto 1st November 2008 01:58

1 Attachment(s)
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.

joeroberts 1st November 2008 13:56

Ok I have made all changes to release

Krypto 2nd November 2008 02:58

Bug in Offers.

Once someone has made an offer and members have voted, when you click on the votes it produces a blank screen.

joeroberts 2nd November 2008 03:24

in offervotes.php remove
PHP Code:

function get_elapsed_time($ts)
{
  
$mins floor((gmtime() - $ts) / 60);
  
$hours floor($mins 60);
  
$mins -= $hours 60;
  
$days floor($hours 24);
  
$hours -= $days 24;
  
$weeks floor($days 7);
  
$days -= $weeks 7;
  
$t "";
  if (
$weeks)
    return 
"$weeks week" . ($weeks "s" "");
  if (
$days)
    return 
"$days day" . ($days "s" "");
  if (
$hours)
    return 
"$hours hour" . ($hours "s" "");
  if (
$mins)
    return 
"$mins min" . ($mins "s" "");
  return 
"< 1 min";
}
function 
gmtime()
{
    return 
strtotime(get_date_time());
}
function 
get_date_time($timestamp 0)
{
if (
$timestamp)
return 
date("Y-m-d H:i:s"$timestamp);
else
  
$idcookie $_COOKIE['uid'];
  return 
gmdate("Y-m-d H:i:s"time());



Krypto 2nd November 2008 03:26

Thanks, working wonderfully now.


All times are GMT +2. The time now is 00:06.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.