I dont think its a good idea to use a popup window just for the sole purpose of thanking your visitors for their message. Some of them would probably not even see it(popup blockers).
You could do something like this on the submit target page:
if(isset($_POST['msg'])){
echo 'Thank you!';
}
PHP wouldn't be my choice of language to automate those program. Php would pretty much only be able to start them up. After that, the programs themselves would have to sort their stuff out.
Hello!
So my problem is that I have a site, gaming niche, with search engines as main traffic source.
There is a file download on the site, which for the time speaking is content locked.
Quite a big amount of the traffic is from the Philippines. I havent found any good way to convert this...
Some reports from virustotal. (Cant post links yet)
gmail creator
File name:
GmailAccCreator.zip
Submission date:
2012-01-11 16:37:27 (UTC)
Current status...
Add
wp_deregister_script('admin-bar');
wp_deregister_style('admin-bar');
remove_action('wp_footer','wp_admin_bar_render',1000);
to your functions.php file. That will remove the admin bar, which displays over the Heat Map Arrow.
Ahh the good old wsod(white screen of death). This is probably because you have whitespace at the very top or at the very bottom in one of your .php files.
If the first action in a .php file is opening a code block( <?php ) then "<?php" has to be at the very top of the file.
However, it is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.