Changeset 1146
- Timestamp:
- 05/11/2008 04:54:15 PM
(5 days ago)
- Author:
- rats
- Message:
* Fixed #1242: Method "Fedora" in ispcp-vrl-traff
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1145 |
r1146 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| | 4 | 2008-05-11 Benedikt Heintel |
|---|
| | 5 | - ENGINE: |
|---|
| | 6 | * Fixed #1242: Method "Fedora" in ispcp-vrl-traff |
|---|
| | 7 | |
|---|
| 4 | 8 | 2008-05-10 Benedikt Heintel |
|---|
| 5 | 9 | - CONFIGS: |
|---|
| 6 | 10 | * Fixed #1240: dmn_entry.tpl - missing "(" |
|---|
| | 11 | - CONTRIB: |
|---|
| | 12 | * Removed mysql fix for VHCS 2.4.7.1 |
|---|
| 7 | 13 | - DISTS: |
|---|
| 8 | 14 | * Fixed #1215: (Fedora) POP/IMAP traffic is not added in domain statistics with courier and fedora core 8 |
|---|
| 9 | 15 | * Fixed #1218: (Fedora) Fedora config |
|---|
| | 16 | * Fixed #1241: (OpenSuse) opensuse103-packages - one missing package |
|---|
| 10 | 17 | - GUI: |
|---|
| 11 | 18 | * Added Patch by Thomas Wacker |
|---|
| r871 |
r1146 |
|
| 2 | 2 | |
|---|
| 3 | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| 4 | | # Copyright (c) 2006-2007 by isp Control Panel |
|---|
| | 4 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| 5 | 5 | # http://isp-control.net |
|---|
| 6 | 6 | # |
|---|
| … | … | |
| 38 | 38 | |
|---|
| 39 | 39 | for $mod (@needed) { |
|---|
| 40 | | |
|---|
| 41 | 40 | print STDERR "Checking for '$mod'...\t"; |
|---|
| 42 | 41 | |
|---|
| 43 | 42 | if (eval "require $mod") { |
|---|
| 44 | | |
|---|
| 45 | 43 | $mod -> import(); |
|---|
| 46 | | |
|---|
| 47 | 44 | printf " Ok.\n"; |
|---|
| 48 | | |
|---|
| 49 | 45 | } else { |
|---|
| 50 | | |
|---|
| 51 | 46 | print STDERR "CRITICAL ERROR: Module '$mod' WAS NOT FOUND !\n" ; |
|---|
| 52 | 47 | |
|---|
| … | … | |
| 54 | 49 | |
|---|
| 55 | 50 | if ($mod_missing eq '') { |
|---|
| 56 | | |
|---|
| 57 | 51 | $mod_missing .= $mod; |
|---|
| 58 | | |
|---|
| 59 | 52 | } else { |
|---|
| 60 | | |
|---|
| 61 | 53 | $mod_missing .= ", $mod"; |
|---|
| 62 | | |
|---|
| 63 | 54 | } |
|---|
| 64 | 55 | } |
|---|
| 65 | | |
|---|
| 66 | 56 | } |
|---|
| 67 | 57 | |
|---|
| 68 | 58 | if ($mod_err eq '_on_') { |
|---|
| 69 | | |
|---|
| 70 | | print STDERR "\nModules [$mod_missing] WERE NOT FOUND in your |
|---|
| 71 | | system...\n"; |
|---|
| 72 | | |
|---|
| | 59 | print STDERR "\nModules [$mod_missing] WERE NOT FOUND in your system...\n"; |
|---|
| 73 | 60 | print STDERR "\nPlease INSTALL them before using isCP Omega !\n"; |
|---|
| 74 | | |
|---|
| 75 | 61 | exit 1; |
|---|
| 76 | | |
|---|
| 77 | 62 | } else { |
|---|
| 78 | | |
|---|
| 79 | 63 | $| = 1; |
|---|
| 80 | | |
|---|
| 81 | 64 | } |
|---|
| 82 | 65 | |
|---|
| r1145 |
r1146 |
|
| 99 | 99 | 7. Bind setup |
|---|
| 100 | 100 | # mv /var/named/data /var/named/data2 |
|---|
| 101 | | # ln -s /var/named/chroot/var/named/data /var/named/dat |
|---|
| | 101 | # ln -s /var/named/chroot/var/named/data /var/named/data |
|---|
| 102 | 102 | |
|---|
| 103 | 103 | # mkdir /var/www/scoreboards |
|---|
| r1129 |
r1146 |
|
| 82 | 82 | php5-fastcgi |
|---|
| 83 | 83 | php5-ftp |
|---|
| | 84 | php5-gd |
|---|
| 84 | 85 | php5-mbstring |
|---|
| 85 | 86 | php5-mcrypt |
|---|
| r1082 |
r1146 |
|
| 36 | 36 | |
|---|
| 37 | 37 | use strict; |
|---|
| 38 | | |
|---|
| 39 | 38 | use warnings; |
|---|
| 40 | 39 | |
|---|
| r1013 |
r1146 |
|
| 4 | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| 5 | 5 | # http://www.molesoftware.com |
|---|
| 6 | | # Copyright (c) 2006-2007 by isp Control Panel |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| 7 | 7 | # http://isp-control.net |
|---|
| 8 | 8 | # |
|---|
| … | … | |
| 36 | 36 | |
|---|
| 37 | 37 | use strict; |
|---|
| 38 | | |
|---|
| 39 | 38 | use warnings; |
|---|
| 40 | 39 | |
|---|
| r1013 |
r1146 |
|
| 4 | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| 5 | 5 | # http://www.molesoftware.com |
|---|
| 6 | | # Copyright (c) 2006-2007 by isp Control Panel |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| 7 | 7 | # http://isp-control.net |
|---|
| 8 | 8 | # |
|---|
| … | … | |
| 37 | 37 | |
|---|
| 38 | 38 | use strict; |
|---|
| 39 | | |
|---|
| 40 | 39 | use warnings; |
|---|
| 41 | 40 | |
|---|
| r1145 |
r1146 |
|
| 501 | 501 | $rs = sys_command("$cat $rlog|$grep 'courierpop3login'|$grep 'user='|$grep 'top='|$grep -v 'ip=\\[::ffff:127.0.0.1\\]'|$awk '{print \$7,\$9,substr(\$10,1,length(\$10)-1);}' 1>$pop3_log"); |
|---|
| 502 | 502 | return $rs if ($rs != 0); |
|---|
| 503 | | // for Fedora |
|---|
| | 503 | # for Fedora |
|---|
| 504 | 504 | $rs = sys_command("$cat $rlog|$grep 'pop3d'|$grep 'user='|$grep 'top='|$grep -v 'ip=\\[::ffff:127.0.0.1\\]'|$awk '{print \$7,\$10,substr(\$11,1,length(\$11)-1);}' 1>$pop3_log"); |
|---|
| 505 | 505 | return $rs if ($rs != 0); |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>