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)

thartley55 11th July 2018 00:29

Well, since most people know about this place (bvlist), perhaps this should become THE support forums place.
Maybe bvlist can put a couple of the regular contributors to U232 in position to manage the U232 forums (and I don't mean the folks who tried to take over the other forums...which seems to have cause some of the recent butt-hurt over there.).
I'm sure some of the old-timers are on bvlist, and maybe a couple of them would be interested.
After all, it seems bvlist manages to stay online on a more regular basis...lately.
Just my 2-cents, for what it's worth.

HDVinnie 11th July 2018 02:34

weren't the forums there pretty dead anyway?

thartley55 11th July 2018 02:48

Kinda dead, yes.
But...at least they were there, for people to at least try searching for help...and to ask, and hope for a reasonably prompt reply.
And that is the whole point.

TLO 13th July 2018 00:20

Well guys, real life takes over sometimes as most peeps in this game know. Bigjoos and autotron have had a lot going on so the last couple of minths have been up and down. The main guys are still around and hopefully now that things have settled down a little then business should resume. And as for "dead" I beg to differ as the main core of the team are always on hand to help out and answer questions and help when and where available.

Asyou all know comments from certain quarters are always expected making snide comments, but hey why change whats been going on for years!:friend:

Anyways enough of saying whats been said umpteen times by many others,

the forums are back as is the dev site.

Forums: http://u-232forum.servebeer.com/index.php

kami 29th September 2018 12:01

support forums whenever i try login error is same wait 8 seconds between login attempt:cool:

Napon 29th September 2018 17:53

It's OK for me

Joe 30th December 2018 19:10

Not sure why the site died it was on the for front for a tracker site... Sad to see if go but if anyone knows how to get a hold of them let me know..

papad 30th December 2018 20:22

Quote:

Originally Posted by Napon (Post 52589)
It's OK for me

What you mean its ok for you napon? mate the site is down dead as a dodo :mad:

DND 30th December 2018 20:24

Their server melted. They need time to see if they can and will be able to retrive some backups.:coffee:

fanson 13th February 2019 15:33

installation -white page
 
White page :(
http://www.downloadmp3.pl

BlackDrag0n 14th February 2019 00:42

Quote:

Originally Posted by fanson (Post 53261)

The error is displayed on the page "Memcached Extension not loaded."

fanson 14th February 2019 09:04

1 Attachment(s)
installation ok and white page memcache and cache ok

Napon 14th February 2019 11:19

its not new tracker code bigjoos it TBDEV 09 how can you say its new lol:muscle: same code with addons

fanson 14th February 2019 11:34

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




???????????????????

darkalchemy 16th February 2019 10:28

Quote:

Originally Posted by fanson (Post 53264)
installation ok and white page memcache and cache ok

This only shows that you have the php extension installed, not the memcached server.

Code:

sudo apt-get install memcached
Assuming debian or derivatives.

fanson 28th February 2019 06:06

error White page
memcached installed
http://www.chomikboks.pl/signup.php
php 5.6 does not work / php 7.0 does not work
Help me :)

//== DB setup
$INSTALLER09['mysql_host'] = 'localhost';
$INSTALLER09['mysql_user'] = 'xxxxxxxt';
$INSTALLER09['mysql_pass'] = 'xxxxxxx';
$INSTALLER09['mysql_db'] = 'xxxxxx';
//== Cookie setup
$INSTALLER09['cookie_prefix'] = ''; // This allows you to have multiple trackers, eg for demos, testing etc.
$INSTALLER09['cookie_path'] = ''; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$INSTALLER09['cookie_domain'] = ''; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com
$INSTALLER09['domain'] = ' '

thartley55 28th February 2019 06:46

php 5.6 does work, but you need to change the config.php file...first

BEFORE you install, change these four lines in the /install/extra/config.phpsample.php

const REQUIRED_PHP = 70000, REQUIRED_PHP_VERSION = '7.0';
if (PHP_VERSION_ID < REQUIRED_PHP)
die('PHP '.REQUIRED_PHP_VERSION.' or higher is required.');
if (PHP_INT_SIZE < 8)

to read.....

const REQUIRED_PHP = 50000, REQUIRED_PHP_VERSION = '5.0';
if (PHP_VERSION_ID < REQUIRED_PHP)
die('PHP '.REQUIRED_PHP_VERSION.' or higher is required.');
if (PHP_INT_SIZE < 7)

This should work...always has for me...I've never upgraded past php 5.6

NOTE: If you've already installed, I believe you can change the same lines, now in the /include/config.php file.
And this is all assuming you have everything else correctly done as needed.

fanson 28th February 2019 13:07

2 Attachment(s)
still to the same, I installed on php 5.6 and 7.0
see config

Bump: public_html/include/class/class_cache.php on line 72

DND 28th February 2019 14:31

why dont you just enable errors to be displayed and see what is actually going on ?
and btw.. if its a shared hosting server.. then forget about it

fanson 28th February 2019 14:40

display error ->public_html/include/class/class_cache.php on line 72

hosting is not shared

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....

H4CKS0R 19th June 2019 21:25

Support forum
 
Hello i cant Login in the Support Forum. The Login Date is great an the questchen is korrekt but i cant login end not sending e new passwort.... where can help me

mitch 21st June 2019 14:04

same problem for me, even though I changed my pass I can't connect

antimidas 3rd September 2019 23:43

U-232 forums can be reached at
https://u-232.dev/forum/

http://u-232.servebeer.com/forum/ is unstable at times.

Bump:
Quote:

Originally Posted by mitch (Post 53838)
same problem for me, even though I changed my pass I can't connect

most likely was session and cookie issue. forums have been moved to a new server. problems should be resolved

Bump:
Quote:

Originally Posted by mitch (Post 53838)
same problem for me, even though I changed my pass I can't connect

most likely was session and cookie issue. forums have been moved to a new server. problems should be resolved

H4CKS0R 15th September 2019 08:53

Hello i cant login in u232 Forum.the login question are right but i cant login. Where can help

antimidas 15th September 2019 09:51

pm me your info and we will get ya sorted. I don't know your username there

jh0ng 5th January 2020 05:28

I give up.... staffpanel.php is not workng :(

antimidas 8th January 2020 04:32

..

Bump:

dubailive1 10th January 2020 23:35

dev site and forum is down :(

son 11th January 2020 02:44

The U-232 tracker test site, and forum support for it, has been taken offline, because, the individuals that took it over in Mindless' absence, couldn't get any help, server problems, so they closed u-232 tracker and code support forums, but they have renamed it and now saying that it's there own but stipulate that it's based on u-232 code base.


The individuals that did so, hope they come forward with the relevant information moving forward.

dubailive1 11th January 2020 10:12

Sad what happened


All times are GMT +2. The time now is 03:41.

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