sorry for my english;
How to redirect some web page (Example:www.google.com) to the user once time after login?
After logging into what? A Hotspot? PPP? A VPN? PPPoE?
http://wiki.mikrotik.com/wiki/Payment_Reminders
You may be able to adjust payment reminders to do what you are trying to achieve.
A Hotspot.
Edit the alogin.file to contain a redirect to whatever URL you’d like customer to end up on.
Redirects via meta refresh header tags work better than JavaScript ones.
<html><head>
<meta http-equiv="refresh" content="0;url=http://example.com/" />
</head></html>
Thank u for your answer. I will try it and tell u to the result. ![]()