Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   OpenTracker (http://www.bvlist.com/forumdisplay.php?f=125)
-   -   Scenetraffic.org (http://www.bvlist.com/showthread.php?t=8954)

Birkoff 4th March 2013 13:44

Scenetraffic.org
 
NexusPHP moded by me:

http://s11.postimage.org/ei3d0bgkz/Untitled.png

:drink:

gogo999 7th March 2013 07:22

Cool is perfect
 
Work is so well made

However, under the bug and how to solve the bug IMDB Got

Quote:

2 bugs: 1) The "List Unconnectable Users" in admin panel does not work 2) The tracker has problem "There is a minimum announce time of 30s". Hope to fix it in the future

DND 15th March 2013 14:23

download link?

Chez 15th March 2013 15:34

There's no download link... is not for download!

Tones 15th March 2013 21:15

Quote:

Originally Posted by Chez (Post 39974)
There's no download link... is not for download!

will never understand people like you post something like that if not sharing ..... Only way to boast or what?

Chez 16th March 2013 10:25

I tell you what i know, it's not my source and i don't see what's the problem with my post

Phogo 16th March 2013 15:51

Lets hope you fixed the XSS flaws...

Marco 17th July 2013 12:09

i will never understand , those people who shows something, but it not share,
i see many things here , what was only on image, but not the mod, to do we either those , who not so smartass like you.

gogo999 16th August 2013 13:20

Scenetraffic.org File
 
1 Attachment(s)
Is it ...?

danilxd 30th August 2013 01:33

PHP Fatal error: Class 'Memcache' not found in

help plz D:

Generator 30th August 2013 06:01

is memcache extention for php installed?
If not install the proper extention for php-memcache I think it will solve the problem.

BamBam0077 30th August 2013 09:05

for ubuntu servers if memcache not installed:

Code:

apt-get install memcached
Code:

pecl install Memcache
Edit your php.ini:
Code:

vi /etc/php5/apache2/php.ini
Add the following line add the end of the file and seve the changes:
Code:

extension=/usr/lib/php5/20090626+lfs/memcache.so
(or where ever your memcache.so is locateded, if not sure do - updatedb then locate memcache.so)

Code:

service apache2 restart
Code:

service memcached start
Check if memcached is running:
Code:

ps aux | grep memcached
Hope that helps you!

Bump: If windows xp , vista, windows 7 :

Go to your php.ini file usually located in C:/xampp/php/php.ini

add:
Code:

extension=php_memcache.dll
then under it:
Code:

[Memcache] 
memcache.allow_failover = 1 
memcache.max_failover_attempts=20 
memcache.chunk_size =8192 
memcache.default_port = 11211

Then add this to your htdocs/php/ext/:
php_memcache.dll

download link : http://speedy.sh/aQJHG/php-memcache.dll

then add this folder to C drive or your main drive:
http://speedy.sh/Ft5ae/memcached.rar

make sure to unrar it.

now start it via their or you can run this command:
Code:

c:\memcached\memcached.exe -d install
& it should work fine.

I have only tested this on xampp 1.8.1-VC9

good luck!....

gogo999 30th August 2013 12:01

Quote:

Originally Posted by Generator (Post 42443)
is memcache extention for php installed?
If not install the proper extention for php-memcache I think it will solve the problem.

This source error occurs.

NexusPHP: error =>> there is a minimum announce time of 30 seconds

I still can not correct the error

Does anybody know :wallbash::wallbash:

mpx 5th April 2014 11:44

Quote:

Originally Posted by danilxd (Post 42442)
PHP Fatal error: Class 'Memcache' not found in

help plz D:

install Memcache on yours server


All times are GMT +2. The time now is 01:23.

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