Jump to content
[MUST READ] Forum Rules ×

Free Professional Material Based Design Custom Signup and Login Template [PROJECT LOGGED v1.6 and older]


PlanetCloud

Recommended Posts

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 :
image.png

image.png

Preview of signup page :image.png

image.png

image.png

image.png

image.png

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.php
https://tugahost.eu.org/signup.php
https://www.lightspace.cf/signup.php
https://hostingaj.xyz/login/signup.php

Site using this template (1.6r):
https://10-99.cf/auth/signup.php
https://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 by PlanetCloud
22 January 2019 Update (Released v1.6r)
Link to comment
Share on other sites

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 :
image.png

image.png

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 :
4awr_min.gif

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.php
https://tugahost.eu.org/signup.php
https://www.lightspace.cf/signup.php
https://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 :D 

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
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.

Link to comment
Share on other sites

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',
    
);
?>
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 4 weeks later...
  • PlanetCloud changed the title to Free Professional Material Based Design Custom Signup and Login Template [PROJECT LOGGED v1.6 and older]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...