Don’t put the real addresses at random, you piss off the other administrators who are called non-existent pages, and what’s more, it looks like spam.
Always use example.com which is there for that…
Your question is not clear at all,
explain yourself better why you ask for something you already do and you don’t realize it?
I am currently using PPPOE for my clients and everytime a pppoe client disconnect i want it to hit a link on my website to give it get request so that it can save the data to mysql.
Currently users with # doesnt seem to work
So the $user is just the username of the pppoe user.
Now i have problems with pppoe usernames such as : SR#kennedy
I need it hit the website like this example
On down
Lets say the user is SR#kennedy
:local nama “$user”;
/tool fetch url=“https://example.com/number=SR%23kennedy &bid=BID202202004”; ← somehow to make it work this way sir
i am new to scripting in mikrotik , could you kindly help me make a script that i can just copy paste into mikrotik. I will be placing this script on ppp>profile>scripts>on down and on up
hi there please anyone could help me out?
I am currently using PPPOE for my clients and everytime a pppoe client disconnect i want it to hit a link on my website to give it get request so that it can save the data to mysql.
Currently users with # doesnt seem to work
So the $user is just the username of the pppoe user.
Now i have problems with pppoe usernames such as : SR#kennedy
I need it hit the website like this example
On down
Lets say the user is SR#kennedy
:local nama “$user”;
/tool fetch url=“https://example.com/number=SR%23kennedy &bid=BID202202004”; ← somehow to make it work this way sir
i am new to scripting in mikrotik , could you kindly help me make a script that i can just copy paste into mikrotik. I will be placing this script on ppp>profile>scripts>on down and on up
The # needs to be URL encoded (e.g. with some chars converted like # converted to %23). You can use a function to do this in your PPPoE script to call fetch.
I have tried placing the code into mikrotik and nothing happend on down, so i tried disconnecting the pppoe user. sorry i dont really know how the scripting system works.
here is the link of the screenshot https://imgur.com/a/kBdRpXh