Archive for May, 2008

Probleme cu Fantastico si cPanel/WHM

2

Dacă aveţi probleme cu Fantastico şi cPanel (confirm pentru versiunea WHM 11.20.0 cPanel 11.22.3-C23899), este din cauza unui bug la Fantastico (atentie, codul se ascunde in spatele coloanelor din dreapta):

Until a full compatible version of Fantastico can be released, if you are running a recent build of cPanel and are having problems with Fantastico, please try the following:

Log into your server via SSH as root and create/edit the file /scripts/postupcp via your preferred text editor (nano, vim, pico, etc.).

If the file doesn’t exist or is empty, paste in the following code:

Code:
#!/bin/sh
perl -p -i -e 's/^.*register_globals.*=.*$/register_globals = On/g' /usr/local/cpanel/3rdparty/etc/php.ini
perl -p -i -e 's/^.*register_globals.*=.*$/register_globals = On/g' /var/cpanel/3rdparty/etc/php.ini

If that file already exists and has entries in it, add the following to the bottom of that file and save changes:

Code:
perl -p -i -e 's/^.*register_globals.*=.*$/register_globals = On/g' /usr/local/cpanel/3rdparty/etc/php.ini
perl -p -i -e 's/^.*register_globals.*=.*$/register_globals = On/g' /var/cpanel/3rdparty/etc/php.ini

Make sure permissions are set correctly on that file:

Code:
chmod 0700 /scripts/postupcp

Then run that file once:

Code:
/scripts/postupcp

Once we release a compatible version of Fantastico, you can remove that file or remove those lines from that file as appropriate.

If that does not resolve your issue then you probably are having issues with your backend copy of PHP. See the directions on how to deal with that here:

http://netenberg.com/forum/viewtopic.php?t=1960.0

Toate meritele aparţin dezvoltatorului.
Mesajul original: http://www.netenberg.com/forum/index.php?topic=6569.0

Primele calculatoare în Cuba

1

Citesc pe Associated Press că în Cuba încep să apară la vânzare primele calculatoare.

The island’s communist government put desktop computers on sale to the public for the first time Friday, ending a ban on PC sales as another despised restriction on daily life fell away under new President Raul Castro.

http://ap.google.com/article/ALeqM5gG4bvAubvtUQd99TVnEOPW_CdpuQD90DORL81

NET – reguli minimale de securitate online

2

În textul de azi o să prezint câteva reguli minimale de protecţie pe care ar trebui să le aplicaţi ori de câte ori intraţi în contact cu ‘world wide outside‘ – tot ce înseamnă internetul. Sunt convins că articolul se va dovedi plictisitor pentru aproape toţi cititorii, dar vreau să am un punct de referinţă în orice discuţie ulterioară.

(more…)

Go to Top