���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/public_html/geo/url/index.html
���ѧ٧ѧ�
<html> <head> <style> .core { width: fit-content; height: fit-content; background: lightgray; padding: 50px; } .box { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } html, body { margin: 0px; padding: 0px; } input { height: 50px; width: 350px; border: black 1px solid; margin: 5px; font-size: 20px; } select { margin: 5px; width: 100px; height: 25px; font-weight: bold; } .url { background: white; display: flex; font-size: 20px; font-family: Arial, Helvetica, sans-serif; margin: 5px; width: 350px; height: 200px; align-items: center; padding-left: 5px; } input:valid{ border: 2px solid #ff9191; outline: none; } </style> </head> <body> <div class="box"> <div class="core"> <select name="Type" onchange="update()" id="type"> <option value="let">Let</option> <option value="var">Var</option> <option value="const">Const</option> </select><br> <input onchange="update()" placeholder="IP Variable Name" id="ipvar" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <input onchange="update()" placeholder="ZIP Variable Name" id="ipzip" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <input onchange="update()" placeholder="CITY Variable Name" id="ipcity" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <input onchange="update()" placeholder="REGION Variable Name" id="ipregion" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <input onchange="update()" placeholder="REGION CODE Variable Name" id="ipregioncode" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <input onchange="update()" placeholder="COUNTRY Variable Name" id="ipcountry" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <input onchange="update()" placeholder="COUNTRY CODE Variable Name" id="ipcountrycode" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <input onchange="update()" placeholder="TIMEZONE" id="iptimezone" pattern="[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"><br> <textarea id="url" class="url">https://rickard.co/geo/</textarea> </div></div> </body> <script> function update() { let type = document.getElementById('type').value let ipvar = document.getElementById('ipvar').value let ipzip = document.getElementById('ipzip').value let ipcity = document.getElementById('ipcity').value let ipregion = document.getElementById('ipregion').value let ipregioncode = document.getElementById('ipregioncode').value let ipcountry = document.getElementById('ipcountry').value let ipcountrycode = document.getElementById('ipcountrycode').value let iptimezone = document.getElementById('iptimezone').value let urlstring = 'https://rickard.co/geo/?type=' + type + '&ipvar=' + ipvar + '&ipzip=' + ipzip + '&ipcity=' + ipcity + '&ipregion=' + ipregion + '&ipregioncode=' + ipregioncode + '&ipcountry=' + ipcountry + '&ipcountrycode=' + ipcountrycode + '&iptimezone=' + iptimezone + '"></scrip'; document.getElementById('url').value = '<script src="' + urlstring + 't>'; } </script> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�