[tools] update.script

Do you like use update.script ?

  • yes, all time

    Votes: 221 69.1%
  • no, some time

    Votes: 44 13.8%
  • some time

    Votes: 55 17.2%

  • Total voters
    320
dear roly if you feel your server or isp blocked by web for host server,
just send mail to support @ web4host.net with your ip :)

Wael

hi wael, thanks for the reply. all is working fine now, it was only a temporary problem, earlier today not sure what but ok now.

thanks again
 
Last edited:
ive got a question about mrtg if anyone can help me.

traffic analys show me "in" stats correctly but "out" stats are always 0

ive tryed the command line manually

Code:
>/home/admin/domains/vitesse.crazynetwork.it/public_html/MRTG/core/system network eth0
3183204629
0
23:49:39 up 7 days, 52 min
network

but seem that is not web error but "software" error so, dunno how i should solve cause i dunno why he reply that way.

thanks everyone

do you use other config for mrtg ?

Wael
 
same result

shell command line result:

Code:
>/home/admin/domains/vitesse.crazynetwork.it/public_html/MRTG/core/system network eth0
1147360261
0
11:23:09 up 11 days, 12:26
network

ofc ive changed the path of the conf with my own path
 
ive restored my own core cause there are no difference, but, the same core used on other 2 server work correctly, is like my eth0 dont reply correctly and i dunno why... any suggestion? ^^

thanks for your help
 
hello.
i try suhosin with update script but php -v doesent show it install /

whats wrong with it?

i have suphp.
 
Hey Guys
i noticed that FreeBSD is no longer in the supported list..... anyone have any ideas??
i did grab it and try to use it as perusual but got the following error.

md5sum: not found
update.script core invalid. Aborting,
Download update.script again.

any ideas would be great.

ReN
 
suhosin

any news when suhosin will be fixed? because i installed it using the script and it still not showing when i type php -v and CSF Firewall says its not installed also
 
Last edited:
> php -v
PHP 5.2.13 (cli) (built: Mar 13 2010 18:39:29)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with eAccelerator v0.9.6, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with the ionCube PHP Loader v3.3.10, Copyright (c) 2002-2009, by ionCube Ltd., and
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
use custombuild 1.1 and all will be fine, dont use beta.

Wael
 
any news when suhosin will be fixed? because i installed it using the script and it still not showing when i type php -v and CSF Firewall says its not installed also

ive installed suhosin on php (search in forum) and extension aswell and now csf recognize it without problems.
 
Some (probably) stupid questions :)

1/ what are differences between :
=> Clam Anti-Virus 0.95.3
=> mod_clamav 0.23
=> AVG Anti-Virus 85flx
Is it interessant / necessary / stupid to install them all in the server ?

2/ what are differences between
=> MODsecurity 2.5.12 OS Linux
=> MODsecurity 2.5.12 Rules OS Linux
Is it interessant / necessary / stupid to install them all in the server ?

3/ How to know version on some feature on server ?
for example : ProFtp ?

Thanks for your script, it is very usefull for user like me... ;)

Small remark about Nobody Check
I have this when running => Nobody Check 1.0.3 Old Version Please Update


Eaccelerator => Bug
Warning: Unknown: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/creadunet/:/tmp:/var/tmp:/usr/local/lib/php/) in Unknown on line 0
Fatal error: Can't load /home/creadunet/domains/creadunet.com/public_html/presentation.php, open_basedir restriction. in Unknown on line 0

I modify
=> if (PG(open_basedir) && php_check_open_basedir(realname TSRMLS_CC)) {
TO => if (PG(open_basedir) && php_check_open_basedir(file_handle->filename TSRMLS_CC)) {
as seen here : http://eaccelerator.net/attachment/ticket/396/eaccelerator.c.patch

Then restart, but always the same error message

centos 5.4 64bits
PHP 5.2.13 (cli) (built: Mar 17 2010 09:41:38)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.18, Copyright (c) 2002-2006, by Hardened-PHP Project
 
Last edited:
Back
Top