View Single Post
  #9  
Old 03-02-2005, 03:54 PM
 
markwhoo markwhoo is offline
 

X-Adept
  
Join Date: Nov 2003
Posts: 799
 

Default

Quote:
Originally Posted by KCAutosound
totally new to the whole ssl. What exactly is the sid number anyways?


Look in your script, it is there...

Code:
<script language="javascript" type="text/javascript"> var siteseal = ''; var sid = '15938340'; </script> <script language="javascript" type="text/javascript"> var rnddate = new Date(); var rndnumber = rnddate.getTime()*1000; document.write('<s'+'cript src="'+'https://registerfly.com/ssl/showseal.php?sid='+sid+'&cachebuster='+rndnumber+'"></'+'script>'); </script> <script language="javascript" type="text/javascript"> document.write(siteseal); </script>

of course I spread it apart a bit to make it more apparent
__________________
vs 4.1.12
Reply With Quote