![]() |
|
Tutorial [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Tutorial [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) (/Thread-Tutorial-RELEASE-MustWatch-1-0-Must-Watch-PHP-Page-before-accesing-another-SESSIONS) |
[RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - ConsoleTVs - 11-26-2014 Hello, in this post I'll be adding the files of my little project The main objective is monitorize, $$, so in fact here is what it does: 1-The user wants to acces index.php where we do have our content. 2-The user gets redirected to must_watch.php (a page with ads or any content) 3-After the given time has passed, the user gets redirected again to index.php Pros: - It cannot be skipped by typing index.php in the URL, in fact it's because a code is generated and saved into the session, and only if the session is the same as the code given in the URL the user can see the content DOWNLOAD: https://mega.co.nz/#!phsUlQAQ!MuYrdkGNbjqkc_X65cm98wM13quUOjt8UJzsbb6ilSQ HOW TO USE: Extract the content Edit the must_watch.php and change the time value (follow instructions inside) Add the HTML page replacing the demo HTML and whaalaaa! SECURED! BY: CONSOLETVS / DR NOXER RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - Nebulous - 11-26-2014 You've created nothing new. On the other hand, anyone with the slightest knowledge of PHP could've done this. At least create something that hasn't been reinvented 100s of times. RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - ConsoleTVs - 11-27-2014 Nobody saied that, that was made for self pruposes, but somebody may find it useful, that's why i am sharing it, as you're not interested I don't see why do you comment dumb things, it's ovious it's created alredy, I've made my version and shared it, as simple as 1 2 3 RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - MikeM - 11-27-2014 (11-27-2014, 10:09 AM)ConsoleTVs Wrote: Nobody saied that, that was made for self pruposes, but somebody may find it useful, that's why i am sharing it, as you're not interested I don't see why do you comment dumb things, it's ovious it's created alredy, I've made my version and shared it, as simple as 1 2 3 Ignore posts like his, its like saying: hey don't create a new fps game there are enough of them or don't create a webbrowser there are enough of them. You made it and shared it for free, well done. Didn't looked into the source but did you use sessions and/cookies? Give us some more specific information. We want to know what it does and how it works by reading the thread. Keep on scripting Yours sincerely, Mike RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - Nebulous - 11-27-2014 (11-27-2014, 10:09 AM)ConsoleTVs Wrote: Nobody saied that, that was made for self pruposes, but somebody may find it useful, that's why i am sharing it, as you're not interested I don't see why do you comment dumb things, it's ovious it's created alredy, I've made my version and shared it, as simple as 1 2 3 My fucking lord, could you at least learn fucking english before responding to me? RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - Sikom - 11-27-2014 (11-27-2014, 08:26 PM)B4Sh_BuLLy Wrote: My fucking lord, could you at least learn fucking english before responding to me? Don't be such a grammar nazi, this is the internet deal with it! P.S i am not removing your rating. RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - Nebulous - 11-27-2014 (11-27-2014, 09:11 PM)SimPlaysGames Wrote: Don't be such a grammar nazi, this is the internet deal with it! P.S i am not removing your rating. Are you implying I should care about a small number below my name on a forum? RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - MikeM - 11-28-2014 (11-27-2014, 09:11 PM)SimPlaysGames Wrote: Don't be such a grammar nazi, this is the internet deal with it! P.S i am not removing your rating. (11-27-2014, 09:46 PM)B4Sh_BuLLy Wrote: Are you implying I should care about a small number below my name on a forum? Please stay on topic. Get this discussion about reputation somewhere else. therefor @"B4Sh_BuLLy" you really act like your name just keep it down a little. You do not need to bash everyone who shares something. Just keep your language a bit appropriate. @OP like I said before, keep on scripting I'd love to see some other thing from you soon on here. RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - Nebulous - 11-28-2014 (11-28-2014, 08:42 AM)MikeM Wrote: Please stay on topic. you think the "B4sh" part in my name represents bashing people? lolol RE: [RELEASE] MustWatch 1.0 | Must Watch PHP Page before accesing another (SESSIONS) - ConsoleTVs - 11-30-2014 Why do you start such a dumb discussion? If you like it take it, elsewhere ignore it. And yeah, it uses sessions, not cookies, if you take a look at the source, it uses the $_GET and $_SESSION to verify the random code generated |