Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #91  
Old 24th February 2018, 21:32
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
what I do wrong...when install ts 1.3.9....then go to login page get this

Click the image to open in full size.
Reply With Quote
  #92  
Old 24th February 2018, 23:32
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
Remove localhost

So it be 127.0.0.1/longin.php and the error will go
Reply With Quote
  #93  
Old 25th February 2018, 00:08
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
Now have this

Quote:
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\xampp\htdocs\include\core.php on line 16
include/functions.php


Code:
set_magic_quotes_runtime(0);
Reply With Quote
  #94  
Old 25th February 2018, 00:45
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
change your php version to lower then 5.3 most likely 5.0
http://php.net/manual/en/migration53.deprecated.php
__________________
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
  #95  
Old 25th February 2018, 01:50
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
Quote:
Originally Posted by joeroberts View Post
change your php version to lower then 5.3 most likely 5.0
http://php.net/manual/en/migration53.deprecated.php
Yes i was going to say thing
Reply With Quote
  #96  
Old 4th March 2020, 23:44
majio majio is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 20
Default
Run this inside docker connecting to a mysql server outside?


FROM ubuntu:trusty
RUN apt-get update -y && apt-get install -y libpng-dev php5 libapache2-mod-php5 php5-mysql php5-curl php5-gd \
php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache memcached php5-mhash php5-ming php5-ps \
php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-json php-apc zlib1g-dev \
mysql-client
FROM php:5-apache
RUN docker-php-ext-install mysql mysqli
RUN apt-get update -y && apt-get install -y libpng-dev
RUN apt-get update && \
apt-get install -y \
zlib1g-dev
RUN docker-php-ext-install mbstring
RUN docker-php-ext-install zip
RUN docker-php-ext-install gd
COPY src/ /var/www/html
EXPOSE 80

Not sure whats missing

Last edited by majio; 5th March 2020 at 00:16.
Reply With Quote
  #97  
Old 25th May 2022, 09:45
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
Thank You <3
Reply With Quote
Reply

Tags
tsse

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 16:40. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.