Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Project U-232 (http://www.bvlist.com/showthread.php?t=6342)

DND 28th February 2019 14:47

did you use phpinfo to see if memcache is actual loaded?
memcached and memcache are 2 different things
one is the server and the other is the php extension
p.s in my experience having some sort of control panel screws everything up
you'd better using ssh terminal and do everything manual step by step

fanson 28th February 2019 15:07

https://www.bvlist.com/attachment.ph...1&d=1550127815
memcache and memcached works
class_cache.php on line 72

public function replace_value($Key, $Value, $Duration = 2592000)
{
-->line 72 $StartTime = microtime(true);
$this->replace($this->MemcachePrefix . $Key, $Value, false, $Duration);
$this->Time+= (microtime(true) - $StartTime) * 1000;
}

DND 28th February 2019 15:58

i said actual phpinfo not from panel

fanson 1st March 2019 11:32

1 Attachment(s)
I wrote to Support and they answered me

The memcache / memcached extension for the PHP interpreter can be enabled in the settings of the PHP modules in the DirectAdmin panel.
Currently it is turned on

Bump: I do not have skype

Bump: trigger_error("Cache insert failed for key $Key -- " . $this->getResultCode(), E_USER_ERROR);

darkalchemy 1st March 2019 11:40

Assuming memcached is properly installed, U-232 expects memcached to be available here
Code:

$this->connect('127.0.0.1', 11211);
You should verify that it is in fact available there.

fanson 2nd March 2019 08:06

Quote:

Originally Posted by darkalchemy (Post 53339)
Assuming memcached is properly installed, U-232 expects memcached to be available here
Code:

$this->connect('127.0.0.1', 11211);
You should verify that it is in fact available there.




resigns from this script-
you are recommending a torrent script?

antimidas 13th March 2019 22:05

Quote:

Originally Posted by Napon (Post 53265)
its not new tracker code bigjoos it TBDEV 09 how can you say its new lol:muscle: same code with addons

Same code? Fuck off lololol. Please by all means actually backup your dumbass statement this time. I sure don't see him tryingg to sell other people's code like you

Napon 15th May 2019 08:35

do not download this v5 got more holes and backdoors on it

l3on 15th May 2019 23:47

Quote:

Originally Posted by Napon (Post 53693)
do not download this v5 got more holes and backdoors on it

Please, back your claim where the proof?

antimidas 23rd May 2019 02:04

Quote:

Originally Posted by Napon (Post 53693)
do not download this v5 got more holes and backdoors on it

BWAHAHAHAHAHAHAHAHA!!!!!!!!!!!!!!!! there are no back doors in it ya fool. good try tho....


All times are GMT +2. The time now is 17:42.

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