Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Access to Web Site

  1. #1
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Question Access to Web Site

    Hi Guys & Dolls

    Question to you boffin's out there...

    I designed a commercial web site for a customer, and now the owner has changed the FTP password and refuses to pay me for my services. Any idea how I could get access to the site to delete my work etc.

    I know it sounds strange.. but customers can be a real pain at times and I do not see why he should have 50 pages of my work for free.. after all I'm not a charity.

    Any suggestions or ideas would be appreciated...
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    I think if you try to access the FTP password using some indirect methods it will create problems for you.

    Even if it is your work i think simply accessing the FTP server by breaking into the server and deletes your work will make that an illegal act from your side. The site owner can approach justice department in that.

    You can go legally if you have some proof that you've done the work and if that person can't provide any payment details he made in the past, it will become his problem to provide enough proof that clarifies that he did pay you.

    Difficult situation.

  3. #3
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Go to Court!!!!!
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Sue him.

    The only way that I can think of to hack into ftp would be to use brute force.
    To do so, it's not that complex, more tedious, really, to write a script that would do it for you.
    The problems--
    1-- you need to know the username (or, I suppose, the password), as doing both would take an insanely long time.... insanely long. As in decades.... millennia.
    2-- brute force works great through about 5 characters. After that, it starts to take about a week for 6 chars, and for 7, muuuuuuch longer.... like a year, if not more.
    I think these numbers are about right. The process is exponential, and all based on the number of characters you check for.

    I wrote a script that did this (just for fun, tried to hack my own server), and I think it took like 2 days to get a 6 character password (and that was all limited to lowercase letters).


    So.... this was just a random tangent, and wouldn't help you anyway.
    And, yes, it would be illegal.

    Just sue him.

    Get a lawyer (or a lawyer friend) to write him a letter. Should do the trick.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Also note, that if you were able to get in, most web hosts offer a back up of all files, and this back up is usually done daily.

    If you were to delete your files, the client could just run the back up and re install the pages.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    djr33: Depends on the speed of the processor (and network).
    Brute-forcing is a particularly clumsy method, and will be immediately noticed by any competent network admin.

    Also, of course, it's illegal: whether it'd be a crime against the client or not, I don't know, but the server company can (and probably would) prosecute.

    Lawyer suggestion seconded.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    you could also try going through the host. Once again you will need proof that they stole your work, but the host may be willing to help.

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Right. But the processor of the server you're trying to access, not yours. For example, if you were to run the same script from multiple computers, it might seem as if that would be faster, but it would instead do twice as many requests from twice as many servers, thereby slowing the rate at which they are processed.... so.... no way to speed that up.
    And, yes, illegal.

    Go through the host, send him an official letter (from a lawyer if possible), then get a lawyer and sue/etc.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #9
    Join Date
    Oct 2006
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Simon in future accept payment before you give him the acess to the webpage and what hosting service did you use

  10. #10
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Yeah... show him all he wants, but from the user side of things... put them on your site, then sell them to him if he likes it.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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