Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,726
  • Joined

  • Last visited

  • Days Won

    662

Everything posted by wolstech

  1. Can you explain what this account is being used for? The scripts on the account look very similar to those used by several social media like bots, and our automated systems also suspect phishing. Both likebots and phishing are forbidden here. Also, please provide a different email address. Your current email provider is banned for abuse.
  2. We don't really support composer. Our general recommendation for composer stuff is to install it and run all the commands on your own PC, then upload the resulting files. It works just fine and doesn't require we install it or run anything on our servers that way.
  3. You're on the wrong server if you're trying to run a production-grade website. Tommy is the server for production websites that need pages that always load and load quickly (in seconds). The other two servers are significantly slower. Ricky can be very slow at times as you're seeing due to age (12 year old server) and crowding, and Johnny's uptime is terrible since he's an overloaded test server (not for production use). Getting a free account on Tommy is nearly impossible due to demand and we generally require donations to get an account outside the free signup window, but if you want, I'd be happy to move your account and offer you a trial for 2 - 3 days before you donate to be sure he meets your needs. If you're not happy, we'll just cancel your account after that time instead. Would you like to try?
  4. Unblocked.
  5. You're aware we run PHP as CGI here right? The module method for running PHP in Apache has not been recommended since 5.4 came out. Web servers that aren't Apache don't support anything but CGI, and CGI is recommended for Apache as well. As for getting PHP working on IIS, it's just an MSI you run to install the missing component. The issue is that component's official installer doesn't like the 10.0 version number of all things...so someone made an installer that doesn't check. The Application Data folder access denied message is normal and by design. It's part of Windows legacy support. Some old 2000/XP era programs hard coded the Application Data folder's path, but Windows Vista and up don't use the same profile folder structure as XP...these "dummy" folders exist so the compatibility of these programs isn't affected (they are aliases to %UserProfile%\AppData\Roaming or %UserProfile%\AppData\Local, and the access is intentionally denied to avoid an infinite loop when running directory listings since they point to their own parent folder...). You need to find out how to change Mono's appdata folder (there's probably a setting somewhere) and point it to a folder that actually exists and it has permission to access.
  6. No idea on if the Hosts file works with IIS or not. I've never used it in that manner. IIS does have an equivalent of virtual hosts (different domains with different doc roots) though. I have no idea on Python/Perl CGI, but PHP 7 will definitely run and MySQL is server-agnostic (it doesn't care what web server is running the PHP that talks to it). Installing PHP is a pain though because WPI is broken and you have to hunt down and manually install a component that always fails to get everything working. If you really wanted, you could just run Apache on port 80 and ASP.NET on port 8080 through IIS, or since you have Mono working, just run that on 8080 and access it directly. In my experience, ASP.NET doesn't work well behind Apache anyway (I had to expose IIS directly on Lily for this exact reason. I couldn't get it working behind an Apache proxy). Are the domains you're using real domains? Are they live now? If they're real and not already hosted here, you could test this stuff on Lily if you wanted. She runs IIS+PHP+ASP.NET+MariaDB. (Yes, we have an IIS server, we just don't advertise it). If they're not real, you could try the hosts file method to point them to Lily's IP, but no guarantee they'll work.
  7. There's almost no reason to ever be using hard coded paths in software...I would start by fixing that issue. For example PHP gives a convenient way to get the folder containing the running script automatically, no hard-coded path needed. $scriptdir = dirname(__FILE__); A lot of time these variables will be initialized in a file that lives in your program's main folder alongside index.php. From there you can walk all the subfolders and even get the parent folder using dirname() or defined folder names: $images_folder = $scriptdir.'/images'; $parent_folder = dirname($scriptdir);With that fixed, the server being used no longer matters. Assuming you patch out the absolute paths, your software should run with few or no issues on IIS. I wrote most of the systems I'm running on Xampp (Apache)...many of them are now on IIS with zero issues. Of every program I wrote, I can think of exactly one that requires a hard coded absolute path, and it's because the alternative (enabling allow_url_include) is a massive security risk. TL;DR: Fix your code instead of trying to make a non-standard configuration work.
  8. It's a fake system folder used to emulate Windows XP-era AppData...odds are the reason you're seeing this is because either your Mono version is too old to run on modern Windows, or more likely it has a bug that wasn't fixed because nobody ever bothered testing it on newer Windows (you're the first person I've ever met that wanted to run this on Windows...) You can find the hidden folder by going into Folder Options->View->uncheck "Hide Protected Operating System Files"->Yes. Be aware that messing with this folder may break support for older software.
  9. As soon as Krydos looks at it. The report suggests your email address contact got compromised, but I want to make sure he doesn't see anything I missed while looking through it. Left unfixed, sending spam can cause the entire server to end up blacklisted.
  10. This time around it went inactive...make sure you use https://heliohost.org/login/ or https://tommy.heliohost.org:2083/ (with nothing after the slash) so your logins count. FTP, mail, and similar do not count. Unsuspended.
  11. We don't support A records for any domain that's not your main domain, so you won't be able to use that here unless you make it your main domain (which will delete your heliohost.org subdomain). Please be advised that if you decide to make it your main domain, mail, cPanel's DNS functions, CloudFlare, and several other functions won't work properly without using our name servers. We also won't provide any form of support for an account used in this manner since we cannot troubleshoot or make any guarantees as to what will and will not work Last time I heard, those domains supported custom DNS servers though. Usually you won't create NS records, but rather find an option buried somewhere else that's labeled "Custom DNS Server", or "Use my own name server" or similar.
  12. Lets have Krydos turn this on for you.
  13. That looks like Mono itself is broken. Are you running Mono as your own user, and does the folder shown in that Access Denied error in the cmd window exist? If not, create it. If it does, verify you can open it.
  14. If you delete your account, it should free itself. It may take a few hours to fully delete though.
  15. More than likely you either have a weak password or an infected website. I'll let Krydos take a deeper look before we unsuspend it.
  16. Have you tried manually starting Mono on port 2000, leaving it running in the background, verifying you can reach 127.0.0.1:2000, then restarting Apache while Mono is already running and testing through Apache?
  17. Did you enable remote access for your IP address in cPanel?
  18. MonoListenPort 80 I think this needs to be changed to 2000. The error log shows Apache trying to connect to Mono on port 2000, but these settings imply Mono would start on port 80 (and fail since 80 is occupied by Apache).
  19. Do you have Mono itself installed, and does it work if used outside of Apache? That error is saying it can't start Mono to run the script.
  20. Your account is suspended for sending spam. Can you explain the below report we received? We have received a complaint about your account. Please investigate and fix within 24 hours. Hurricane Electric Abuse Department support@he.net From fbl@bounce.mailstream.senderscore.net Thu Jan 10 10:10:45 2019 Return-Path: <fbl@bounce.mailstream.senderscore.net> X-Original-To: report@abuse.he.net Delivered-To: report@abuse.he.net Received: from he.net (he.net [216.218.186.2]) by abuse.he.net (Postfix) with ESMTPS id 8E0B65410F1 for <report@abuse.he.net>; Thu, 10 Jan 2019 10:10:45 -0800 (PST) Authentication-Results: he.net; dkim=pass (no signature error) header.i=@senderscore.net header.s=081107 header.b=X9deLWvx Received: from mrd.us-east-1a.returnpath.net ([54.84.12.226]) by he.net with ESMTPS (ECDHE-RSA-AES128-GCM-SHA256:TLSv1.2:Kx=ECDH:Au=RSA:Enc=AESGCM(128):Mac=AEAD) for <abuse@he.net>; Thu, 10 Jan 2019 10:11:41 -0800 Received: (Haraka outbound); Thu, 10 Jan 2019 18:10:41 +0000 Received: from localhost (ip-10-252-29-47.ec2.internal [10.252.29.47]) by mrd.us-east-1a.returnpath.net (Haraka/2.8.21) with ESMTP id 03AF4440-29DC-4C1F-B83D-B63F9C90A69C.1 envelope-from <fbl@bounce.mailstream.senderscore.net>; Thu, 10 Jan 2019 18:10:41 +0000 Date: Thu, 10 Jan 2019 18:10:41 +0000 Mime-Version: 1.0 X-Rp-Fbl: type=arf; Content-Type: multipart/report; report-type=feedback-report; boundary=92e68563116c525d60ff34db528f537fcbde50422e0c0466c67edf65b017 Message-Id: <01D0WFB1GV4S6YNY5QJPWMN7JJ.fbl@bounce.mailstream.senderscore.net> To: abuse@he.net Subject: La Poste Abuse Report From: La Poste FBL Service <feedbackloop@laposte.senderscore.net> DKIM-Signature: v=1;a=rsa-sha256;bh=7XZzWLAdwNP4lnmWzh6LQ3L2eLWcWjk8GQs9DrXccc4=;c=relaxed/simple;d=senderscore.net;h=from:to:subject;s=081107;b=X9deLWvxlxpL4tau8lHBDHNUdrEEKp38rozoobb8qpBOMhtzoo6brDxZRkIwQ5+YWd6Ueip41642ZH4JZ56T2snpPd4cfcT9JkNNGWfAiG39QvtSpehFpK2Z8n6avUHaLWO2mbiSd/TrcgUqLrXQa6kbcdd9WA7/9J6NpwuUJi8= --92e68563116c525d60ff34db528f537fcbde50422e0c0466c67edf65b017 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This is a La Poste Abuse Report for an email message received from domain j= urisconsult.mg, IP 65.19.143.6, on Thu, 10 Jan 2019 04:15:13 +0000. --92e68563116c525d60ff34db528f537fcbde50422e0c0466c67edf65b017 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: message/feedback-report Feedback-Type: abuse User-Agent: ReturnPathFBL/2.0 Version: 1 Original-Rcpt-To: c48a97fc7fcc7f7aa8eff5c4dea84b91@laposte.net Abuse-Type: complaint Subscription-Link: https://fbl.returnpath.net/manage/subscriptions/63187 Arrival-Date: Thu, 10 Jan 2019 04:15:13 +0000 Original-Mail-From: contact@jurisconsult.mg Reported-Domain: jurisconsult.mg Source-Ip: 65.19.143.6 Source: La Poste --92e68563116c525d60ff34db528f537fcbde50422e0c0466c67edf65b017 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: message/rfc822 Received: from PIPE (localhost [127.0.0.1]) by lpn-prd-vrfbf01.prosodie (Postfix) with SMTP id B1AE739D0F670 for <lapostespam@mailtroc.com>; Thu, 10 Jan 2019 19:10:35 +0100 (CET) Received: from lpn-prd-vrin016.laposte (LHLO lpn-prd-vrin016) (10.128.63.17) by lpn-prd-mstr069 with LMTP; Thu, 10 Jan 2019 05:15:41 +0100 (CET) Received: from lpn-prd-vrin016 (localhost [127.0.0.1]) by lpn-prd-vrin016 (Postfix) with ESMTP id 545CE280012 for <c48a97fc7fcc7f7aa8eff5c4dea84b91@laposte.net>; Thu, 10 Jan 2019 05:15:41 +0100 (CET) Received: from tommy.heliohost.org (tommy.heliohost.org [65.19.143.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lpn-prd-vrin016 (Postfix) with ESMTPS id B2B2A280047 for <c48a97fc7fcc7f7aa8eff5c4dea84b91@laposte.net>; Thu, 10 Jan 2019 05:15:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=jurisconsult.mg; s=default; h=Content-Type:Content-Transfer-Encoding:Date: Message-ID:Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=79Lg4ePRKK2ZbDDMJiZbS5Vg+P8j4lpqzyYXlZe/trA=; b=UT0jlknLpRFL7T18+wiBf/LClw FcUe8akBCWelDrVyRE3CyyL0KqtzXRdfPU6zkcCplHnX7yXw1ARPkXlZ7INNdJ3/yQAcSqjqYgHAS 7gYaQVxV7NGm9cM1ZUrzOqazxo4K3vfFVUr8/MkalMR6sDSXTmGUsytYP64RnBlKC93KrVKknEGSH SLs7GWP7KyhDiQVy9DcTJT0u3rckDU8ESmiHnkrGjA8CkeG6fl+CT+DO5jq2gngBZS5GcnNsZlgg6 0vLfztF0tN0x21OcBW5ubXBNWmtSmjYpTVm00cUvMMlP9dVMrHk/IynoC+DGjxWEBwHVRVLdW4Dee +vKInyMA==; Received: from [45.224.162.101] (port=59315 helo=[127.0.0.1]) by tommy.heliohost.org with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.89) (envelope-from <contact@jurisconsult.mg>) id 1ghRkM-0004KU-Vi; Thu, 10 Jan 2019 04:15:11 +0000 From: "CANAD.. PHARMACY" <contact@jurisconsult.mg> To: c48a97fc7fcc7f7aa8eff5c4dea84b91@laposte.net Cc: c5d09657a59c4588afe1f1f28d7f3b65@sbcglobal.net, 87213eedd875dcbb5d1fc38df8352b5a@gmail.com, 90c126ea6cc754d7935bbf3fe8ade5b1@freenet.de, 51e8e105a19d86a084569a8f6d6d3d94@hotmail.com, a9704a8171e639e29ffefb2e46b5b25c@sbcglobal.net, b9ede8f8b854b939ec53da68ff432fcd@web.de Subject: PHARMACY WEBSITE - mending masculine ability Message-ID: <FA22A3BA.817FB96E2A08A6BF@jurisconsult.mg> X-Priority: 3 Importance: Normal Date: Thu, 10 Jan 2019 05:15:13 +0100 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 X-Mailer: Infraware POLARIS Mobile Mailer v2.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - tommy.heliohost.org X-AntiAbuse: Original Domain - laposte.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jurisconsult.mg X-Get-Message-Sender-Via: tommy.heliohost.org: authenticated_id: contact@jurisconsult.mg X-Authenticated-Sender: tommy.heliohost.org: contact@jurisconsult.mg X-Source: X-Source-Args: X-Source-Dir: Lpn-Authentication-Results: helo=tommy.heliohost.org; spf=pass smtp.mailfrom=contact@jurisconsult.mg; dkim=pass dmarc=none; X-VR-FullState: 0 X-VR-Score: 0 X-VR-Cause-1: gggruggvucftvghtrhhoucdtuddrgedtledrfedvgdeikecutefuodetggdotefrodftvfcurfhrohhf X-VR-Cause-2: ihhlvgemucfntefrqffuvffgpdggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemucehtddt X-VR-Cause-3: necunecujfgurhephffvuffkrfgkfffgtgfosehtqhfgtdertdejnecuhfhrohhmpedfveetpfetffdr X-VR-Cause-4: rdcurffjteftofetvegjfdcuoegtohhnthgrtghtsehjuhhrihhstghonhhsuhhlthdrmhhgqeenucff X-VR-Cause-5: ohhmrghinhepmhhuihhnvghgohdrtghomhdpjhhurhhishgtohhnshhulhhtrdhmghenucfkphepieeh X-VR-Cause-6: rdduledrudegfedriedpgeehrddvvdegrdduiedvrddutddunecurfgrrhgrmhepmhhouggvpehsmhht X-VR-Cause-7: phdpihhnvghtpeeihedrudelrddugeefrdeipdhhvghlohepthhomhhmhidrhhgvlhhiohhhohhsthdr X-VR-Cause-8: ohhrghdpmhgrihhlfhhrohhmpegtohhnthgrtghtsehjuhhrihhstghonhhsuhhlthdrmhhgpdhrtghp X-VR-Cause-9: thhtohephihurdgsrghosehlrghpohhsthgvrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-VR-AvState: No X-VR-State: 0 Around 50% of males over forty have issues with their sexual life.=20 One of the most spread reasons of poor sexual health is Erectile Dysfu= nction. This can hit you badly, but don't worry we have something good= for you. hxxp://www.muinego.com/wp-admin/network/J_compel_landman.html --92e68563116c525d60ff34db528f537fcbde50422e0c0466c67edf65b017--
  21. The Apache Mono plug-in is not available for Windows to my knowledge. It might be possible to build it for Windows using the source since Apache and Mono are both open source, but that's beyond my capability. There's no good reason to use Mono on Windows anyway... it's entire purpose is to simulate asp.net. You have access to real asp.net on Windows, so the entire endeavor is pointless... I'd suggest you install IIS and ASP.Net, and call it a day. All Windows Server 2008 R2+, and most versions of Windows 7, 8.x, and Windows 10 (basically any that's not the "Home" version) include it built in as an optional feature, you just have to turn it on. (Home versions require you to buy the Pro upgrade). Be aware you have to install IIS first, then go back for a second round and add the ASP.net web services after installing IIS.
  22. What domain is it, and what error is showing up when you try?
  23. This was fixed. It's around 90% now instead of entirely full and working. Last night I was getting these lovely messages: [10-Jan-2019 04:11:10 UTC] PHP Warning: Unknown: open(/var/cpanel/php/sessions/ea-php54/sess_n6njqppe900atbc7uaeuqeg0o2, O_RDWR) failed: No space left on device (28) in Unknown on line 0 [10-Jan-2019 04:11:10 UTC] PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/cpanel/php/sessions/ea-php54) in Unknown on line 0
  24. Tommy is broken at the moment due to /var being full. Cpanel was down due to it earlier, though he seems to be back up at the moment.
  25. The /var is full on Tommy again. Can this be cleaned up?
×
×
  • Create New...