Flush Ads - Is this code overriding my ads?


 
Thread Tools Search this Thread
Top Forums Web Development Flush Ads - Is this code overriding my ads?
# 1  
Old 10-08-2009
Question Flush Ads - Is this code overriding my ads?

I installed a wordpress theme and came across the following code contained in the functions.php (theme functions) file. I am wanting to make sure this code is not over-riding my adsense publisher id and replacing with theirs in the background. I had this happen on another theme and just wanting to make sure it isn't happening again. I don't know enough to know. It is strange though that even after a full customization, the ads that appear are geared toward the theme authors' website content and not mine. ????

I replaced the original text that shows the name of the people who made the theme with PROGRAMMER (I have no desire to even try to make someone look bad, especially when it's probably just me being skeptical because I got burned.)

Code:
// FLUSH ADS
$PROGRAMMER_ads = get_option('PROGRAMMER_ads');
$PROGRAMMER_publisherid = get_option('PROGRAMMER_publisherid')

;

Any advice is appreciated.
# 2  
Old 10-15-2009
Comment them out and see if your ads become more sensible.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

sales ads

Anyone else getting tired of the sales ads? There are so many now. It's getting painful just to poke around the forums. I think that I'm outta here for awhile. :( (4 Replies)
Discussion started by: garskoci
4 Replies

2. AIX

Authenticating users to ADS

It is possible to authenticate AIX-users to the Windows 2003 Active Directory. But is it also possible to do full useradministration in the ADS without also adding users to the local AIX-server? I have the following working: 1. Add user to the ADS 2. Add user to AIX with 'mkuser... (2 Replies)
Discussion started by: jacco
2 Replies

3. Windows & DOS: Issues & Discussions

Using ADS Ldap from Linux

Hello, We're about to identify our Linux users against AD/Ldap. Our Linux test server is domain Member, winbind ,kerberos and Samba SSO are working fine. Next step is to read user attributes from active directory and at this point we suck. We have created a functional user for ldap... (0 Replies)
Discussion started by: demwz
0 Replies
Login or Register to Ask a Question