Ok, the site is back online, no more blank page again. Looks like the problem is from hosting server, and already mailed it about this problem.
Back Online
Reply
Ok, the site is back online, no more blank page again. Looks like the problem is from hosting server, and already mailed it about this problem.
Test page my page goes blank
Today i’m moving my wordpress blog to another hosting without a big trouble although i must re-install all the plugin that i had in my old hosting, but overall it is easy.
I’m trying eggdrop yesterday, but got problem with identifying the nick bot, so i search and got the solution for it.
if you already register the nick just add/edit this line on eggdrop.conf
# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +iR-ws"
putquick "privmsg nickserv :identify password"
}
I got the problem when installing PHP5 with WPI and install it on IIS5 Windows XP, i can’t execute php file in my virtual directory, and got “No input file specified” when it try execute the file.
After i search it finally i got the solution for this problem, and it’s very simple, just edit this line in PHP.ini file :
1 2 3 4 5 6 | ; The root of the PHP pages, used only if nonempty. ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root ; if you are running php as a CGI under any web server (other than IIS) ; see documentation for security issues. The alternate is to use the ; cgi.force_redirect configuration below doc_root = |
change it to :
1 2 3 4 5 6 | ;The root of the PHP pages, used only if nonempty. ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root ; if you are running php as a CGI under any web server (other than IIS) ; see documentation for security issues. The alternate is to use the ; cgi.force_redirect configuration below ;doc_root = |
Goodluck for trying it.