Search results

  1. D

    Question for VPS

    If I were to purchase a VPS account, will I be able to run a small game server program off from it, custom port and all? I am asking because I am currently writting an Client/Server Game Application, and I need a server to host the Server software, and the server cannot be behind a router...
  2. D

    Cant get to my Control Panel

    that helped, thanks :D
  3. D

    using H-sphere login username/password

    Are you talking about logging in users of Jodohost to their CP through a remote site, or about how to authenticate a website user in ASP? If you're talking about the 2nd, you do not need an API to do so, a Database that has the users info of course, but no APIs. With a database, all you...
  4. D

    Cant get to my Control Panel

    When I log in it tries taking me to my Control Panel because I can see the url, but it just stops... and doesnt load. Ive tried logging in a couple times again, but it does the same thing. My account is Spencer. Thanks.
  5. D

    Is there a problem with cookies on the servers?

    You are using an extra property that isnt supposed to be there. Here's what you need instead of the first code you posted: Set dbRecSet = Server.CreateObject("ADODB.RecordSet") dbSQLStr = "SELECT tblMembers.member_name FROM tblMembers WHERE member_name = '" & strUname & "';" dbRecSet.Open...
  6. D

    Transferring from Shared to VPS...

    Also, does VPS come with ASP/ASP.Net installed on it?
  7. D

    Transferring from Shared to VPS...

    If I were to switch from a shared account to a VPS account, is there an easier way of transferring all my files on the shared server to the VPS?
  8. D

    ActiveX Inet component

    Alright, I sent out a ticket from my account. :D
  9. D

    ActiveX Inet component

    I was wondering if this DLL is enabled cause I was writing a script in ASP that tries using the Inet Component and I got this error: Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object: 'InetCtls.Inet' /forum/InetTest.asp, line 5 line 5: Set Inet1 =...
  10. D

    How long?...

    How long do I have to wait before my account is Suspended no longer if I payed the money plus next month's money? Its been 20 hours so far, just wondering, thanks. :D
  11. D

    ASP Error help...

    Microsoft VBScript runtime error '800a0006' Overflow /wwf/forum_posts.asp, line 811 Line in question: FormatPercent(lngAuthorHP / lngAuthorMax_HP, 0) I need some help figuring out a solution to this error... Thanks in advance to anyone who can help.
  12. D

    Need help with Database Error!

    <% @ Language=VBScript %> <% Option Explicit %> <% Dim adoCon Dim strSQL Dim rsCommon Dim rsCommon2 Dim strDbPath Dim strCon Dim strMarqueeContent Dim saryNewsContent(0) Dim saryNewsTitle(0) Dim intX Dim intXX Dim lngHitCounter Dim strAdminUsername Dim strAdminPass Dim blnAdmin...
  13. D

    Need help with Database Error!

    The problem is in the common.asp i think, because it doesn't make any sense to have <tr> be an error. lol. The code I posted first was the index.asp page itself...
  14. D

    Need help with Database Error!

    Microsoft JET Database Engine error '80004005' Not a valid file name. /childcare/index.asp, line 12 -------------------------------------------------------- The code around that line is: 01 <% Option Explicit %> 02<!--#include file="common.asp" --> 03 <html> 04 05 <head>...
  15. D

    Somethings wrong with my site...

    Well, its still doing the same thing.. It might be because the domain that im using is stupified.jodohost.com and on my control panel it says its stupified.jodoshared.com
  16. D

    Somethings wrong with my site...

    It wont show any pages. If you go to http://stupified.jodohost.com/ it will say it cant list the directory files, when its supposed to show the index page... and when you go to a page coded in ASP it says stuff about the IIS and things of that sort... ASP example...
  17. D

    Um... Hasn't Reactivated...

    k thankz :D
  18. D

    Um... Hasn't Reactivated...

    Hey, I just made a payment for 10$ on my account to pay the invoice that was pending. The problem is that my account doesn't take that into account and it still says I haven't paid the invoice... Maybe it takes some time? Thankz.
  19. D

    My Hosting(NEW) Account ?????

    Well i am also getting this, I just purchased hosting through credit card like 15 minuts ago and it said the transaction had been processed but when I get to the Control panel it says Thanks, Please check your email for your account status... so I did but I didn't get an email about anything...
  20. D

    ASP Programmers Needed...

    I haven't really looked at ASP.Net, but what exactly are it's differences from regular ASP?
Back
Top