News:

Help keep this project going by donating or buying adseller pro

Main Menu
Menu

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.

Show posts Menu

Messages - vbgamer45

#16
You want the footer link to appear the copyright?
Or did you buy copyright removal?
#17
bigint i believe that's what I used in the latest version.
#18
You have to increase the hits column in the ads table to a larger integer datatype.
#19
You can upload the mod to https://www.smfhacks.com/smf-package-parser.html
And get the manual uninstall instructions.
#20
Ad Support / Re: AdManagment shows error on add ads
February 27, 2019, 08:21:31 AM
I would check with your host. SOmetimes .htaccess is not enough
#21
Ad Support / Re: AdManagment shows error on add ads
February 23, 2019, 07:36:48 AM
You may have to contact your host to disable mod_security.
#23
Ad Support / Re: AdManagment shows error on install
February 12, 2019, 11:40:34 AM
Glad to help.
#24
Ad Support / Re: AdManagment shows error on install
February 12, 2019, 12:12:42 AM
Your a tag isn't closed should be.
For other themes you click install then make changes manually to the theme files that failed


<div align="center"><A HREF="http://www.vuwa.net/" TARGET="_blank"><IMG SRC="http://vuurwapens.net/_sponsors/dga.png"></a></div>
#25
Ad Support / Re: AdManagment shows error on install
February 11, 2019, 11:37:48 PM
What type of ad are you posting?
Do you have he ad code?
#26
Ad Support / Re: AdManagment shows error on install
February 11, 2019, 10:41:30 PM
Are you using the core theme? If not it is safe to ignore.

For custom themes you may have to apply some of the file edits manually.
#27
News / Ad Management 3.5 now supports SMF 2.1 Beta 3
November 11, 2018, 12:21:11 PM
Ad Management 3.5 now supports SMF 2.1 Beta 3

And might even work for the latest github release as well.


Enjoy,
vbgamer45
#28
General Support / Re: Unable to visit my site
August 26, 2018, 08:50:51 AM
Best place would be to ask on simplemachines.org they know the steps to restore.
#29
General Support / Re: Unable to visit my site
August 26, 2018, 08:36:19 AM
Restore from backup. in your packages/backup folder
#30
I think you are misssing this edit
In your index.php

require_once($sourcedir . '/Security.php');

Add after

if (file_exists($sourcedir . '/LoadAds.php'))
require_once($sourcedir . '/LoadAds.php');