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.

210 comments found.

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

hi,

do you support audio ads.

I have a bemusic script based platform which servers podcasts and audio lectures, I want to enable audio based advertisements that play before/between a podcast is played. is it possible

Curerntly the script do not support audio ads.

How can publishers filter by tag when selecting ads?

No, currently they can’t do that.

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