Goitworld - goitworld.com
General Information:
Latest News:
To let nginx support codeigniter framework 19 Dec 2012 | 10:29 am
1.First rewrite url: modify nginx.conf config file and add fllow line in server keyword. if (!-e $request_filename) { rewrite ^/(.*)$ /index.php/$1 last; } 2.modify php resolve ...
... 8 Oct 2012 | 02:52 am
Mohammed Amine BENABDALLAH Professeur de droit public, Université Mohammed V, Agdal-Rabat - Doctorat d'Etat en Droit public, Universite de Paris II; - Diplôme des Etudes supérieures en sciences admin...
libiconv error when compile php 21 Jun 2012 | 03:56 pm
/root/php-5.2.12/ext/iconv/iconv.c:2615: undefined reference to `libiconv’ /root/php-5.2.12/ext/iconv/iconv.c:2615: undefined reference to `libiconv’ ext/iconv/.libs/iconv.o:/root/php-5.2.12/ext/ico...
mysql backup for single table script 18 Jun 2012 | 12:06 pm
#!/bin/bash function backup(){ HOST=$1 USERNAME=$2 PASSWD=$3 DBNAME=$4 BACKUPDIR=$5 TAG=$6 mkdir -p "$BACKUPDIR"tmp NUM=`/usr/local/mysql/bin/mysql -h"$HOST" -u"$USERNAME" -p"$PASSWD" -s -vv -e...
how to fix “Can’t load ‘/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/DBD/mysql/mysql.so’” 13 Jun 2012 | 02:45 pm
Error information: /usr/local/mysql/bin/mysqlhotcopy -u root -p –addtodest –noindices –flushlog -q qeedoo /tmp/bak install_driver(mysql) failed: Can’t load ‘/usr/lib/perl5/vendor_perl/5.8.8/i386-li...
mysql load test tools of mysqlslap 7 Jun 2012 | 06:30 pm
mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each stage. It works as if multiple clients are accessing the server. mysqlslap is avai...
flash xss scanner tools 4 Jun 2012 | 01:59 pm
#!/usr/bin/php -q <?php /*———————————————————————— #Flash file xss check script 2010/6/3 #check process: #run ExternalInterface.call and by loaderInfo.parameters get parameters #Usage: ./scan.php /as...
rsync by ssh but sshd not listen port 22 26 Apr 2012 | 01:44 pm
Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options ...
Mongodb is vulnerable to SQL injection in PHP at least 10 Jan 2012 | 11:03 pm
Its a common misconception that as MongoDB does not use SQL it is not vulnerable to SQL injection attacks. PHP uses objects rather than SQL to pass queries to the MongoDB server; for example the follo...
How to fix the “Cannot retrieve repository metadata (repomd.xml)” error in Fedora? 7 Dec 2011 | 05:12 pm
The recently released Fedora 11(CentOS 5) Leonidas has some issues with it’s regular update process. Many users are getting a strange error which complains about the inability of the update system to ...