Search results

  1. A

    Is Jodohost Paypal working yet ?

    Is there any update on the jodohost paypal problems ?(
  2. A

    Is CP down or something ?

    Excellent now I know what’s going on, thanks for the reply :)
  3. A

    Is CP down or something ?

    Hi 1st problem: - I can't open a support ticket because it won't let me input my email address, basically there is no input box for entering your email 2nd Issue is working now 2nd problem and main issue: - I can’t log into my reseller or user account control panel or use the link...
  4. A

    Noobie looking for free internet shopping software

    Had a bit of a search around the forum and I'm totally lost ?( I want to setup a shopping cart or online shop on one of my websites and need help in the form of free software or a tutorial / how-to Any help appreciated ;)
  5. A

    Where can I get .com.fj domian info ?

    Thank You, just solved a major problem ;)
  6. A

    Where can I get .com.fj domian info ?

    I'm trying to locate a site that will give me the details of a .com.fj (fiji) domain name Can anyone point me in the right direction please ?(
  7. A

    What is the Zone File ?

    Hi I just got an email from one of the people I host a site for (We now want to get our email account run under one domain name so our host in Fiji, Unwired needs access tp the Zone File) They mention a Zone File for email, anyone got any idea what this is ?( Thanks to anyone who can...
  8. A

    AWStats access

    If I remember this correctly :tongue: log into H Sphere > click on Stats > click on magnified glass (under Webalizer) for stats The page that opens up (in a new browser window) will have your stats and you can email the URL of the link to your customer for them to view the stats without...
  9. A

    Nigerian Scam PM

    This is the email bounced message, it seems the abuse email box thought it was spam :D --- bounced email --- This is the mail system at host dspam1.local. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For...
  10. A

    Nigerian Scam PM

    Thanks I tried emailing abuse @ jodohost.com but it bounced for some reason ?(
  11. A

    Nigerian Scam PM

    I just received the following PM from a nigerian scamer Anyone else get one ?( --- PM I received --- sd111 Guppy Join Date: Dec 2006 Posts: 0 From Sandra Reply -------------------------------------------------------------------------------- From Sandra Reply Ivory...
  12. A

    How do I block/bounce spam .gif files

    Anyone know how to do this ?(
  13. A

    How do I block/bounce spam .gif files

    I have my an email address at my domain which is forwarded to my ISP email address and I want to bounce/block the spam with .gif files in it at my domain before it gets forwarded to my ISP email address How do I block/bounce the .gif files in the spam ?( Thanks in advance :)
  14. A

    ASP Form - Help Needed

    Thanks everone for your replies, I will follow antic's advice and have a read of w3schools site asp pages to see if that helps me understand asp some more :]
  15. A

    ASP Form - Help Needed

    I just tried the above code and got the following error ?( Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'Body' /contact.asp, line 17 I have no idea what's going on, anyone got any ideas ?(
  16. A

    ASP Form - Help Needed

    Thanks hafa and bro, yes this is a bit much for me to under stand as I'm a complete newbie at ASP I'll read it again tomorrow and see if any of it makes sense then, Thanks again ;)
  17. A

    ASP Form - Help Needed

    Thanks hafa, I tried the following code objCDO.Body = "First Name: " & Request.Form("firstName") & vbCrLf objCDO.Body & "Last Name: " & Request.Form("lastName") and get an error ?( Microsoft VBScript compilation error '800a03ea' Syntax error /contact.asp, line 18...
  18. A

    ASP Form - Help Needed

    Thanks for the help, this code works great and does exactly what I wanted to do originally before I decided to add extra fields ;)
  19. A

    ASP Form - Help Needed

    Thanks for your ongoing help and assistance to help me get this working ;) I tried your code above and get the following error message Microsoft VBScript compilation error '800a03ea' Syntax error /contact.asp, line 28 objCDO.Body += "Last Name: " & Request.Form("lastName") &...
  20. A

    ASP Form - Help Needed

    Thank You for the reply ;) Yes all my name attributes are inside the form tags and I'm using method="post" I tried Request.Form instead of Request.Form.Item and it works fine But when I try objCDO.firstName = Request.Form("firstName") I get the following error ?(...
Back
Top