Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
12-30-2017, 03:05 AM | #1 |
Confirmed User
Join Date: Apr 2007
Posts: 269
|
Smart Spots replacement
I am looking for a php7 compatible replacement for ad management script Smart Spots.
I want something basic and fast, as i only use it to manage my own sites ad zones. I want to create zones, and link banners from ad company's like exoclick. What are you guys using to manage your ad zones? |
12-30-2017, 03:44 PM | #2 |
Too lazy to set a custom title
Industry Role:
Join Date: Feb 2005
Posts: 17,168
|
Bump for you.
|
01-01-2018, 11:15 AM | #3 |
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2005
Location: Springfield
Posts: 13,826
|
__________________
Make a bank with Chaturbate - the best selling webcam program Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!! PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email: |
01-02-2018, 03:52 AM | #4 |
Registered User
Join Date: Jun 2005
Posts: 5
|
PHP7 support will be added this month to Smart Spots, I already promised it to one our user, maybe it's "daviking" in our support forum
|
01-02-2018, 04:42 AM | #5 |
Confirmed User
Industry Role:
Join Date: Jan 2016
Posts: 300
|
PHP7 is such a fucking pain in the ass.
They took away the old MySQL library. Was it shit? Yeah. It was. But you know what? You had an ASSload of old PHP code that used it. I bet there is lots and lots and lots of old, shitty software that didn't abstract their database layer, and are going through line by line, changing that. Next year is going to be shit for PHP. 5.6 is going to no longer get updates, and all us devs will have a long, shitty ride getting all of our old, crappy code up to spec. Happy New Year, y'all!
__________________
<?= base64_decode("aHR0cDovL211dGhpc2Rldi5jb20v") ?> |
01-04-2018, 02:25 PM | #6 |
Registered User
Join Date: Jun 2005
Posts: 5
|
More bigger problem is with ioncube encoder. Files for php7.0 are only compatible with php5.6 and php7.1 files works only on php7.
Ioncube support told me they work on some new version of encoder which will create files compatible with all php5 and php7 versions. We can only hope they will release it soon. i can't imagine to craete separate files for every PHP version, this is impossible. Mysql extention you can replace with mysqli which works in 99% cases same way. I already integrated it into our mysql class which itself start to use mysqli if mysql extention isn't availalbe in PHP. |