Cvolton / GMDprivateServer

Geometry Dash Private Server
GNU General Public License v3.0
387 stars 282 forks source link

Base64 problem #1027

Closed Bibou1494 closed 11 months ago

Bibou1494 commented 11 months ago

Hello, i wanted to try this but the problem when i chnage the base64 thing so first this is my base64 url(the http://www.boomlings.com/)

aHR0cDovL2JpYm91MTQ5NC5mcmVlLm5mLw==

and when i remove the w==

aHR0cDovL2JpYm91MTQ5NC5mcmVlLm5mL

and below it's the boomlings base64 vs mine

aHR0cDovL2JpYm91MTQ5NC5mcmVlLm5mL
(mine)
aHR0cDovL3d3dy5ib29tbGluZ3MuY29tL3
(boomlings)

or

aHR0cDovL2JpYm91MTQ5NC5mcmVlLm5mLw==
(mine)
aHR0cDovL3d3dy5ib29tbGluZ3MuY29tL3
(boomlings)

You see? and i have a problem because the url don't work when i write the issue but it's work soon i think but help please.

MegaSa1nt commented 11 months ago

don't remove "w==", replace it with "3"

Bibou1494 commented 11 months ago

Ok thank's i think