#1 2012-11-16 10:24:57
- stivenotto
- 新生
- 註冊日期: 2010-05-02
- 文章數: 13
- 目前積分 : 0
將公用免費 WIFI 分享出來
基本上個人只是做一個實驗性質的前提下去研究的
是否有可能將基地台TOMATO之後裝IPKG之後再裝curl
讓基地台自動登入現在很多免費上網的地方 如 itaiwan NewTaipei 或是TPE-WIFI或是7-wifi
之後再分享網路出來
個人已經做了以下的研究實在是試不出來,還請各位大大出手相助
首先參考這個網址
http://www.mobile01.com/topicdetail.php … t=37561382
之後自己試了一下
#!/bin/sh
testing=$(/opt/bin/curl -I www.google.com.tw | grep "2000 OK")
echo "============================================="
if [ "$testing" != "" ]; then
echo "wifi logined."
elif [ "$1" == "" ]; then
echo "You need login wifi."
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, “first_name=”.$N1.”&second_name=”.$N2);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_COOKIEFILE, “/tmp/”.$temp_wav);
curl_setopt($ch, CURLOPT_URL,” https://wlanac.hinet.net/loginpages/reminder.shtml”);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
$result = curl_exec ($ch);
$fp = fopen (”/tmp/test.txt”, “w”) or die(”Unable to open stdout for writing.\n”);
fwrite($fp, $result);
fclose($fp);
curl_close ($ch);
chmod(”/tmp/test.txt”, 0777);
/opt/bin/curl -d clt_user=**帳號** -d clt_pass=**密碼** -d username=**ntpc_ntpc%帳號**%40itw -d password=**密碼** -d custom=roomState -d session=$(/opt/bin/curl -I www.google.com.tw | grep Location | cut -d "&" -f 1 | cut -d "=" -f 2) https://wlanac.hinet.net/loginpages/reminder.shtml
fi
希望有能人可以試試
感謝站主
離線
相關討論主題
主題 | 回覆 | 點閱 | 最後發表 |
---|---|---|---|
RT-N12HP WIFI 常斷線(無解) 作者 hank382031
|
8 | 27983 | 2018-09-30 12:48:30 作者 badakira66 |
如何自己設計HD WIFI IP CAM 作者 thx
|
2 | 17598 | 2018-07-21 20:52:20 作者 a2130a2130 |
NETGEAR 發表專為智慧家庭而生 Orbi 三頻 WiFi 延伸系統 作者 Service
|
0 | 5021 | 2016-11-03 15:39:05 作者 Service |
Tomato wifi 作者 ntony14
|
1 | 11355 | 2013-05-12 14:06:20 作者 e3a260 |
Wifi 移動性 IP CAM WOWWEE ROVIO 作者 thx
|
3 | 19228 | 2012-09-17 21:24:57 作者 austin11 |