Hi,
I am a member of cbproads.com and I can not connect to this site (I was blocked). The plugin does not work.
I have the same error:
Fatal error: Cannot redeclare class phpmailerException in …public_html/mondoprosper.com/wp-includes/class-phpmailer.php on line 4040
Thread Starter
stelu
(@stelu)
Thanks for answer!
This is the complete code:
1.<?php
2.if ($_SERVER[‘QUERY_STRING’] == “topframe”) {
3.echo(“<html><head><meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″><title>’$title'</title></head><body bgcolor=#d3d3d3><div align=center>Se você ver este texto e seu site – <i>e não recebeu nenhuma mensagem de pop-ups ou caixas</i> – seu site provavelmente será aprovado</div></body></html>”);
4.} else {
5.echo(“<html><head><title>’$title'</title></head><frameset rows=20,* border=0><frame marginheight=0 marginwidth=0 scrolling=no noresize border=0 src=./urltest.php?topframe><frame marginheight=0 marginwidth=0 scrolling=auto noresize border=0 src=\”$_GET[url]\”></frameset></html>”);
6.}
7.?>