SMFHacks.com

Ad Seller Pro => Support => Topic started by: drewactual on October 02, 2017, 05:23:00 pm

Title: placing ads in an include
Post by: drewactual on October 02, 2017, 05:23:00 pm
lacking the inherit intelligence to search, I thought to ask in an original thread. 

I own a pro copy of ad seller, copyright removed.  I also run a heavily trafficked site with a substantially customized theme. 

down the right side i run ad's, and to my own store.  I use a free standing php file and use and 'include' to render it, called from index.template...

my question is fairly simple-

can i post script in the include file to manage the ads?  if so, will the call to SSI in the index.template negate the requirement to call it again?

explained differently- i want to use the ad seller pro script outside of the index.template file, and on a file that uses php include within the index.template to call it... will it work?

I'm heavily trafficked and i have neither a non-production site to work with, nor the luxury of breaking the site this time of year even for a few moments. 

thanks in advance! 

for a better idea, the site is cfb51.com 
Title: Re: placing ads in an include
Post by: SMFHacks on October 02, 2017, 05:36:47 pm
Depending on your version of AdSeller Pro you may also have an iframe intergration option.

Under Admin -> AdSeller Pro -> Locations
Click on the "get code" link

On that page will first have the PHP code which you can use if you include SSI.php in your php script.
Or you can just copy the iframe html code and user it on any site.
Title: Re: placing ads in an include
Post by: drewactual on October 02, 2017, 05:41:01 pm
disregard...

i realized the only thing i would break is the ad code and not the page, so i did it...

it works just fine.

thanks all the same!
Title: Re: placing ads in an include
Post by: drewactual on October 02, 2017, 05:43:49 pm
you posted while i was typing...

used a free standing php file where i hard coded the ads for the right side...
created a custom ad and pasted the code in that had coded and included php file at the bottom of it
added an ad, and approved it- boom...

now i can allow access for people to manage that area and not have to ftp or cpanel to change it myself... furthermore, i can use a random script to rotate the ads. 

me digs... many thanks!!
Title: Re: placing ads in an include
Post by: SMFHacks on October 02, 2017, 06:42:46 pm
Glad you have found a solution that works well!
Title: Re: placing ads in an include
Post by: drewactual on October 03, 2017, 10:17:31 am
using the custom ads stacked atop each other in the 'include' file works so long as i call it from inside SMF... I have SMF as a backbone of the site and two instances of WP operating on the site as well.  calling the file into wordpress breaks the SSL (removes the lock) due to a pixel sized image put into the script by AdSellerPro...

how do i fix this?

otherwise, this is a tremendously advantageous means to manage ad space. 
Title: Re: placing ads in an include
Post by: SMFHacks on October 03, 2017, 10:24:50 am
You would have to make sure your SMF forum is on SSL then that will work on the wordpress.
Title: Re: placing ads in an include
Post by: drewactual on October 03, 2017, 10:28:34 am
it is- but i cheated for simplicity's sake (and because being linked from sites i have no control over) to use the permanent redirect in htaccess...

i'll study up on how to change the URL of the forum in settings w/o scattering it.  that ONE line is the only thing not HTTPS throughout the entire site.
Title: Re: placing ads in an include
Post by: SMFHacks on October 03, 2017, 12:17:14 pm
Check under Admin -> Ad Seller Pro settings and make sure all adseller pro urls start with https:// as well.