Re: Anti Leech php script



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AlBen wrote:
Sorry
May be I'not so good at explanig things
But I think with a help of James I can already do something

It's simple
On may page I have a collection of external links (ex. cnn.com,
bbc.com and etc)
I would link to change my HTML links and to point not directly to
these sites but (now I think it's clear) with a check of the request
on the server.
By the way how open the link in a browser if all is ok?
I mean the user click a link, a part of PHP code checks on the server
and what after?
How to open it in a browser?

Sorry I'dont know much in PHP

Thakns to all of you


Hi, maybe you want to try something like the HTML <iframe> tag? it
allows you to present an external web page within a frame of your web
page. So the user never leaves your web site.

Here are some links that descript the <iframe> tag.
http://www.htmlcodetutorial.com/frames/_IFRAME.html
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe


Jim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHCCpBQuDJiZ/QrH0RAmW7AKDNm43r2p50L6tWz3ESC4lHAKh/3wCdEYYl
FsazVPJnEnSxBCqr8MDwVvQ=
=EgpO
-----END PGP SIGNATURE-----
.



Relevant Pages

  • Re: iframe and onload
    ... It works in Mozilla 2. ... Yes, the end tag is required, and unless you're delivering your page as XHTML, the trailing slash is meaningless to the browser, so that is identical to from its perspective. ... Further, if you did include content in your iframe, it would display in a conforming browser if the browser didn't support iframes or if it were configured not to display them. ...
    (comp.infosystems.www.authoring.stylesheets)
  • creating anchor tag with ajax onclick, simulating visited state
    ... I have an iframe in my page that holds internal documents. ... The problem is that the browser does not go to an href page when the ... tag is clicked but calls an ajax function that loads a page from my ... I tested the visited state of such a tag, ...
    (comp.lang.javascript)
  • RE: [PHP] My own "captcha" from 2 years ago......
    ... but the browser runs the code by trying to load an image. ... updated in the session. ... The php code assigns the value to the "$after" variable before said request ... by captcha.php via a simple img tag: ...
    (php.general)
  • Re: OT: HTML (WAS: MF having issues?)
    ... Right, the example above, with the tag, comes from web developers inapporpriately depending on undocumented features. ... But let's say I don't actually read the standards, but just try out the tag to see what it does, and I notice that on my particular browser, the tag displays the text in italics. ... So now my HTML page may be broken, for example, if it contained text like this: ...
    (comp.lang.cobol)
  • Re: hosting mp3 files in an aspx page
    ... Looks like I got your question wrong so I suggested using an IFrame instead of an embed or object tag. ... I was looking around and saw that you can use the html tag to embed audio in a page. ... I may suggest you considering to use an IFrame and calling the ASHX file from that IFrame. ...
    (microsoft.public.dotnet.framework.aspnet)