How do you add php script to wordpress blog?

scarlisa

Newbie
Joined
Jun 30, 2011
Messages
26
Reaction score
2
i have a script for cloaking,how exactly to i put the script into wordpress? is there a certain type of plugin or is it manual?
 
thanks, this is the function i expect it to do

blackhat traffic > php1 > php 2> my url

once i put in the script,how can i verify that it redirects correctly? ive done hours and hours of research but havnt come across this info yet
 
blackhat traffic > php1 > php 2> my url

Hi, can't you just pretend that you are the BH traffic and then follow it through via a browser? Failing that you could look at using Fiddler to monitor the traffic and see what is actually being sent via your browser :)
 
Use Exec-PHP plugin for WordPress - you can then put the php code in your post/page.

Or you can edit the php file i.e index.php - page.php and add the code where you want the form to appear.
 
Back
Top