Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 26th January 2015, 18:03
Vishaal Vishaal is offline
Senior Member
 
Join Date: Jan 2013
P2P
Posts: 16
Default U-232 installation problem
Hello,

I'm trying to install U-232 but getting problem with the installation.
When everything is done installed propally then the website is not loading its opening in blank page.
And also there is no error_log where i can find out what is wrong can anyone help me in this issue.

What is the requirment for U-232?
Reply With Quote
  #2  
Old 26th January 2015, 18:21
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
why don't you tell us what u-232 version and why don't you read the readme file and why don't you have proper configuration knowledge for your server?
display_errors = On @ php.ini for errors
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #3  
Old 26th January 2015, 18:32
Vishaal Vishaal is offline
Senior Member
 
Join Date: Jan 2013
P2P
Posts: 16
Default
Quote:
Originally Posted by DND View Post
why don't you tell us what u-232 version and why don't you read the readme file and why don't you have proper configuration knowledge for your server?
display_errors = On @ php.ini for errors


I have installed V4.
Display_errors = on at php.ini.
all of that readme file is done but still no display on the website
Reply With Quote
  #4  
Old 26th January 2015, 18:39
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
are you sure you have memcached install ? and the php5 memcache extension ?
are you sure you have properly installed the script ? edited the config files yourself ? the installer sometimes i think it wont work.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 26th January 2015, 18:57
Vishaal Vishaal is offline
Senior Member
 
Join Date: Jan 2013
P2P
Posts: 16
Default
Quote:
Originally Posted by DND View Post
are you sure you have memcached install ? and the php5 memcache extension ?
are you sure you have properly installed the script ? edited the config files yourself ? the installer sometimes i think it wont work.
Memcached is proparly installed and the php5.

Well i have installed the script by reading step by step the README so it must be done proparly.
I have checked the config files and all the data is currect there so the installer work good.
Reply With Quote
  #6  
Old 26th January 2015, 19:23
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
so no errors on the site and no errors in the error log from var/log/ ?
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #7  
Old 26th January 2015, 19:51
Vishaal Vishaal is offline
Senior Member
 
Join Date: Jan 2013
P2P
Posts: 16
Default
Quote:
Originally Posted by DND View Post
so no errors on the site and no errors in the error log from var/log/ ?
there is no log in var/log/
Reply With Quote
  #8  
Old 28th January 2015, 04:34
autotron autotron is offline
Senior Member
 
Join Date: Apr 2008
Canada
Posts: 29
Default
create a file called info.php with just this in it
Code:
<?php

phpinfo();

?>
open it in your browser (http://yoursite.com/info.php)
scroll down you should see a section labeled memcache if you dont see it then its not installed correctly, also make sure you followed exactly the chmod instructions.


Reply With Quote
  #9  
Old 28th January 2015, 15:56
Vishaal Vishaal is offline
Senior Member
 
Join Date: Jan 2013
P2P
Posts: 16
Default
Hello,

I got the website working but now by installing the tracker getting error message:
I have copy the 2 files from the XBT dit to Tracker dir but still getting error message

Code:
[root@root Tracker]# ./make.sh
In file included from ../misc/xbt/bt_misc.h:3:0,
                 from ../misc/bt_misc.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/sql_result.h:5:0,
                 from ../misc/xbt/database.h:5,
                 from ../misc/database.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from ../misc/sha1.cpp:32:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/socket.h:6:0,
                 from ../misc/socket.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/sql_query.h:3:0,
                 from ../misc/sql_query.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/shared_data.h:13:0,
                 from ../misc/xbt/xcc_z.h:3,
                 from ../misc/xcc_z.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from config.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from connection.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from server.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from tracker_input.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from transaction.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from XBT Tracker.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
[root@root Tracker]#

How can i solve this?

Bump: Bump:
Quote:
Originally Posted by Vishaal View Post
Hello,

I got the website working but now by installing the tracker getting error message:
I have copy the 2 files from the XBT dit to Tracker dir but still getting error message

Code:
[root@root Tracker]# ./make.sh
In file included from ../misc/xbt/bt_misc.h:3:0,
                 from ../misc/bt_misc.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/sql_result.h:5:0,
                 from ../misc/xbt/database.h:5,
                 from ../misc/database.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from ../misc/sha1.cpp:32:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/socket.h:6:0,
                 from ../misc/socket.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/sql_query.h:3:0,
                 from ../misc/sql_query.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/xbt/shared_data.h:13:0,
                 from ../misc/xbt/xcc_z.h:3,
                 from ../misc/xcc_z.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from config.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from connection.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from server.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from tracker_input.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from transaction.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
In file included from ../misc/sha1.h:22:0,
                 from stdafx.h:22,
                 from XBT Tracker.cpp:1:
../misc/xbt/data_ref.h: In function ‘int eat(str_ref&, char)’:
../misc/xbt/data_ref.h:148:4: error: ‘str_ref’ has no member named ‘pop_front’
../misc/xbt/data_ref.h: In function ‘int try_parse(T&, str_ref)’:
../misc/xbt/data_ref.h:181:14: error: ‘str_ref’ has no member named ‘pop_front’
[root@root Tracker]#

How can i solve this?
^ This issue is fixed now..

I want to change the tracker port can anyone tell me how i can change that??

Last edited by Vishaal; 28th January 2015 at 17:37.
Reply With Quote
  #10  
Old 31st January 2015, 19:02
Joe Joe is offline
Senior Member
 
Join Date: Apr 2010
P2P
Posts: 167
Default
Depends on what port
Reply With Quote
Reply

Tags
installation , problem , u232

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 02:30. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.