Jump to content

Xplorer4x4

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Xplorer4x4

  1. I am trying to install the "Waiting time file download script using php and jquery" script found at w3webtools.com/simple-page-download-file-using-php-and-jquery/I have downloaded the demo scripts and installed them in my server at /var/www/test/. When I try to call the demo files it recognizes the file size but says the file is not found.http://4x4submods.tk/test/download.php?f=advance-security-login-system-using-php-mysql.zip Any ideas?

  2. <a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS"><img src="xxx.jpg" /></a>

    But then your not proccesing the vbphrase....Tried it and it did not proccess the phrase.
    <img src="xxx.jpg" onclick="window.open('http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS','', 'width=350,height=350')" />

    Then the image doesnt even show up.Don;t worry about it. I was trying to use it in a diffrent template then it was designed for and the template wont proces the phrase. Thanks anyways.
  3. Ok I have a basic HTML link here, but as you will see the link is then set up to process a phrase from vBulletin. I want to be able to place an image in the post bit and then have the image link to the linked phrase.This probably makes no since but take a look and I think you will understand.

    <a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS">$userinfo[host]</a>

    Is the linked phrase. I want to be able to display an image that when clicked processes the linked phrase.Some examples I tried,

    <a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS"><img src="link here to image">$userinfo[host]</a></img>

    and

    <img src="link here to image"><a target="_blank" href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=$userinfo[host]&submit=Search+WHOIS">$userinfo[host]</a></img>

    Any help is greatly apreciated. Thanks.

×
×
  • Create New...