-
Posts
17,966 -
Joined
-
Last visited
-
Days Won
675
Everything posted by wolstech
-
[Solved] Johnny Server Error : İnternal Server Error
wolstech replied to multideb's topic in Escalated Requests
The top one is a new one for me...never seen that before. The bottom one I can't replicate. The site loads fine. Have you tried clearing your cache or using a different browser? How about a different internet connection (e.g. cell phone data plan)? -
This support request is being escalated to our root admin.
-
[Solved] Johnny Server Error : İnternal Server Error
wolstech replied to multideb's topic in Escalated Requests
Please wait for Krydos to respond to this. I've never seen cPanel itself give a 500 error unless something was broken. Your website works for me though. -
We didn't create new accounts for everybody after the crash, only made backups. If you wish to continue using our service, you need to sign up again. The problem here is that you might not be able to sign up just yet because whoever tarings2 is has your domains attached to that account (along with a whole bunch of others that aren't yours). I've dug a little bit more into this and have suspended tarings2 for abuse since the domains appear to have been stolen from you. There also appears to be phishing and other illegal activity occurring on that users' account (I see a lot of domains for facebook and bogus logistics companies, which are commonly used for phishing). Escalating so Krydos can look at this and remove your domains so you can create your own account for them.
-
[Solved] Johnny Server Error : İnternal Server Error
wolstech replied to multideb's topic in Escalated Requests
That account's site content looks like a violation of the TOS..."premium link" generator...usually used for downloading warez without waiting. I'm not sure where we actually stand on these though, since there's no actual copyrighted unless the user inputs links to such content. We'll wait for Krydos on this one, but I suspect this is going to end up suspended for copyright infringement. Where are you seeing the 500 error? -
It's a known problem...PHPMyAdmin is just poorly written junk these days It's especially bad if you're on Tommy, see http://www.helionet.org/index/topic/27714-difficulty-accessing-phpmyadmin/?do=findComment&comment=126637 A minute or more to open it is normal. You can always install something else on your account that's faster.
-
Php Auto Include Page Header And Footer
wolstech replied to sagnik's topic in Website Management and Coding
Perhaps a library like https://github.com/piwik/device-detector/ can do what you need? That one seems to detect most browsers and operating systems, among other things. -
The broken connections probably timed out. Please let us know if you need anything else.
-
Let's see what Krydos says about this account. Escalating.
-
That account cannot be unsuspended. It appears that your site overloaded the server and caused ~30 minutes of slowness/downtime for everybody on Tommy: http://heliohost.grd.net.pl/monitor/
-
Php Auto Include Page Header And Footer
wolstech replied to sagnik's topic in Website Management and Coding
I'm not sure if we can support that or not. Make a post over in customer service asking for it on your server and I'll see what Krydos says. -
Php Auto Include Page Header And Footer
wolstech replied to sagnik's topic in Website Management and Coding
*facepalm* This is what I get for posting before my coffee (it's not even 8am here yet). Yeah, the variable would need to be set in the same file. Using it still means only one edit per file vs. editing every include/require though. Another thing to consider is that relative paths and .. will work too (e.g. require("../includes/file.php") means "go up one folder, then go into the includes folder, then include file.php in there), so you might want to explore possibly using this instead (this is how I do it). I have no idea what browscap is, so no comment on that. -
Php Auto Include Page Header And Footer
wolstech replied to sagnik's topic in Website Management and Coding
Seeing all of these should ultimately point to the same file, forget all the fancy logic and just use an absolute path. Includes are based on path from filesystem root, not web/document root, so the absolute path to the file would work regardless of which domain is used. If I'm following the code correctly, you should be able to just replace all of that with: <?php require_once('/home/sgn/public_html/nm/public_html/mobile/global/header.php'); ?> If you want to be nice about making it editable/movable later, set a variable containing the "/home/sgn/public_html/nm/public_html/mobile/global/" part in your config file (I'd personally just do it in the same one that has my database settings) so you can edit that path later if you need to move the scripts, without finding all the require_once() statements and editing them. -
Php Auto Include Page Header And Footer
wolstech replied to sagnik's topic in Website Management and Coding
This is considered bad practice for exactly the reason you're experiencing...it requires modifying system properties. The other issue is that by doing it that way, it affects the entire server instead of one program. The proper way to do this is to just do use an include() or require() where the header and footer belong, or more often than not just call a function that echos the content from the database. -
Domain Performing Illegal Activity
wolstech replied to Vordar's topic in Technology and the Internet
@krydos: All domains with whoisguard appear to be in panama. I have the same exact contact info on my domains. The email addresses listed (if they're listed, its optional, i don't see them here) are aliases that forward to the registrant. I've received emails from them before...they're noticeable because they have a banner at the top advising you that your email address may be revealed if you reply. -
You could use freenom to start with. Just be careful with them, they like to cancel your domains or ban you without notice. I've lost 3 domains and been banned once, Krydos I believe has had similar experiences... As soon as you start to see a decent amount of traffic or if it's down for more than 48 hours (server outage, 404 or 500 errors, whatever), they're prone to canceling your domain, serving malware on it, then trying to demand money to get it back. When I lost my domain, I just bought the matching .com from namecheap and called it a day...it cost less (~$25 for two years, including the whoisguard and ICANN fees) and is actually mine, as opposed to the crap Freenom does with their free domains (you don't own their free domains, just get an easily-revocable license to use it).
-
If I had to guess, the domain probably was used for malware distribution before you owned it. The best you can do is either see if you can find who has your domain flagged and see if there's a way to request the site be re-evaluated, or just get another domain. Domains ending in cu.cc in general are very commonly abused to host abuse/malware/etc. since they're free, so some companies actually block everything ending in cu.cc (or even the whole .cc namespace that .cu.cc is part of...a large majority of the stuff in that namespace is malicious or illegal in some form). If you want a proper, reputable domain, you should go buy a regular .com/.net/etc.
-
@Krydos: The error is occurring when he tries to import a (very small) .sql file into PhpMyAdmin. It's not a regular file upload.
-
Generally, a proper CMS would store the entire TOS body as a content block, in a single row of a table that also stores all the other content. Pretty much nobody has an entire table just for one page. I'd recommend just using plain HTML for this. You're over-complicating it by trying to do it this way. P.S. I can't even see your site without turning off my security software...that netmate domain is blacklisted by multiple security companies for malware. For me, it's blocked at work by Sophos and MalwareBytes, at home by MalwareBytes and Avast.
-
Domain Performing Illegal Activity
wolstech replied to Vordar's topic in Technology and the Internet
We don't endorse this type of behavior, not to mention it's illegal. Please report them to the relevant hosting company and registrar abuse addresses. -
[Solved] Phpmyadmin Maximum File Size Exceeds
wolstech replied to sagnik's topic in Escalated Requests
Use a desktop browser and it will work. It seems to be a limitation of Android and iOS...I just tried it on Chrome for iPhone and it gave an error message. it works in Chrome, IE, and FF on my PC though. -
[Solved] Phpmyadmin Maximum File Size Exceeds
wolstech replied to sagnik's topic in Escalated Requests
My Chrome displays the content fine. http://imgur.com/a/AghPT It's possible your browser is set to download application/xml instead of viewing it. -
[Solved] Phpmyadmin Maximum File Size Exceeds
wolstech replied to sagnik's topic in Escalated Requests
Krydos might be able to increase this. I know we did so for public-facing PHP. 2MB is nearly useless for a database upload. Escalating. -
The account was inactive, odd that the script didn't work... Your account has been manually unsuspended.
-
The email address you provided is not correct (we have an outlook.com address). That domain belongs to an account tarings2 which is working, though there's nothing uploaded to it. Have you tried resetting your password? Go here: https://tommy.heliohost.org:2083/ and click reset password.