Fake scan with resoutl? or something like that

meCODEX

Registered Member
Joined
Jun 23, 2011
Messages
81
Reaction score
11
Hello guys,
For 3 days i try to do somthing and can't find any help, but the problem i think is i don't know where to search, that's why i write here!
I want to make a scipt like in attached image .
I want on my website a fake scan with a static contet resoult.
If you look at the image you will see what i'm talking about.
I want in first box to put an url > click submit > make a fake scan > some words above that input box like wait a minute we are scanning your website, we detect somehting, we...
> and then as resoult i want to appear a box with a content.
I tried to modify some php files founded on internet but they are not what i search.
I don't know PHP very well ( little ) but i know HTML if could this help me :)

Does someone have any ideea from where to start or how to make it? Or some ideeas made from HTML and more pages if i can't do it in one ! Something like 3 steps process


Thank you !
 

Attachments

  • scan.png
    scan.png
    13.3 KB · Views: 354
Last edited:
I think for this u need an ajax call with JS, that refers to a php script, that returns your value, and then enter it to any place on a page.
 
Ok let's say i will do it in java can someone give me a start point ?
Thanks !
 
Ok let's say i will do it in java can someone give me a start point ?
Thanks !
Java and JavaScript are not the same thing.
For example:
click button -> save starting time -> display your temp text & run interval that checks current time
-> on the right moment display your static content and hide temp text
 
Back
Top