| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Emiug
Caldari Evolution Band of Brothers
|
Posted - 2008.04.28 13:28:00 -
[1]
im currently writing a site for inside the IGB, i finished all the back end etc, but i have one small issue.
i cannot make the browser display the "Please Trust Me" window display.
The code that i am using is as follows:
Quote: if($_SERVER['HTTP_EVE_TRUSTED']=='no') { print("This site must be trusted to continue..."); header('eve.trustme:'.$this_host.'/::This Will Allow Access To The Database.',false); }
Im unsure as to why it will not display, any help would be much appreciated.
Click For Free Robert Dobbs Video Strip Show*
|

Emiug
Caldari Evolution Band of Brothers
|
Posted - 2008.04.28 18:21:00 -
[2]
i have swapped the items around, but still no joy.
Quote:
<? if($_SERVER['HTTP_EVE_TRUSTED']=='no') { header('eve.trustme:'.$this_host.'/::This Will Allow Access To The Database.'); print("This site must be trusted to continue..."); } else { ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test</title> </head>
<body> <?php morecode....
The above is the exact copy of the top of my page, so i dont know if theres anything here im doing wrong
Click For Free Robert Dobbs Video Strip Show*
|

Emiug
Caldari Evolution Band of Brothers
|
Posted - 2008.04.28 21:12:00 -
[3]
Still no luck, the site will get into the part of the function which sends the header.
So the site currently sits with "This site must be trusted to continue..." on the page until you manually add the site
Click For Free Robert Dobbs Video Strip Show*
|

Emiug
Caldari Evolution Band of Brothers
|
Posted - 2008.04.28 21:55:00 -
[4]
if i do var_dump(header('eve.trustme:'.$_SERVER['HTTP_HOST'].'/::This Will Allow Access To The Database.'));
the output is as follows
Quote: n++
i saved the file in ANSI to try remove anything that wasnt there, but it still didnt work
Click For Free Robert Dobbs Video Strip Show*
|

Emiug
Caldari Evolution Band of Brothers
|
Posted - 2008.04.28 23:50:00 -
[5]
done that and i get the following
Quote: n++string(69) "eve.trustme:alanabram.co.uk/::This Will Allow Access To The Database."
Click For Free Robert Dobbs Video Strip Show*
|

Emiug
Caldari Evolution Band of Brothers
|
Posted - 2008.04.29 10:54:00 -
[6]
i replaced added the http:// and the folder path to the end of address, but i still just get the "you must trust me" message
Click For Free Robert Dobbs Video Strip Show*
|
| |
|