Results 1 to 10 of 10

Thread: Auth

  1. #1
    Join Date
    Mar 2006
    Posts
    201
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Auth

    how does one create an auth for a script. I know people can do it, but id like to learn how myself
    |>|-|33|2 /\/\ '/ 1337 |-|@>< 0|2 |)1 3

    " There are no stupid questions, only stupid people "

  2. #2
    Join Date
    Mar 2006
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Get a website and make a .txt file on it. (http://website.com/auth.txt) and have scar get the page and check if the username/pass match it. For all this to work and no one to view it, you'd have obfusticate the script.

  3. #3
    Join Date
    Feb 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Or you could encode your site to where it requires a username/password to enter.

  4. #4
    Join Date
    Feb 2006
    Location
    Myrtle Beach, SC USA!
    Posts
    841
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Thats probably the easist way iv heard of doing this yet DMA, quite intersting.
    Retired SRL Leader - Web Developer by Trade, Free Lancer

    http://s-vizion.com
    http://blog.s-vizion.com

  5. #5
    Join Date
    Mar 2006
    Posts
    201
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how exactly would one make scar check the website?
    |>|-|33|2 /\/\ '/ 1337 |-|@>< 0|2 |)1 3

    " There are no stupid questions, only stupid people "

  6. #6
    Join Date
    Feb 2006
    Location
    Locked in RAM's closet !
    Posts
    2,001
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    openURL('http://www.sitename.com')

  7. #7
    Join Date
    Feb 2006
    Location
    New Zealand
    Posts
    1,330
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There is two ways to put a auth system in. One have a text file on a website and have it check in there by using getpage('Website'). This is ok but people can just share passwords so there is no real point in having it.

    Next is using php where the website requires you to log in kinda. Well anyways this way is much much better and can log ips ......i think

  8. #8
    Join Date
    Mar 2006
    Posts
    201
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    meh im not too concerned with it. I figure anyone that can obfuscate to bypass the auth or somehow finds the pass, deserves it...
    |>|-|33|2 /\/\ '/ 1337 |-|@>< 0|2 |)1 3

    " There are no stupid questions, only stupid people "

  9. #9
    Join Date
    Feb 2006
    Location
    New Zealand
    Posts
    1,330
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by weaselforce
    meh im not too concerned with it. I figure anyone that can obfuscate to bypass the auth or somehow finds the pass, deserves it...
    but then your screwed because people are F**ktards sometimes. If i posted a script ehre with me auth or even just told someone the user and pass to use then nothign is to stop them. People can just use word of mouth to share round scripts.

  10. #10
    Join Date
    May 2006
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is partially what encryption was designed for.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auth?
    By ZaSz in forum OSR Help
    Replies: 18
    Last Post: 01-11-2008, 09:14 PM
  2. Adding Auth!
    By shangardezi in forum OSR Help
    Replies: 9
    Last Post: 11-19-2007, 11:22 AM

Posting Permissions

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