My latest version of this OpenStreetMaps Osclass Plugin FREE

Baychaser

Member
XNullUser
Joined
Jul 13, 2025
Messages
81
Reaction score
68
Points
18
Location
Fort Wayne, IN
Website
bffsquare.com
NullCash
470
I got it finally but credit to original Author and i didnt touch anything in his code just made it free for all of you my friends, Good bless and have fun


Plugins-Osclass-03-08-2026_02_10_PM.png

sdfsdfsdfsfd-sfasf--03-08-2026_02_05_PM.png

Public-profile-rambo--03-08-2026_02_04_PM.png
Post automatically merged:

this was a bitch i can tell you all for sure lol :LOL:
Post automatically merged:

we will crack and hack together :LOL:
Post automatically merged:

I dont understand why original author doesnt make it free, why make users who spend money ont the plugin pay to use it.. thats why i make sure all of my plugin are self sustain and never make users pay for things if they use my plugin
 

Attachments

  • openstreetmaps.zip
    122.1 KB · Views: 7
Last edited:

stoic

Member
XNullUser
Joined
Nov 22, 2025
Messages
60
Reaction score
22
Points
8
Location
Caribbean
NullCash
42
Buddy,

Indeed...Sharing IS Caring! :)...Impressed that U got it figured out so soon. Will test with different themes and report if anything might needs tweaking. Even IF so, this is still great. Thank you!
 

Baychaser

Member
XNullUser
Joined
Jul 13, 2025
Messages
81
Reaction score
68
Points
18
Location
Fort Wayne, IN
Website
bffsquare.com
NullCash
470
Buddy,

Indeed...Sharing IS Caring! :)...Impressed that U got it figured out so soon. Will test with different themes and report if anything might needs tweaking. Even IF so, this is still great. Thank you!
this is original plugin from MBThemes so everything is untouched i only made it free haha also this will work in all themes
Post automatically merged:

Thanks for sharing. Will try and buy later
no need to buy it, its free i just made it free no need to buy but if you install a new version over this one it will ask you a
to add API and that will cost you
Post automatically merged:

jsut got this new AI Bot plugin also free and never pay for API key. looks like AI is not into love :LOL:




Test-Payed-Download-only--03-08-2026_04_02_PM.png
 
Last edited:

kriskoyk

New member
XNullUser
Joined
Dec 28, 2021
Messages
26
Reaction score
21
Points
3
NullCash
1
What do you mean by free? We don't pay for the OpenStreetMaps service which is provided for free anyway?
 

Baychaser

Member
XNullUser
Joined
Jul 13, 2025
Messages
81
Reaction score
68
Points
18
Location
Fort Wayne, IN
Website
bffsquare.com
NullCash
470
What do you mean by free? We don't pay for the OpenStreetMaps service which is provided for free anyway?
you are right. OpenStreetMap (OSM) is free and has no limits for the data itself, but there are strict usage limits for its official map servers (tiles)
Sorry guys you can revert back to the one you had if you still want to imput the API

Go to admin/configure.php

Find.

<div class="mb-row">
<label for="token" class="h0">
<span style="color: red; font-weight: bold;">[ FIXED BY BFFSQUARE ]</span>
</label>

<input name="token"
size="100"
type="text"
value="DO NOT PUT ANYTHING HERE... BFFSQUARE MADE IT FREE!"
style="color: red; font-weight: bold; background: #fff1f1; border: 2px solid red; text-align: center;"
readonly
/>

<div class="mb-explain" style="color: red; font-weight: bold; font-size: 14px; margin-top: 5px;">
<i class="fa fa-heart"></i> <?php _e('THIS PLUGIN IS NOW PERMANENTLY FREE. MAPBOX TOKEN IS NO LONGER REQUIRED.', 'openstreetmaps'); ?>
</div>
</div>

Replace with.

<div class="mb-row">
<label for="token" class="h0"><span><?php _e('Access Token', 'openstreetmaps'); ?></span></label>
<input name="token" size="100" type="text" value="<?php echo (osm_is_demo() ? '' : $token); ?>" />

<div class="mb-explain"><?php _e('Request access token (free):', 'openstreetmaps'); ?> <a href="https://account.mapbox.com/access-tokens/" target="_blank">https://account.mapbox.com/access-tokens/</a></div>
</div>
Post automatically merged:

what elese was wrong with this plugin so we can fix it
 
Last edited:

Baychaser

Member
XNullUser
Joined
Jul 13, 2025
Messages
81
Reaction score
68
Points
18
Location
Fort Wayne, IN
Website
bffsquare.com
NullCash
470
What do you mean by free? We don't pay for the OpenStreetMaps service which is provided for free anyway?
this plugin is using Mapbox access token: just leting you know before you atart changing this around. The code that i added to this version has been modified to be 100% free by switching from Mapbox to Leaflet + OpenStreetMap

L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'...).
This fetches map images directly from OpenStreetMap's public servers, which do not require a token. I have manually stripped out the Mapbox requirement and hardcoded it to use the free Leaflet library instead.

This is why you have no limit on usage and you do ever upgrade the plugin you will have to do this all over again.
 
Last edited:

canismano

Active member
XNullUser
Joined
Nov 16, 2024
Messages
125
Reaction score
39
Points
28
Location
id
NullCash
242
Thank you for sharing this plugin. I believe there are many people like you who would like to share things with this community. Bravo.
 
Top