Message # 1 | 3:26 PM
Hello! Can anyone help me, how to remove http:// before $DOCPAGE_URL$.

For Example, i dont want to write link there, i just want to write - 9929433_160072642

So in code it will be:
Code
file=http://demo.zveron.ru/vkstreamer.php?str=video$DOCPAGE_URL$">


But the thing is it shows like this:
Code
file=http://demo.zveron.ru/vkstreamer.php?str=videohttp://9929433_160072642">


But i need: (without http://)
Code
file=http://demo.zveron.ru/vkstreamer.php?str=video9929433_160072642">


How to remove it? Can anyone help, please? cry