View Full Version : New Version of NBS or update for beta 8
Choas
10-26-2007, 02:45 PM
Hi
when New Version of NBS or update for beta 8 to fix this problems ?
1- Too Slow admin panel (in phpBB and ACP)
2- Ability to find INACTIVED forums in last X days
3-Ability to find most actived dforums
Thanks alot
Derek
10-27-2007, 07:07 PM
It is still being worked on. I hope to have fixed the slow admin panel problem, but am still testing it to make sure it's no longer slow. The thing taking me the longest is the multiple database feature, which I may just push to a later version, since it takes awhile to do.
How should I find the most active forums? Should I go by the forums with the highest post counts? user counts? or something else?
martinxp
10-28-2007, 10:46 AM
Paste to apache virtual server conf:
php_admin_value memory_limit 160M
php_admin_value post_max_size 8M
php_admin_value upload_max_filesize 4M
php_admin_value mysql.allow_persistent Off
php_admin_value mysql.max_links 100
php_admin_value output_buffering 8192
my httpd conf:
<VirtualHost My IP:80>
DocumentRoot "/var/www/multiforum/"
ServerName mydomain.com:80
Redirect /stats http://mydomain/awstats/awstats.pl
CustomLog /usr/local/apache/logs/multi_log combined
php_admin_value max_execution_time 60
php_admin_value max_input_time 60
php_admin_value memory_limit 160M
php_admin_value post_max_size 8M
php_admin_value upload_max_filesize 4M
php_admin_value mysql.allow_persistent Off
php_admin_value mysql.max_links 100
php_admin_value output_buffering 8192
<Directory "/var/www/multiforum">
DirectoryIndex index.php
Options -Indexes
allow from all
AllowOverride All
</Directory>
I`M have 900 forums and ACP is fast.
Sory to my bad english im from Czech Republic.
Choas
10-28-2007, 02:38 PM
It is still being worked on. I hope to have fixed the slow admin panel problem, but am still testing it to make sure it's no longer slow. The thing taking me the longest is the multiple database feature, which I may just push to a later version, since it takes awhile to do.
Thanks,Really thanks,I love NBS for its fast and high support;) :chomp:
[QUOTE=Derek;60438]
How should I find the most active forums? Should I go by the forums with the highest post counts? user counts? or something else?
Ummm... i think you look what technic AMFR uses .... i really havent good idea about it:( baut when i test old versions of AMFR, i think many usefull features than can make NBS better,...really better :nudge:
Paste to apache virtual server conf:
php_admin_value memory_limit 160M
php_admin_value post_max_size 8M
php_admin_value upload_max_filesize 4M
php_admin_value mysql.allow_persistent Off
php_admin_value mysql.max_links 100
php_admin_value output_buffering 8192
my httpd conf:
<VirtualHost My IP:80>
DocumentRoot "/var/www/multiforum/"
ServerName mydomain.com:80
Redirect /stats http://mydomain/awstats/awstats.pl
CustomLog /usr/local/apache/logs/multi_log combined
php_admin_value max_execution_time 60
php_admin_value max_input_time 60
php_admin_value memory_limit 160M
php_admin_value post_max_size 8M
php_admin_value upload_max_filesize 4M
php_admin_value mysql.allow_persistent Off
php_admin_value mysql.max_links 100
php_admin_value output_buffering 8192
<Directory "/var/www/multiforum">
DirectoryIndex index.php
Options -Indexes
allow from all
AllowOverride All
</Directory>
I`M have 900 forums and ACP is fast.
Sory to my bad english im from Czech Republic.
Thanks,really thanks;)
but can you tell me step by step how to "Paste to apache virtual server conf" ? i really don't know anything about how to do this:(
martinxp
10-28-2007, 02:59 PM
Paste to httpd.conf for apache server. If you use webhosting service
paste to .htaccess
php_value max_execution_time 60
php_value max_execution_time 60
php_value max_input_time 60
php_value memory_limit 160M
php_value_value post_max_size 8M
php_value upload_max_filesize 4M
php_value mysql.allow_persistent Off
php_value mysql.max_links 100
php_value output_buffering 8192
If you have own server -- edit httpd.conf or edit php.ini file
Choas
10-28-2007, 03:12 PM
No,i have a normal share host and NBS is installed in my root path ( i mean when you type www.mysite.com NBS is in www.mysite.com)
Can you tell me what should i exactly do ?
Thanks again;)
martinxp
10-29-2007, 07:46 AM
No,i have a normal share host and NBS is installed in my root path ( i mean when you type www.mysite.com (http://www.mysite.com) NBS is in www.mysite.com (http://www.mysite.com))
Can you tell me what should i exactly do ?
Thanks again;)
Code for you .htaccess file:
php_value max_execution_time 60
php_value max_execution_time 60
php_value max_input_time 60
php_value memory_limit 160M
php_value_value post_max_size 8M
php_value upload_max_filesize 4M
php_value mysql.allow_persistent Off
php_value mysql.max_links 100
php_value output_buffering 8192
you hosting must support htaccess file ...
Choas
10-31-2007, 11:02 AM
umm... here is my .httaccess :
#+================================================ ========================+
#|| NBSdesignz Multi-Forums phpBB - Version 1.0.0 Beta 8
#|| -----------------------------------------------------------------------
#|| By NBSdesignz (http://www.nbsdesignz.com)
#|| Copyright © 2006 - 2007 NBSdesignz
#|| This file may not be redistributed in whole or significant part.
#|| --------------------- THIS SCRIPT IS FREEWARE. ------------------------
#|| All copyright notices in this script must stay intact unless
#|| copyright removal has been purchased!
#|| -----------------------------------------------------------------------
#|| Although this script has been tested by us, we are not responsible for
#|| any damage it may cause!
#|| -----------------------------------------------------------------------
#|| $Id: .htaccess 319 2007-01-27 18:24:34Z derek $
#|| Downloaded: Saturday, March 03, 2007 06:42:33
#+================================================ ========================+
# Credits go to Chroder < http://www.chroder.com > for helping me with this part. Thank You Chroder :).
DirectoryIndex index.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ handler.php?_url=$1&%{QUERY_STRING} [L]
RedirectMatch temp ^/$ http://Mysite-NAME.com/index
RewriteCond %{HTTP_HOST} ^Anoter-Addon-in-Mysite-NAME.com$
RewriteRule ^(.*)$ http://Mysite-NAME/Addon-site/ [R=301,L]
when i try put your code last of this code, the folloing error occuring :
nternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@MySite-Name.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.39 Server at MySite-Name.com Port 80
plz edit and put tru code
tnx
martinxp
10-31-2007, 12:25 PM
You server not support change value : php_value ... Its normal for shared hosting..
Martin
DR_GIGGULS
11-21-2007, 02:48 PM
Derek, is this project still alive?
Derek
11-21-2007, 03:20 PM
Yes, it is still alive. I have just been really busy lately with school. I hope to work on it during Thanksgiving break.
Derek
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.