Monitor this thread via RSS [?]
 
Author Thread Statistics | Show CCP posts - 4 post(s)
Crypton
Crypton

Take me to the EVE-Online forum thread View author posting habits View only posts by author
Posted - 2003.07.15 02:18:00 - [1]

for asp use this method:

checkfile basic layout:

<%
'Dim InGame 'In game browser
InGame=(instr(request.ServerVariables("HTTP_USER_AGENT"),"EVE-minibrowser")>0)
Char=""
Corp=""
CorpRole=""
Station=""
SolarStytem=""
Constellation=""
Region=""
Trusted=False
InStation=False
if InGame then
Trusted=(request.ServerVariables("HTTP_EVE.TRUSTED")="yes")
If Trusted then
Char=Trim(request.ServerVariables("HTTP_EVE.CHARNAME") & " ")
Corp=Trim(request.ServerVariables("HTTP_EVE.CORPNAME") & " ")
CorpTitle=Trim(request.ServerVariables("HTTP_EVE.CORPTITLE") & " ")
CorpRole=Trim(request.ServerVariables("HTTP_EVE.CORPROLE") & " ")
Station=Trim(request.ServerVariables("HTTP_EVE.STATIONNAME") & " ")
SolarStytem=Trim(request.ServerVariables("HTTP_EVE.SOLARSYSTEMNAME") & " ")
Constellation=Trim(request.ServerVariables("HTTP_EVE.CONSTELLATIONNAME") & " ")
Region=Trim(request.ServerVariables("HTTP_EVE.REGIONNAME") & " ")
If Station<>"None" then InStation=true
end if
end if
%>

-----------------------------------------------


include the checkfile at top of web document

<!--#include virtual="/checkfile.asp" -->

** Code for asking for trust in body of page **

<% if Trusted then %>
<% response.redirect "page.xxx" %>
<% else %>
<%
Response.AddHeader "eve.trustMe","http://www.yoursite.com/::Your reason for asking to be trusted, or other message here."
Response.Write(Request.ServerVariables("HTTP_EVE.TRUSTED"))
%>
<% end if %>

** hijacked Stav excuse #101 **
Quote:
dude read my lips, the entirety of m0o (all like 2 of us) was playing homeworld 2 all weekend
Crypton
Crypton
Amarr
Ends Journey

Take me to the EVE-Online forum thread View author posting habits View only posts by author
Posted - 2003.07.15 02:18:00 - [2]

for asp use this method:

checkfile basic layout:

<%
'Dim InGame 'In game browser
InGame=(instr(request.ServerVariables("HTTP_USER_AGENT"),"EVE-minibrowser")>0)
Char=""
Corp=""
CorpRole=""
Station=""
SolarStytem=""
Constellation=""
Region=""
Trusted=False
InStation=False
if InGame then
Trusted=(request.ServerVariables("HTTP_EVE.TRUSTED")="yes")
If Trusted then
Char=Trim(request.ServerVariables("HTTP_EVE.CHARNAME") & " ")
Corp=Trim(request.ServerVariables("HTTP_EVE.CORPNAME") & " ")
CorpTitle=Trim(request.ServerVariables("HTTP_EVE.CORPTITLE") & " ")
CorpRole=Trim(request.ServerVariables("HTTP_EVE.CORPROLE") & " ")
Station=Trim(request.ServerVariables("HTTP_EVE.STATIONNAME") & " ")
SolarStytem=Trim(request.ServerVariables("HTTP_EVE.SOLARSYSTEMNAME") & " ")
Constellation=Trim(request.ServerVariables("HTTP_EVE.CONSTELLATIONNAME") & " ")
Region=Trim(request.ServerVariables("HTTP_EVE.REGIONNAME") & " ")
If Station<>"None" then InStation=true
end if
end if
%>

-----------------------------------------------


include the checkfile at top of web document

<!--#include virtual="/checkfile.asp" -->

** Code for asking for trust in body of page **

<% if Trusted then %>
<% response.redirect "page.xxx" %>
<% else %>
<%
Response.AddHeader "eve.trustMe","http://www.yoursite.com/::Your reason for asking to be trusted, or other message here."
Response.Write(Request.ServerVariables("HTTP_EVE.TRUSTED"))
%>
<% end if %>

** hijacked Stav excuse #101 **
Quote:
dude read my lips, the entirety of m0o (all like 2 of us) was playing homeworld 2 all weekend
   
 
Copyright © 2006-2025, Chribba - OMG Labs. All Rights Reserved. - perf 0,02s, ref 20251202/0534
EVE-Online™ and Eve imagery © CCP.

COPYRIGHT NOTICE
EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf. EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. CCP hf. has granted permission to EVE-Search.com to use EVE Online and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not in any way affiliated with, EVE-Search.com. CCP is in no way responsible for the content on or functioning of this website, nor can it be liable for any damage arising from the use of this website.