PlanetCloud Posted August 16, 2018 Share Posted August 16, 2018 (edited) Topic updated on : 18th June, 2019 20:40 GMT+7 18th JUNE, 2019 UPDATE: Quote The repository name has changed from myownfreehost-project-logged to project-logged.Starting from version 1.7 and above, the project is meant to be universal and not tied to MyOwnFreeHost's system. This means that you can use this project for your own system. Version 1.7 will be made publicly available and free to use. OLD POST (REMOVED THE JANUARY UPDATE): Hello Everyone, Welcome to Project LOGGED. Project LOGGED is a custom Material Based Design Login, Signup, Terms and Privacy template that is Free and Open Source. Looks professional and modern. Thank everyone who has supported this project. Preview of login page : Preview of signup page : Check out Project Logged on GitHub here : https://github.com/PlanetGamingGG/project-logged . Instruction on how to set it up and more are there! Easy to setup and customize, all you need to edit is just one config file and you're ready to go! Current latest release : v1.6r Features of Project LOGGED : Clean look, professional and modern. Fully customizable and open source. Validation before submit. Complete set (Login, Signup, Terms and Condition and Privacy Policy). Easy to set up. Thank you for using Project LOGGED. Some site's using this template (1.6b):https://planetcloudhosting.cf/signup.phphttps://tugahost.eu.org/signup.phphttps://www.lightspace.cf/signup.phphttps://hostingaj.xyz/login/signup.php Site using this template (1.6r):https://10-99.cf/auth/signup.phphttps://lightspace.cf/auth/signup *Screenshot may vary from versions to versions *Login screenshot was based on LOGGED 1.6r *Both screenshots above uses Custom Coloring Scheme. To customize the color, see the css file. Edited December 19, 2019 by PlanetCloud 22 January 2019 Update (Released v1.6r) Quote Link to comment Share on other sites More sharing options...
Mauwiks Posted August 20, 2018 Share Posted August 20, 2018 Nice one. Quote Link to comment Share on other sites More sharing options...
Anyx Posted August 27, 2018 Share Posted August 27, 2018 On 16/8/2018 at 1:22 PM, PlanetCloud said: Hello Everyone, For thoose who wanted to have a Login and Signup page like this : Then check out Project Logged on GitHub here : https://github.com/PlanetGamingGG/myownfreehost-project-logged Project Logged is a free and open sourced Login and Signup page templete that looks professional and modern. Easy to setup and customize, all you had to do is edit 1 single file and you're ready! Instruction can be founded on GitHub. Please use the released version for stability : https://github.com/PlanetGamingGG/myownfreehost-project-logged/releases Version 1.7 and above has this cool feature : Domain availability checker! Pretty cool huh? It uses the MILD Open-API (Which you can learn more here : https://github.com/PlanetGamingGG/myownfreehost-mild-api-client) Don't forget to fill in the survey for this project here : https://docs.google.com/forms/d/19tGA3A8ZUtnoe6QBgccS0DmGqIHcRJ0Pr2f4DO9Epo0/viewform?edit_requested=true so we can improve the system. Some feature's implemented from the survey : Form validation before submit (1.7) Domain availability checker (1.7) Ability to customize the confirmation page (1.7) Thank you for using Project LOGGED. Some site's using this templete :https://planetcloudhosting.cf/signup.phphttps://tugahost.eu.org/signup.phphttps://www.lightspace.cf/signup.phphttps://hostingaj.xyz/login/signup.php *Screenshot may vary from versions to versions *Login screenshot was based on LOGGED 1.6b *Signup screenshot was based on LOGGED 1.7d *Both screenshots above uses Custom Coloring Scheme. To customize the color, see the css file. Tugahost is using 1.7 LOGGED, while your site is using older version Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted August 27, 2018 Author Share Posted August 27, 2018 (edited) 20 hours ago, PCTipsGR said: Tugahost is using 1.7 LOGGED, while your site is using older version TugaHost is not using 1.7 version of logged but rather a modified version of 1.6 that looks like 1.7 Edited August 28, 2018 by PlanetCloud Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted October 26, 2018 Author Share Posted October 26, 2018 A huge improvements has been done to this project and here's the sneak peek for the new Login page : Validation for username/password before redirecting user to cPanel. Useful if you had a beautiful login page and wanted to display a custom error message. Quote Link to comment Share on other sites More sharing options...
Mauwiks Posted October 26, 2018 Share Posted October 26, 2018 Very exciting........ Another huge contribution to all of us here in the community. Bravo @PlanetCloud Quote Link to comment Share on other sites More sharing options...
FHI Posted November 13, 2018 Share Posted November 13, 2018 Very nice, thank you for this. One question how do you enable SSL for the password reset portion of the current release? the settings are set to use ssl and when it comes to cpanel.domain.com for password it wont use ssl. Quote Link to comment Share on other sites More sharing options...
Anyx Posted November 13, 2018 Share Posted November 13, 2018 3 hours ago, FHI said: Very nice, thank you for this. One question how do you enable SSL for the password reset portion of the current release? the settings are set to use ssl and when it comes to cpanel.domain.com for password it wont use ssl. Just change HTTP to HTTPS in the link. But as @PlanetCloud has said it should use HTTPS, if it does not use then make an issue on GitHub. Quote Link to comment Share on other sites More sharing options...
FHI Posted November 13, 2018 Share Posted November 13, 2018 4 hours ago, PCTipsGR said: Just change HTTP to HTTPS in the link. But as @PlanetCloud has said it should use HTTPS, if it does not use then make an issue on GitHub. I’m on free package I do want to mention that, I’m using cloudflare via VPanel and I followed their welcome email to just enabled Full SSL, and mix content and always HTTPS in crypto It’s using https for everything besides: password reset Vpanel not sure what I’m doing wrong. Here is the code below: <?php $global = array( 'id' => md5(rand(6000, PHP_INT_MAX)), // Captcha Randomizer 'protocol' => 'https://', // Specify your website protocol here. Is it secured with SSL? if yes use "https://" if no, use "https://" 'domain' => strtolower(preg_replace('/^www\./' , '' , $_SERVER['HTTP_HOST'])), // Automatic Domain Recognition 'domain_def' => 'MYDOMAINNAME.com', // In case the Automatic Domain Recognition failed, use this. 'title' => 'MY HOSTING NAME', // Site title 'logo' => 'https://MyHostingNamecom/images/logo.png', // Logo URL 'email' => '[email protected]', // Where to send abuse email? 'cod_type' => 'UTF-8', // Encoding Type 'color' => 'orange', // Change button color. Available color : pink , blue , green , red , purple , yellow , black , white (NOT RECOMENDED) , grey. 'submit_def' => 'https://securesignup.net', ); ?> Quote Link to comment Share on other sites More sharing options...
Anyx Posted November 13, 2018 Share Posted November 13, 2018 3 hours ago, FHI said: I’m on free package I do want to mention that, I’m using cloudflare via VPanel and I followed their welcome email to just enabled Full SSL, and mix content and always HTTPS in crypto It’s using https for everything besides: password reset Vpanel not sure what I’m doing wrong. Here is the code below: <?php $global = array( 'id' => md5(rand(6000, PHP_INT_MAX)), // Captcha Randomizer 'protocol' => 'https://', // Specify your website protocol here. Is it secured with SSL? if yes use "https://" if no, use "https://" 'domain' => strtolower(preg_replace('/^www\./' , '' , $_SERVER['HTTP_HOST'])), // Automatic Domain Recognition 'domain_def' => 'MYDOMAINNAME.com', // In case the Automatic Domain Recognition failed, use this. 'title' => 'MY HOSTING NAME', // Site title 'logo' => 'https://MyHostingNamecom/images/logo.png', // Logo URL 'email' => '[email protected]', // Where to send abuse email? 'cod_type' => 'UTF-8', // Encoding Type 'color' => 'orange', // Change button color. Available color : pink , blue , green , red , purple , yellow , black , white (NOT RECOMENDED) , grey. 'submit_def' => 'https://securesignup.net', ); ?> COuld you mention your site's URL where that is? According to the code (except for logo code which you should change to HTTPS) everything should work just fine. Quote Link to comment Share on other sites More sharing options...
Logan L Johnson Posted November 14, 2018 Share Posted November 14, 2018 22 hours ago, PCTipsGR said: COuld you mention your site's URL where that is? According to the code (except for logo code which you should change to HTTPS) everything should work just fine. If you're using Dreamweaver or Geany for editing, you can use the "find and replace" option to find 'http' and replace with 'https'. Quote Link to comment Share on other sites More sharing options...
Logan L Johnson Posted November 14, 2018 Share Posted November 14, 2018 When I get some free time I'm going to implement the signup page on my website (with some tweaks to make it match my branding) Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted November 16, 2018 Author Share Posted November 16, 2018 (edited) Hello Everyone, LOGGED 1.7P (Login page only) is now available for beta testers. Currently it's in Private Beta stage. Please join the official Discord Server for the project : https://discord.gg/4DRSyc To request access. Thank you. Edited November 16, 2018 by PlanetCloud Quote Link to comment Share on other sites More sharing options...
Anyx Posted November 16, 2018 Share Posted November 16, 2018 1 hour ago, PlanetCloud said: Hello Everyone, LOGGED 1.7P (Login page only) is now available for beta testers. Currently it's in Private Beta stage. Please join the official Discord Server for the project : https://discord.gg/4DRSyc To request access. Thank you. Thanks. I cannot access Discord now though, can you please send me via PM here details? Thanks. Quote Link to comment Share on other sites More sharing options...
Anyx Posted December 21, 2018 Share Posted December 21, 2018 On 16/8/2018 at 1:22 PM, PlanetCloud said: If you want to become a beta tester, please met the following requirements : Can speak english. I thought this was a requirement to join the forums , so practically anyone could apply. Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted December 22, 2018 Author Share Posted December 22, 2018 19 hours ago, PCTipsGR said: I thought this was a requirement to join the forums , so practically anyone could apply. Hmm.. some speaks spanish here tho Quote Link to comment Share on other sites More sharing options...
Anyx Posted December 22, 2018 Share Posted December 22, 2018 3 hours ago, PlanetCloud said: Hmm.. some speaks spanish here tho These people also speak English though Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted December 26, 2018 Author Share Posted December 26, 2018 On 12/23/2018 at 0:11 AM, PCTipsGR said: These people also speak English though What are we debating? I'm just making it clear that you must be able to speak english. Quote Link to comment Share on other sites More sharing options...
Anyx Posted December 26, 2018 Share Posted December 26, 2018 3 hours ago, PlanetCloud said: What are we debating? We are not debating I just thought of it as useless at first, because all the people here speak English, but after all some people might be using a translator to read context so Ok.. Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted January 13, 2019 Author Share Posted January 13, 2019 Just in case this topic was not bumped because edited. This topic has been updated. Please check the top! Quote Link to comment Share on other sites More sharing options...
einet Posted January 15, 2019 Share Posted January 15, 2019 At least I speak Spanish haha and I have to translate what they say some things I do not understand them by the translation but we go little by little Quote Link to comment Share on other sites More sharing options...
AA22Dev Posted January 16, 2019 Share Posted January 16, 2019 8 hours ago, Hostingaj said: Most of the editors (Nearly all) has that function. Even Kate (Kubuntu text editor) has that. Agree Even NotePad++ have that feature Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted January 23, 2019 Author Share Posted January 23, 2019 This topic has been updated. Quote Link to comment Share on other sites More sharing options...
PlanetCloud Posted June 18, 2019 Author Share Posted June 18, 2019 This topic has been updated. The January update has been removed and some minor changes but the most important thing is at the top! Quote Link to comment Share on other sites More sharing options...
Anyx Posted June 24, 2019 Share Posted June 24, 2019 Will there be an 1.7 LOGGED version custom-made for MOFH if you have time or will it be universal-only (and someone else will have to customise it for MOFH)? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.