.
|
Subject | Replies |   |  | Posted By |
| Modified |
|---|
|
| | Hi, This is Diva from the Hedo I site. I think things are hopeless over on that site. It's never worked properly and it appears that management considers their website low priority.
Anyway I had sent you a private email to tell you about a very active message board for Hedo II and III. You may have found it by now...DennyP,com.
Check it out. It also has a visitors... |
|
| |  | | | | | | | | |
| | Have personal message, when trying to open it, get server 500 error |
|
| | | | | |
| | When posting in forum, recieve internal server error 500, message posts but must go to back button several times and locate thread again |
|
| | | | | |
| | Gives error trying to access. Attempts to ping IP address for mail.hedo.... gives error. IP address is same subnet and range, but different final octet than www.hedo... which can be pinged.
Suspician that there is a MX record not configured correctly.
Sever appears to be Linux. Attempts to access hedomail through web application give a "sendmail" error which runs... |
|
| | | | | |
| | Gives error trying to access. Attempts to ping IP address for mail.hedo.... gives error. IP address is same subnet and range, but different final octet than www.hedo... which can be pinged.
Suspician that there is a MX record not configured correctly.
Sever appears to be Linux. Attempts to access hedomail through web application give a "sendmail" error which runs... |
|
| | | | | | | | | | |
| | For better tanning L-Tyrosene
|
|
| | | | |
| |
|
. |
.
Lets Chat
[ Chat ]
123
|
.
<%
Response.Buffer = True
Dim xml
' Create an xmlhttp object:
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
' Or, for version 3.0 of XMLHTTP, use:
' Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
' Opens the connection to the remote server.
xml.Open "GET",
"http://www.livejournal.com/customview.cgi?username=caeled&styleid=101",
False
' Actually Sends the request and returns the data:
xml.Send
Response.Write xml.responseText
Set xml = Nothing
%> |