Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
View Poll Results: NEW tracker source: Project U-232
I will give it a try 440 77.33%
No, i`m using another source 72 12.65%
XAM is my hero, i`m sticking to Template Shares 57 10.02%
Voters: 569. You may not vote on this poll

Closed Thread
  #311  
Old 14th July 2014, 13:27
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
I am id=1... And also I'm SysOP. Still can't access it!
__________________
* Ubuntu Linux User since 2009 *

Last edited by DooM; 14th July 2014 at 14:38.
  #312  
Old 14th July 2014, 15:11
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
seems you have a lot of errors from a perfect good working source.
what is your server/webserver config?
the source should work from the start without problems

its the last rev from github ?
__________________
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)
  #313  
Old 14th July 2014, 15:46
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
Ive solved my problems... Sorry for bothering you so much time! The solution was, after editing that staff_pin, to reboot the VPS (ubuntu based). Now everything works perfectly! Thank you!
__________________
* Ubuntu Linux User since 2009 *
  #314  
Old 14th July 2014, 19:51
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
restarting server a.k.a flushing memcache
__________________
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)
  #315  
Old 15th July 2014, 11:35
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
Quote:
Originally Posted by DND View Post
restarting server a.k.a flushing memcache
In my case, flushing memcache didn't solve the problem... And right now, after editing a page, I must restart apache2 to make that visible. I don't know why!
__________________
* Ubuntu Linux User since 2009 *
  #316  
Old 15th July 2014, 17:52
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Talking flush all memcache
@DooM
SSH

LONGIN WITH ROOT PASSWORD

ENTER USER NAME

Use the following command to flush all data

Code:
echo "flush_all" | nc 127.0.0.1 11211
Or

Code:
echo "stats" | nc 127.0.0.1 11211
Or RUN BOTH OF THEM,

sometimes the flush on site not working sometimes so you have to go into the ssh to flush the site, logout site to to run above , make sure your using putty to run the above

And one more thing did you 0777 all the folders in root you have too 0777 the main site folder so on httpdocs then on the site folder to 0777
  #317  
Old 15th July 2014, 18:05
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
I have tried

Code:
echo "flush_all" | nc 127.0.0.1 11211
but this didn't helped me!

I've chmoded the main root folder to 777 and all the files and folders from the readme doc.

Right now my tracker runs smoothly on Ubuntu 12.04 LTS.
__________________
* Ubuntu Linux User since 2009 *
  #318  
Old 19th July 2014, 14:44
autotron autotron is offline
Senior Member
 
Join Date: Apr 2008
Canada
Posts: 29
Default
Quote:
Originally Posted by DooM View Post
I have tried

Code:
echo "flush_all" | nc 127.0.0.1 11211
but this didn't helped me!

I've chmoded the main root folder to 777 and all the files and folders from the readme doc.

Right now my tracker runs smoothly on Ubuntu 12.04 LTS.
that does not work as efficiently as this, create a new file called what ever you want and upload to root
Code:
<?php

/**
 * @author autotron
 * @copyright 2010
 */
 //clear cache
$memcache = new Memcache;
    $memcache->connect("localhost",11211);
    $memcache->flush();
    //print_r($memcache->getStats());
header("Location: {$INSTALLER09['baseurl']}/index.php");
?>
run this to clear cache more effectively
The Following User Says Thank You to autotron For This Useful Post:
DooM (19th July 2014)
  #319  
Old 23rd July 2014, 11:46
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
I'm trying to recover my password on U232-V3. I'm entering my email address, then I click on the symbol, then I'm entering my secret answer, clicking Next, and after I'm filling those fields with my new password and clicking "Change it!", I'm getting this error:

Code:
invalid hash
What can I do? What's wrong?
__________________
* Ubuntu Linux User since 2009 *
  #320  
Old 23rd July 2014, 18:24
GameMaster GameMaster is offline
Elite
 
Join Date: Jun 2013
United Kingdom
Posts: 55
Default
guess not everyone knows how to do shit, how about you go over to they're support forums and get the help required there.. I mean, there is more coders and people who want to help one and another... guess not everyone can think the same tho eh!!!!!!!!!!!!!!!
Closed Thread

Tags
project , project u232 , torrents tracker , 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 22:18. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.