
TinkerMan
Senior Members-
Posts
1043 -
Joined
-
Last visited
Everything posted by TinkerMan
-
What features should a webhosting provider have?
TinkerMan replied to TinkerMan's topic in MyOwnFreeHost General
Its the same pricing structure, just the price is a little different for reseller i think, the features in each plan are the same. -
I know this has been a topic that has been discussed, and the outcome was simply its not possible. But is there a super technical way to make it work? Just in case you are not aware of this entire conversation thing, I'll recap it quickly. Would it be possible to still use Cloudflare, and just create an abundance of A records for all the sqlxxx. and ftp. sub-domains? As long as clients are not allowed to create a subdomain with my reseller domain (And the option in the control panel can be removed with some JS), it could technically work, correct? I could point the domain to byet nameservers to set it up, then change it to CF nameservers and add all the A records for it to work correctly, right? Or would this cause some sort of other issue when clients try to access the control panel, ftp, etc? The main reason I want to do this is so all my stuff is on one domain (client-area.mydomain.com, cpanel.mydomain.com, ftp.mydomain.com ...), and so I can still get the power of CF page rules, caching, and firewall. What do you think?
-
I have used vPanel for over a year, and literally just noticed this today. Is this something that people just don't talk about, is it something no one wants to fix, or is it something no one has noticed? Look on the left side of the image. About one-third of the lines are different from the rest. Can you figure out what is wrong? If no one gets it, I'll post it in a few hours so the developers can hopefully fix it (It will drive you nuts once you find it). And then in the code, this little gem was found: <div="group=" " in=" " applicationlist=" " track=" " by=" " group.group"=""> I am 99.99% certain that is not valid HTML Also, can someone tell the developers that an ID should only be used once in HTML (Not that big of a deal, but still)? That's all for now
-
What features should a webhosting provider have?
TinkerMan replied to TinkerMan's topic in MyOwnFreeHost General
@PlanetCloud -
You have to send the custom domain to the MOFH API so the nameservers can be checked. See: https://github.com/InfinityFreeHosting/mofh-client availability domain: The domain name or subdomain to check. $client = Client::create(); $request = $client->availability(['domain' => $FormData['domain']]); $response = $request->send(); if($response->isSuccessful()==0&&strlen($response->getMessage())>1){ //Something went wrong, display error message echo $response->getMessage(); exit; } elseif($response->isSuccessful()==1&&$response->getMessage()==1){ //The domain name can be used! echo $FormData['domain']; exit; } elseif($response->isSuccessful()==0&&$response->getMessage()==0){ //Domain is already in use echo 'Sorry! domain name already registered'; exit; }
-
What features should a webhosting provider have?
TinkerMan replied to TinkerMan's topic in MyOwnFreeHost General
I cannot argue with that. I think you are allowed 10 pages of text, hyperlinks, and images only. -
Enable Cloudflare not showing in Cpanel anymore
TinkerMan replied to ukclearance's topic in Free Hosting General
The IP is not displayed in the vPanel, at least I don't think it is. You would have to run an IP query for the clients domain, making sure to make the call to your reseller nameservers, just in case the client is using an external provider for their DNS zone. -
Enable Cloudflare not showing in Cpanel anymore
TinkerMan replied to ukclearance's topic in Free Hosting General
See this article from InfinityFree's community forum. https://forum.infinityfree.net/t/a-full-guide-to-cloudflare/44451 -
What features should a webhosting provider have?
TinkerMan replied to TinkerMan's topic in MyOwnFreeHost General
Clarified some stuff because I agree that MOFH is for everyone. -
What features should a webhosting provider have?
TinkerMan replied to TinkerMan's topic in MyOwnFreeHost General
Oops. I meant to add the word "Good" to the title/name/etc. My bad. What do you mean? It's free. I certainly cannot! I would also add the amazing community that is also over there. Professionalism is also a bit part. Custom domain names and no grammer mistakes / misspellings included. -
Enable Cloudflare not showing in Cpanel anymore
TinkerMan replied to ukclearance's topic in Free Hosting General
They will have to change the nameservers to Cloudflare and set up the domain with CF, then create A records to point back to orgin server. -
What features should a webhosting provider have?
TinkerMan replied to TinkerMan's topic in MyOwnFreeHost General
I'll go first. Things every free web hosting provider should have in order to keep and retain clients: Custom (Secure) client area one-click login to filemanager and cpanel Site.Pro integration Community Forum OR Support Channel A mascot Highest limits that MOFH provides Email alert system for suspnsions A way to report non-complience Things that should be added to MOFH An API to manage client's databases -
Really? I guess I learned something new today!
-
We all know that iFastNet provides some of the best free hosting with MOFH, especially after the recent upgrade of server power and allotted resources. I would like to start a discussion of two different things. 1) What should every free hosting provider using the MOFH platform have in order to bring new visitors, and retain existing ones? This could include things like a site builder, that are not directly connected to MOFH, but are still possible. 2) What features should be (realistically) added to MOFH for resellers to take advantage of? Obviously, things like free auto-installed SSL and higher storage cannot be added since people still need a reason to upgrade. What do you think? I’ll share my own lists once I get onto a device with an actually physical keyboard
-
Glad to hear it!
-
For Entry Process Limit: {"username":"uname_xxxxxxxx","status":"SUSPENDED","comments":"ADMIN_CLOSE : DAILY_ ep"} For Daily Hits: {"username":"uname_xxxxxxxx","status":"SUSPENDED","comments":"ADMIN_CLOSE : DAILY_HIT;"} For CPU Limit: {"username":"uname_xxxxxxxx","status":"SUSPENDED","comments":"ADMIN_CLOSE : DAILY_ cpu"} For Inactive Account: {"username":"uname_xxxxxxxx","status":"SUSPENDED","comments":"AUTO_IDLE;"} !!!This is the only one I am 99% sure on, the rest are correct!!!! Hope this helps!
-
Hello I think the error is quite clear, the email in invalid. Make sure you are using a trusted provider like Gmail or Outlook. Also make sure that the email is correctly formatted ([email protected]). If you are still stuck, please contact support.
-
Oh yeah, I forgot about that. CSS would almost be better then JS, as it is faster and cannot be blocked (As easily) by the browser, right?
-
I'm not bothered, just curious
-
Try clearing your cache or using a different browser/network.