Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43294
Total Topics: 7523
Most Online Today: 124
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 111
Total: 111

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Brewster

Pages: [1]
1
Support / Option for opening links in a new window
« on: April 13, 2015, 03:57:06 pm »
Hi

I cant find an option to open links in a new window in either the settings page or the advert page. Can you tell me where to find this option please?

Thanks,
Joe

2
Support / Re: Display different ads based on IP adress
« on: April 13, 2015, 07:18:06 am »
Looks like this modification to adseller2.php would work?

Code: [Select]
if (isset($_SERVER["HTTP_CF_IPCOUNTRY"])) {
$countrycode = $_SERVER["HTTP_CF_IPCOUNTRY"];
} else {
$ipaddress = $_SERVER['REMOTE_ADDR'];
require_once($sourcedir . '/geoip.php');
$handle = geoip_open($sourcedir . '/GeoIP.dat', GEOIP_STANDARD);
// print_r($handle);
$countrycode = geoip_country_code_by_addr($handle, $ipaddress);
geoip_close($handle);
}

3
Support / Re: Display different ads based on IP adress
« on: April 12, 2015, 12:12:23 pm »
Yes, they both do the same thing. However cloudflare is free and there is no need to keep on updating the database

4
Support / Re: Display different ads based on IP adress
« on: April 12, 2015, 07:49:49 am »
Would you be able to add the ability to use cloudflare's geo location feature as well as maxmind to detect the country please?

More details can be found here: https://support.cloudflare.com/hc/en-us/articles/200168236-What-does-CloudFlare-IP-Geolocation-do-

Thanks,
Joe

5
Support / Having an issue saving ads with new version
« on: January 22, 2015, 09:47:33 am »
Hi

I have upgraded to the new version on my forum but am having an issue saving the ads. I get the following error:

Forbidden

You don't have permission to access /index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I get this when trying to change existing custom ads to banner ads

Joe


6
Support / Re: Display different ads based on IP adress
« on: January 16, 2015, 09:13:23 am »
I would be interested in this feature too.

I wrote an ad system for Wordpress that used maxmind to geo target the ads. It even used the web api and cached the results so that it didnt keep on requesting the location. I'll look up the name of the plugin later - it's been so long since I made any changes to it.

Joe

7
Support / Re: New feature suggestion
« on: January 16, 2015, 08:42:32 am »
Good point. I guess you could get around that with two url fields, one that the live advert uses and one that the user could update which would trigger the advert to be re approved.

Joe

8
Support / Re: Template issue
« on: January 15, 2015, 04:22:30 pm »
Thanks, all sorted now.

Joe

9
Support / Template issue
« on: January 15, 2015, 03:58:21 pm »
Hi

Warning - my site is of an adult nature and is not safe for work.

I am having an issue with my template. My forum is www.sybiantalkforum.com - the issue is that when you click on one of the boards the ad is shown twice. I just want the first banner.

I have one ad location enabled which is Top Message Index. I added the code to the attached template.

Can someone tell me what I am doing wrong please?

Thanks,
Joe

10
Support / New feature suggestion
« on: January 15, 2015, 03:39:00 pm »
Hi

It would be great to be able to specify a url for a banner instead of uploading an image. Would it be possible to add this as a new feature?

Joe

11
Presales for Products / Re: Questions
« on: January 15, 2015, 10:01:01 am »
Thanks

One more question - I am running SMFADS v2.3 on my forum. Is there a way to upgrade this, or do I need to uninstall it and reinstall the new version?

Joe

12
Presales for Products / Questions
« on: January 15, 2015, 04:42:15 am »
Hi

I have a few questions before I buy:

What are the server requirements, if any for this?
I dont want to sell ad space - I only want to setup ads myself. Can the options for selling ad space be disabled?
Can adverts be automatically rotated?
Can adverts be geotargeted? I use cloudflare with my forum which automatically adds a new server variable that holds a 3 letter ISO country code.

Thanks,
Joe

Pages: [1]

+- Recent Topics

Please Help! by fmofmpls
Today at 01:47:09 pm

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal