Page 5 of 7 FirstFirst ... 234567 LastLast
Results 41 to 50 of 63

Thread: Best fake "home" pages ?

  1. #41
    AdrianPhoto's Avatar Nice Member BT Rep: +16BT Rep +16BT Rep +16BT Rep +16
    Join Date
    Sep 2008
    Location
    P2P
    Posts
    500
    after checking PiN, wow, it's freakin awesome

    I LOVE Canada

  2. BitTorrent   -   #42
    Quarterquack's Avatar sprclfrglstcxpldcs BT Rep: +3
    Join Date
    Dec 2009
    Posts
    3,223
    Quote Originally Posted by AdrianPhoto View Post
    after checking PiN, wow, it's freakin awesome
    And totally useless.

    Holy crap, I can't believe I'm about to post a serious reply in this thread, but will people stop picking places like FTN, FSC and PiN?

    BCG, iTS, Waffles, THERE are good pages. All would fail under register.php; login.php searches, so it makes it actually, you know, secure. Like a login page to a place where you download pirated material is supposed to make you feel.

    Laugh at me, if need be for being a hypocrite and going against my first post in this thread, but I just wanted to set things straight. A home-page is only secure, if you can't apply your predisposed knowledge to find what lies behind it.
    Ellipses go here.

  3. BitTorrent   -   #43
    AdrianPhoto's Avatar Nice Member BT Rep: +16BT Rep +16BT Rep +16BT Rep +16
    Join Date
    Sep 2008
    Location
    P2P
    Posts
    500
    A home-page is only secure, if you can't apply your predisposed knowledge to find what lies behind it.
    I wouldn't have been able to put it in any better form
    +1 for that.

    I'd also add, it's not the problem with the homepage, the problem is with the stupid staff themselves (not specifying any tracker here).. really, the lack of coding skills (or fear of messing things up) made them just send the variables values from one page (index.php or login.php) to some modded (index.php) so they can be sent to takelogin.php

    Simply by setting a session with a hashed token that can be obtained only by inputting the correct username&password THEN and only then the other pages should be accessible otherwise they should redirect the user to the "fake" homepage.
    it would something like this

    function isLoggedIn(){
    ...;return true;
    ...;return false;}
    if (!isLoggedIn()){
    header ("Location:... .php");
    exit;
    }else{
    //the rest of the page's code go here
    }

    and just add that to every page , include it or whatever, and with a good robot.txt..
    one last thing, redirect 404 to the "fake" index.php
    now there's no way to tell the different between a page that exist (login.php, browse.php..) and a page that doesn't, they all will redirect the user (if not logged in) to the "fake" index.php
    and that's it
    Last edited by AdrianPhoto; 04-15-2010 at 07:11 AM.

    I LOVE Canada

  4. BitTorrent   -   #44
    pretend's Avatar Is this it? BT Rep: +1
    Join Date
    Jun 2009
    Posts
    251
    Waffles, serves the purpose in the most polished manner.

  5. BitTorrent   -   #45
    Quote Originally Posted by AdrianPhoto View Post
    after checking PiN, wow, it's freakin awesome
    Wasn't PiN's login page more of a joke rather than a fake front, or am I missing something?
    "I just remembered something that happened a long time ago."

  6. BitTorrent   -   #46
    Ftn.fsc.bcg!

  7. BitTorrent   -   #47
    AdrianPhoto's Avatar Nice Member BT Rep: +16BT Rep +16BT Rep +16BT Rep +16
    Join Date
    Sep 2008
    Location
    P2P
    Posts
    500
    Wasn't PiN's login page more of a joke rather than a fake front, or am I missing something?
    to be honest, it's not much of a "fake", but I liked the idea, I've spent some minutes there, then when I got tired I took a peak at the html source.

    I LOVE Canada

  8. BitTorrent   -   #48
    wffls and bcg tricked me at first

  9. BitTorrent   -   #49
    thisguy's Avatar Poster
    Join Date
    Oct 2009
    Location
    The right place i hope
    Posts
    64
    waffles.fm and seedmore.org are very good fakes, one is like a wiki page the other like a blog haha

  10. BitTorrent   -   #50
    Ippatsuman's Avatar Member
    Join Date
    Apr 2010
    Location
    France
    Posts
    39
    Waffles fake pages is really disturbing.

    BCG has the best system to log in and FTN the more funny ^^

Page 5 of 7 FirstFirst ... 234567 LastLast

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
  •