|
|
|
สอบถามเกี่ยวกับการส่งค่าไปที่ webboard ครับ ปกติถ้าเป็น php ผมใช้วิธีการนี้ post ลง board หนะครับ |
|
|
|
|
|
|
|
Code (PHP)
$msg = random(90); อันนี้แค่ random string 90 ตัวเฉยๆ ครับ
$randup = rand(0,5);
$user = $_CONFIG['user'][$randup];
$pass = $_CONFIG['pass'][$randup];
$field = array("name" => $user, "password" => $pass, "checkkey" => $_POST['checkkey'], "checksum" => $_POST['checksum'], "pic" => rand(1,143), "body" => $msg, "filedesc" => NULL, "mailalert" => "yes", "operator" => "142", "pageno" => NULL,"pagepwd" => NULL, "pageuser" => NULL, "file" => $_POST['katoo'], "ktsub" => "Katoo", "" => "-- Reply -- Reply -- Reply --" );
$ch2 = curl_init();
curl_setopt($ch2,CURLOPT_URL,"http://bbs2.pramool.com/cgi-bin/webboard/followup3.cgi");
curl_setopt($ch2,CURLOPT_POST,1);
curl_setopt($ch2,CURLOPT_POSTFIELDS,$field);
curl_setopt($ch2,CURLOPT_RETURNTRANSFER,true);
$return = curl_exec($ch2);
curl_close($ch2);
ปกติถ้าเป็น php ผมใช้วิธีการนี้ post ลง board หนะครับ
แต่ถ้าเป็น vb ผมไม่ทราบวิธีการว่าจะส่งข้อมูลไปที่ board ได้อย่างไง รบกวนด้วยครับ
vb เป็นแบบนี้ครับ
Code (VB.NET)
Dim strurl As String = "http://bbs2.pramool.com/cgi-bin/webboard/followup3.cgi?"
strurl &= "name=username&password=mypassword&checkkey=" & checkkey & "&checksum=" & TextBox2.Text & "&pic=1&body=asdfasdfasdfasdjf;lsadkfl&filedesc=&mailalert=yes&operator=142&pageno=&pagepwd=&pageuser=&file=j829312&ktsub=Katoo&=-- Reply -- Reply -- Reply --"
ผมไม่รู้จะส่งข้อมูลไปอย่างไง แนะนำหน่อยครับ
Tag : .NET, VB.NET
|
|
|
|
|
|
Date :
2011-12-17 14:47:53 |
By :
zero1150kfc |
View :
1363 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หาข้อมูลแล้ว หายากมาก แทบจะไม่มีครับ ถ้าได้ยังไง รบกวนช่วยนำมาโพสด้วยครับ
|
|
|
|
|
Date :
2011-12-18 08:47:59 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อย่างไงครับพี่วิน ไม่เข้าใจอ่าครับ
|
|
|
|
|
Date :
2011-12-18 11:08:37 |
By :
zero1150kfc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|