Results 1 to 5 of 5

Thread: การป้องกันไม่ให้เห็น file หรือ url บนเว็บ

  1. #1
    Kittipong_kang
    Guest


    การป้องกันไม่ให้เห็น file หรือ url บนเว็บ

    ใครรูวิธีทำให้ URL เหมือน URL เมื่อ login ของเว็บ เมล์บ้างมันทำยังไงช่วยบอกที (PHP)

  2. #2
    Kittipong_kang
    Guest


    Re: การป้องกันไม่ให้เห็น file หรือ url บนเว็บ

    จากไฟล์ของเราเป็นแบบนี้
    http://www.thai.net/abcom/data/condb.php
    จะเปลี่ยน ให้เป็น
    http://mymail.doramail.com/scripts/common/...cf683d59a05b8b6

    แบบนี้อะ

  3. #3
    Kittipong_kang
    Guest


    Re: การป้องกันไม่ให้เห็น file หรือ url บนเว็บ

    ถ้ายาวไปแบบนี้ก็ได้
    http://mymail.doramail.com/scripts/common/...fa5495189ca7941

  4. #4
    Administrator asylu3's Avatar
    Join Date
    Jun 2000
    Location
    Thailand
    Posts
    3,557


    Re: การป้องกันไม่ให้เห็น file หรือ url บนเว็บ

    ตัวเลขที่ยาวๆนั้นคงเป็นค่าตัวเลขที่กำหนด แบบ session นะครับถ้าอยากทำแบบนั้นจริงๆแนะนำให้หา mail server มาลงแล้วลองแกะ code ดูนะครับ แนะนำให้ไปหาที่เว็บนี้นะครับ http://www.hotscripts.com

  5. #5
    Junior Member
    Join Date
    Dec 2006
    Location
    Bangkok , Thailand
    Posts
    2


    ลองทำแบบนี้ก็ เก๋ดี นะครับ ง่ายดีๆ ไม่ต้องคิดมาก เหมาะกับมือใหม่ (อย่างผมด้วย)

    // สมมติ ค่าจาก Link คือ index.php?page=aboutus
    // อยากให้ Url ดูเก๋ๆ ก็ หาเอาตัวแปรอะไรมาใส่แล้วเข้ารหัสยาวๆหรือ เรียกค่า Session ID ก็ได้ครับ หรือ อยากทำให้มีความหมายมากกว่านั้นก็ลองคิดดูนะครับ

    <?

    if(isset($_GET[&#39;page&#39;]) == "aboutus")
    {
    include_once("aboutus.php"); // เรียกหน้าข้อมูลของ Aboutus
    }
    else
    {
    include_once("home.php"); // ไม่เจอก็อะไรก็ดึงหน้ามาแรกเข้ามาก่อน แล้ว ค่อยว่ากัน
    }

    // เวลาทำ link เปิดหน้าต่างๆก็ link ใส่หน้า index.php อย่างเดียวเลยครับ แค่ระบุค่าตัวแปร page ให้ถูกต้อง
    // แต่วิธีแบบนี้ก็มีทั้งข้อดีและข้อเสีย เหมาะกับบางอย่าง
    ?>

Similar Threads

  1. ทำการ upload file ใน file.citec.us ไม่ได้
    By SheLLniX in forum แจ้งปัญหาการใช้งานบอร์ด
    Replies: 2
    Last Post: 04-12-2009, 07:18 PM
  2. Replies: 1
    Last Post: 05-06-2009, 07:18 PM
  3. โปรแกรมในการเปิด .cbr , .cbz file ( comics book archive file)
    By finger in forum แนะนำ Software ต่างๆ
    Replies: 0
    Last Post: 30-11-2008, 12:40 PM
  4. Replies: 0
    Last Post: 20-11-2007, 08:59 PM
  5. Replies: 2
    Last Post: 03-10-2006, 12:03 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •