Code

Discussion on AdStack - Digital Advertiser and Publishers Hub

Discussion on AdStack - Digital Advertiser and Publishers Hub

By
Cart 159 sales
Recently Updated

wStacks supports this item

Supported

This author's response time can be up to 2 business days.

212 comments found.

Hi! Four questions before purchasing. 1) I want to make an advertising network where there will be many advertisers, which license should I choose (Regular or Extended)? 2) I studied Backend, but I still don’t understand where I can set up a global commission for my services? That is, for example I get 20%, and the publisher 80%? Where is this setting? 3) I don’t want to use keywords in banners, I want banners to be shown on all websites that I have access to the network and how to disable keywords? I didn’t find such settings? 4) Do I understand correctly that you do not have protection against repeat clicks? (It’s very simple, you need to make a setting for admin, for example 1 click from one IP once an hour or 2 hours or more hours.)

1. https://help.market.envato.com/hc/en-us/articles/115005593363-Do-I-need-a-Regular-License-or-an-Extended-License#:~:text=The%20main%20difference%20between%20these,otherwise%20limited%20to%20paying%20customers. 2. Please check global settings for this information 3. You can disable keywords from Global Settings 4. Yes, we have protection against repeated clicks. 3 clicks per 24 hours per ip

I disabled keywords in Global Settings, but they are still there. How to remove it? Do you have complete documentation?

We get your frustration. Please contact support for issues. 1 star rating and refund will not solve any issue. Lots of customization you want are fixed by our system.

I just bought something that was more suited to my needs, would it be possible to get a refund, I know you’re working on it as best as you can but this was a bit too much for what I was looking to do. I’ve already removed it from where it was installed and deleted the files on my local computer.

I mean technically it’s on us both because it’s not in the item description for one and I guess me because I didn’t look though the item enough to see it before I bought it because the other item I got from you was so good and now it will just sit in my downloads page. I have another item of yours I bought too and still working with it so it’s not like I’m just randomly asking for a refund trying to get something free, I have a lot of items I’ve bought over the years that I have and use still.

You are talking about descriptions, we integrate what is best for the customers. All free ip providers has limitations, allows some requests per hour. Which will not run a ad network. It will get banned again and again.

It’s all good, I mean I’m not complaining about the item at all It’s a very well designed and coded, it’s just not what I needed, I thought it would be but it’s got too many features for me (ironic I know) if that makes sense. I’m going to remove the review when I get back home, I just figured just being honest with you about it I’d ask for a refund since I couldn’t use it for anything and had another item of yours still that I have plans for you really wouldn’t be losing money. As a developer myself I know where you’re coming from and I would work with someone in a similar situation but that’s just me. I did open a ticket earlier to report something of interest to you that I found while searching for something else to use.

So I do have an issue. I wanna buy, but I have tested the demo and I added the script as publisher, and I get this: https://postimg.cc/7JhFd2RP and I think that there is something worng with the script. Can you please explain why is showing only a banner and not the banner ads?

IPStack limit exceeded. If you have proper package, it will the the ads

when will the update be done

Next month

I have a ticket open already. I need to remove the requirement of ipstack.com (turning it off or on) it is not mentioned on the item page that it needs a paid 3rd party to use it. If this feature can be disabled it’s fine but if it’s required to use your item it should be mentioned in the opening description because I’m not interested in it and would have bought another item in this marketplace that I know doesn’t need any 3rd party plugins or services.

IP services are always provided by 3rd party. We will try to add some free API’s on the next update. They also get banned on high usage.

Hi! I decided to share an idea on how to implement location determination using API completely FREE: function get_visitor_location($ip) { $location_api_url = ‘http://ip-api.com/json/' . $ip; // Initialize cURL session $curl = curl_init(); // Set up the request parameters curl_setopt($curl, CURLOPT_URL, $location_api_url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); // Execute the request $response = curl_exec($curl); // Close the cURL session curl_close($curl); // Check if response is available if ($response === false) { return false; // Return false in case of an error } else { // Parse JSON and return the result as an associative array return json_decode($response, true); } } // Example usage of the function $ip_address = ‘8.8.8.8’; // Your IP address $location_info = get_visitor_location($ip_address); // Output the result if ($location_info !== false) { echo “Country: ” . $location_info[‘country’] . “
”; echo “City: ” . $location_info[‘city’] . “
”; echo “Latitude: ” . $location_info[‘lat’] . “
”; echo “Longitude: ” . $location_info[‘lon’] . “
”; } else { echo “Failed to fetch location information.”; }

who needs to disable country checking, uncomment in application\app\Http\Controllers\VisitorController.php $query = getIpInfo(); and next string comment //$query = json_decode(file_get_contents(‘http://api.ipstack.com/' . $this->getIp() . ’?access_key=’ . $setting->location_api));

if you want to use FREE ip-api.com then in the same file change the request $query = json_decode(file_get_contents(‘http://api.ipstack.com/' . $this->getIp() . ’?access_key=’ . $setting->location_api)); to the request $query = json_decode(file_get_contents(‘http://ip-api.com/json/' . $this->getIp())); and wherever you find query->country_name change it to query->country and enjoy!))

For all your support, installation, customization, or inquiry needs, we kindly request you visit our dedicated support desk at

https://wstacks.com/client/support/desk

To ensure a streamlined and efficient support experience, we kindly ask that you communicate with us exclusively through our support system. Your inquiries and requests will receive our prompt attention.

when the payeer payment system appears, just as mentioned above, it is necessary that when the advertisement is closed it does not appear again, since after refreshing the page the advertisement appears again.

It might come in the next updates

Is it just working with ipstack.com? That’s be horrible because the API is too expensive. Please get the IP adress with another method …

We will include some more in the next update

Okay, please via the browser and not a limited API. :)

Any planning for auto ads features

Auto ads mean?

Auto ads like Google Adsense

It might come in an update

hey man someone is giving out a nulled version of your project how can I send you the links ???

Also when are you adding the click protection thingy also when are you going to add an option in where the users can close the banners on the website

Also what about the proxy I thought it was coming this update

We are updating the template first

Does this have keyword based bidding?

It has keyword based marketing. You can scope keywords to show in a specific website.

hi. how intregration works (website, app) ?

Currently, mobile app not available.

have example of usage in regular website? have api docs ?

https://prnt.sc/QxT1pVVLw8pY

You can copy the script as publisher and paste on any website to show ads.

Other than IPStack API; What GEO IP information providers do you support if any?

I searched the comments for an answer and found this reply of yours that was 4 months ago: “There will be no 3rd party api’s in the future. The script will be independent.”

Does that mean I can offer country GEO IP Ad targeting now, without any additional costs?

Thanks

We are trying to integrate free API’s on the next update.

So far the only issue I’ve faced is I get error 500 when trying to view all ads (./admin/advertise/all)

Also, what events should stripe payments listen for in webhooks, documentation doesn’t explain this.

Please open a ticket for the first issue, here wstacks.com

In Stripe edit page, you will find the webhook url and where to put the webhook credentials. If you are still unable to do it, please mention it in support

I would buy this script. but provided that you add payment systems, payeer at least. and it is also necessary to somehow check for clicks on advertising from one user, so that he cannot view it endlessly and make money from it.

Okay, we will keep them in mind while updating.

Want to buy but first I want to see some example ads and also does it have a feature to close the ads or a feature saying ads by?

Yes, it has those features. A close button and website name

hi,

I want to buy this but before buy i want to know what are the server requirements and whats the different between regular license and extend license .

Thank You

Hello, I found these two options on the global settings page: 1. Domain 2. Check Country, can you please explain to me what they do?

My own guess would be that the earlier is for domain targeting and the later is for offering GEO IP targeting options to the advertisers, am I right?

Yes, you are correct

i want to buy..but i need to know how you are going to protech multiple clicks from the same person of from multiple proxy ip…i

i await your answer

Also who are the Subscribers??

Subscribers? Can you explain?

Are you going to add something that goes against fraudulent clicks, along with the API I sent, right?

pls i’m paying for the unlimited token!

Can you explain what bugs you fixed ? Bc you have a lot of them….

There’s not a lot of bugs. Please be specific

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey