- Aug 21, 2011
- 776
- 174
Hello,
Im trying to use this script:
http://www.blackhatworld.com/blackh...s-viral-script-plugin-wordpress-its-free.html
So i added,
To my wordpress header. And it gives this error msg.
Where should i add that "include" thing? In that thread, writer asked to add it to the header...
Im trying to use this script:
http://www.blackhatworld.com/blackh...s-viral-script-plugin-wordpress-its-free.html
So i added,
Code:
<?php include ('./wp-content/plugins/royserpa/cookie.php') ?>
To my wordpress header. And it gives this error msg.
Code:
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /home3/[B]MyDomain[/B]/public_html/[B]MyDomain[/B].com/wp-content/themes/eStore/header.php:2)
in [B]/home3/MyDomain/public_html/[B]MyDomain[/B].com/wp-content/plugins/royserpa/cookie.php[/B] on line [B]19[/B]
Where should i add that "include" thing? In that thread, writer asked to add it to the header...