?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
etc/rc.d/rc1.d/K74nscd000066600000004723150471645370010242 0ustar00#!/bin/bash # # nscd: Starts the Name Switch Cache Daemon # # chkconfig: - 30 74 # description: This is a daemon which handles passwd and group lookups \ # for running programs and cache the results for the next \ # query. You should start this daemon if you use \ # slow naming services like NIS, NIS+, LDAP, or hesiod. # processname: /usr/sbin/nscd # config: /etc/nscd.conf # config: /etc/sysconfig/nscd # ### BEGIN INIT INFO # Provides: nscd # Required-Start: $syslog # Default-Stop: 0 1 6 # Short-Description: Starts the Name Switch Cache Daemon # Description: This is a daemon which handles passwd and group lookups \ # for running programs and cache the results for the next \ # query. You should start this daemon if you use \ # slow naming services like NIS, NIS+, LDAP, or hesiod. ### END INIT INFO # Sanity checks. [ -f /etc/nscd.conf ] || exit 0 [ -x /usr/sbin/nscd ] || exit 0 # Source function library. . /etc/init.d/functions # Source an auxiliary options file if we have one, and pick up NSCD_OPTIONS. [ -r /etc/sysconfig/nscd ] && . /etc/sysconfig/nscd RETVAL=0 prog=nscd start () { [ -d /var/run/nscd ] || mkdir /var/run/nscd [ -d /var/db/nscd ] || mkdir /var/db/nscd echo -n $"Starting $prog: " daemon /usr/sbin/nscd $NSCD_OPTIONS RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/nscd return $RETVAL } stop () { echo -n $"Stopping $prog: " /usr/sbin/nscd -K RETVAL=$? if [ $RETVAL -eq 0 ]; then rm -f /var/lock/subsys/nscd # nscd won't be able to remove these if it is running as # a non-privileged user rm -f /var/run/nscd/nscd.pid rm -f /var/run/nscd/socket success $"$prog shutdown" else failure $"$prog shutdown" fi echo return $RETVAL } restart() { stop start } # See how we were called. case "$1" in start) [ -e /var/lock/subsys/nscd ] || start RETVAL=$? ;; stop) [ ! -e /var/lock/subsys/nscd ] || stop RETVAL=$? ;; status) status nscd RETVAL=$? ;; restart) restart RETVAL=$? ;; try-restart | condrestart) [ ! -e /var/lock/subsys/nscd ] || restart RETVAL=$? ;; force-reload | reload) echo -n $"Reloading $prog: " RETVAL=0 /usr/sbin/nscd -i passwd || RETVAL=$? /usr/sbin/nscd -i group || RETVAL=$? /usr/sbin/nscd -i hosts || RETVAL=$? /usr/sbin/nscd -i services || RETVAL=$? echo ;; *) echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" RETVAL=1 ;; esac exit $RETVAL etc/rc.d/rc0.d/K74nscd000066600000004723150471645650010242 0ustar00#!/bin/bash # # nscd: Starts the Name Switch Cache Daemon # # chkconfig: - 30 74 # description: This is a daemon which handles passwd and group lookups \ # for running programs and cache the results for the next \ # query. You should start this daemon if you use \ # slow naming services like NIS, NIS+, LDAP, or hesiod. # processname: /usr/sbin/nscd # config: /etc/nscd.conf # config: /etc/sysconfig/nscd # ### BEGIN INIT INFO # Provides: nscd # Required-Start: $syslog # Default-Stop: 0 1 6 # Short-Description: Starts the Name Switch Cache Daemon # Description: This is a daemon which handles passwd and group lookups \ # for running programs and cache the results for the next \ # query. You should start this daemon if you use \ # slow naming services like NIS, NIS+, LDAP, or hesiod. ### END INIT INFO # Sanity checks. [ -f /etc/nscd.conf ] || exit 0 [ -x /usr/sbin/nscd ] || exit 0 # Source function library. . /etc/init.d/functions # Source an auxiliary options file if we have one, and pick up NSCD_OPTIONS. [ -r /etc/sysconfig/nscd ] && . /etc/sysconfig/nscd RETVAL=0 prog=nscd start () { [ -d /var/run/nscd ] || mkdir /var/run/nscd [ -d /var/db/nscd ] || mkdir /var/db/nscd echo -n $"Starting $prog: " daemon /usr/sbin/nscd $NSCD_OPTIONS RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/nscd return $RETVAL } stop () { echo -n $"Stopping $prog: " /usr/sbin/nscd -K RETVAL=$? if [ $RETVAL -eq 0 ]; then rm -f /var/lock/subsys/nscd # nscd won't be able to remove these if it is running as # a non-privileged user rm -f /var/run/nscd/nscd.pid rm -f /var/run/nscd/socket success $"$prog shutdown" else failure $"$prog shutdown" fi echo return $RETVAL } restart() { stop start } # See how we were called. case "$1" in start) [ -e /var/lock/subsys/nscd ] || start RETVAL=$? ;; stop) [ ! -e /var/lock/subsys/nscd ] || stop RETVAL=$? ;; status) status nscd RETVAL=$? ;; restart) restart RETVAL=$? ;; try-restart | condrestart) [ ! -e /var/lock/subsys/nscd ] || restart RETVAL=$? ;; force-reload | reload) echo -n $"Reloading $prog: " RETVAL=0 /usr/sbin/nscd -i passwd || RETVAL=$? /usr/sbin/nscd -i group || RETVAL=$? /usr/sbin/nscd -i hosts || RETVAL=$? /usr/sbin/nscd -i services || RETVAL=$? echo ;; *) echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" RETVAL=1 ;; esac exit $RETVAL etc/rc.d/rc6.d/K74nscd000066600000004723150471646350010246 0ustar00#!/bin/bash # # nscd: Starts the Name Switch Cache Daemon # # chkconfig: - 30 74 # description: This is a daemon which handles passwd and group lookups \ # for running programs and cache the results for the next \ # query. You should start this daemon if you use \ # slow naming services like NIS, NIS+, LDAP, or hesiod. # processname: /usr/sbin/nscd # config: /etc/nscd.conf # config: /etc/sysconfig/nscd # ### BEGIN INIT INFO # Provides: nscd # Required-Start: $syslog # Default-Stop: 0 1 6 # Short-Description: Starts the Name Switch Cache Daemon # Description: This is a daemon which handles passwd and group lookups \ # for running programs and cache the results for the next \ # query. You should start this daemon if you use \ # slow naming services like NIS, NIS+, LDAP, or hesiod. ### END INIT INFO # Sanity checks. [ -f /etc/nscd.conf ] || exit 0 [ -x /usr/sbin/nscd ] || exit 0 # Source function library. . /etc/init.d/functions # Source an auxiliary options file if we have one, and pick up NSCD_OPTIONS. [ -r /etc/sysconfig/nscd ] && . /etc/sysconfig/nscd RETVAL=0 prog=nscd start () { [ -d /var/run/nscd ] || mkdir /var/run/nscd [ -d /var/db/nscd ] || mkdir /var/db/nscd echo -n $"Starting $prog: " daemon /usr/sbin/nscd $NSCD_OPTIONS RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/nscd return $RETVAL } stop () { echo -n $"Stopping $prog: " /usr/sbin/nscd -K RETVAL=$? if [ $RETVAL -eq 0 ]; then rm -f /var/lock/subsys/nscd # nscd won't be able to remove these if it is running as # a non-privileged user rm -f /var/run/nscd/nscd.pid rm -f /var/run/nscd/socket success $"$prog shutdown" else failure $"$prog shutdown" fi echo return $RETVAL } restart() { stop start } # See how we were called. case "$1" in start) [ -e /var/lock/subsys/nscd ] || start RETVAL=$? ;; stop) [ ! -e /var/lock/subsys/nscd ] || stop RETVAL=$? ;; status) status nscd RETVAL=$? ;; restart) restart RETVAL=$? ;; try-restart | condrestart) [ ! -e /var/lock/subsys/nscd ] || restart RETVAL=$? ;; force-reload | reload) echo -n $"Reloading $prog: " RETVAL=0 /usr/sbin/nscd -i passwd || RETVAL=$? /usr/sbin/nscd -i group || RETVAL=$? /usr/sbin/nscd -i hosts || RETVAL=$? /usr/sbin/nscd -i services || RETVAL=$? echo ;; *) echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" RETVAL=1 ;; esac exit $RETVAL