View Single Post
  #12  
Old 25th August 2013, 22:30
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by pedrodarcos View Post
ok, works, but when you want to download you get this error
_btaccdenied_btnoautherizeddownload
create a user group quest and set the permistions

Quote:
Originally Posted by pedrodarcos View Post
and when register it again show the error for duplicated ip.
this is a safty feature to prevent multible accounts to disable it open user/takeregester.php and find
PHP Code:
        if ($db->sql_numrows($db->sql_query("SELECT * FROM ".$db_prefix."_users WHERE lastip = '".sprintf("%u",ip2long(getip()))."';")) != 0)
                
$errmsg[] = "Duplicate Ip In use"
and remove it
Quote:
Originally Posted by pedrodarcos View Post
also appears _bt everywhere, is there any way to remove it?
you need to creat the missing language vereables.
Best way is to take the english and convert it to the language you want to use
Quote:
Originally Posted by pedrodarcos View Post
About the other problem ERR_CONTENT_DECODING_FAILED with
demonoid.com.co do you think is better to re-install again?
or just to change some files, and which ones.
I am stell waiting on a answer as to what edits you have done to the site.
do you get this erro with the default theme?
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following User Says Thank You to joeroberts For This Useful Post:
pedrodarcos (26th August 2013)