Jump to content

wolstech

Chief Risk Officer
  • Posts

    18,425
  • Joined

  • Last visited

  • Days Won

    713

Everything posted by wolstech

  1. Where is the actual site files that will include the header.php be going, in the mobile folder? If you use the same directory structure on the local test server, and relative paths throughout, you won't have to edit much of anything except database info. I have a massive amount of interconnected code and applications on my account, and there are very few places where absolute paths were required.
  2. Use relative paths and this won't happen. If you have a file in public_html and want to include something in a folder called include, instead of saying: include('/home/username/public_html/include/myinclude.php'); Use: include('include/myinclude.php');
  3. Because Apache cannot run ASP.NET code through real Microsoft .NET. The issue is that ASP.NET code is by design made for IIS and .NET. Apache behaves differently from IIS in many respects, and only supports Mono (an open source .NET clone that's not fully compatible), which is what we're trying to get away from.
  4. You got blocked again...your FTP client has the wrong password in it. Unblocked.
  5. The whole point of having the Windows server is to use IIS. We will not be installing Apache on it.
  6. Lily should be thought of as an IIS extension to the cPanel servers, not a replacement for the cPanel server. You'll be allowed to have an account on one cPanel server and on Lily. The Lily server will not provide things like mail, Java, Python, etc., so you'll need the cPanel account for that anyway. I don't know whether PHP is possible without conflicting with something else (I know they have it as an option in the IIS platform installer), but either way, you'll have PHP support through your cPanel account. As of now, my plans for Lily are to offer these initially: IIS with ASP.NET supportA database server of some kind (not sure which yet, I've seen requests in the past for MariaDB and Mongo).An FTP server.If possible, I might add PHP for convenience.If possible, I might offer Ruby on Rails as well since Johnny's support for it is ancient.How exactly your content will be accessed is also still undecided. I have to ask Krydos whether it's doable, but my preference would be to have IIS exposed through Apache in a virtual folder. If that's not feasible, IIS content will need to appear as a subdomain since it lives on a different server.
  7. The current idea is going to get you a Tommy account in front of it with apache passing requests to IIS since I don't want to do what basically amounts to developing "cpanel for windows". If we go that route, you'll request IIS in cpanel, and it will work sort of like how Tomcat and Java do now. Space will probably be 1 or 2GB. Php scripts may not run on Lily as I wasn't planning to install php on it, though this may change. To those asking how long, we're looking at several months before this is available, most of which will be related to getting the hardware installed after its purchase.
  8. Unblocked.
  9. That domain change did not succeed.
  10. Does the domain show up on the addon domains page in cpanel? Johnny has been known to have issues with creating addon domains. If so, have you waited 12 hours after adding it? Johnny takes up to 12 hours for domains to start working.
  11. That domain is now working properly. Please clear your cache. I see a blank page that says "OK" in the corner.
  12. Constantly asking for an unsuspension but not telling us which account you want won't get you anywhere, and asking repeatedly in an attempt to get around the rules and keep 2 accounts will result in a ban. Seeing that you posted this request a second time, you can have either hghgfdfd or ibrahem. Which account do you want to keep?
  13. See https://www.helionet.org/index/topic/31865-unsuspension-plz/
  14. Correct. I renamed you to teetweak2. Try again now. If the invite says its used, let me know and I'll resend it.
  15. You've been moved to Tommy. If you see a queued or suspended page, please clear your cache and flush your OS DNS records. Thank you for your donation.
  16. @Byron: I think we both just sent this. @teetweak: If you received two invites, I believe the second one will be the one that works.
  17. Foam is the common choice nowadays and is very comfortable. Yeah, odd question to see around here, but that's what this section is for
  18. Unblocked. Also, if you use https://heliohost.org/login/ this won't happen to you
  19. I responded in your other topic as well...it's because you already have an account. You can only have one account at a time. Do you want me to just move the existing Johnny account to tommy?
  20. You didn't receive an invitation because you already have an account. Users are only allowed one account. Do you want me to move your existing Johnny account to tommy instead?
  21. I'm not sure what's going on with this. I've tried manually suspending and unsuspending it, restarting apache, and checked it with two different browsers. Let's see if Krydos can figure it out.
  22. I'd use localhost since the script will be living on the server with the database.
  23. Does this addon domain appear in cpanel on the addon domains page? Johnny has been known to have issues with adding addon domains.
  24. Unblocked.
×
×
  • Create New...