The free-to-use template for your Imagehost-website made with PHP, HTML and CSS!

Overview

The free-to-use template for your Imagehost-website made with PHP, HTML and CSS!

Some information before we start

  • This repo is only code related, to actually host this 24/7 you have to gain experience elsewhere, because I won't explain anything about this

  • I can't assure you that this is the best front-end, but feel free to change it to whatever you want :)

  • The PHP version is 7.4

Cloning the repo

At first, you ofcourse need the code on your computer, you do this with running the following command in your terminal:

git clone https://github.com/Iliannnn/Imagehost-Template

( Installing Git is required )

Now make sure these files are in your root folder ( C:\Users\YOUR_USER )

Test or Development start usage

php -S localhost:3000

( Installing PHP 7.4 is required )

Now open localhost:3000/Imagehost-Template/home.php in your browser and you see your page!

In case you have changed the folder name you need to change Imagehost-Template to the name you renamed that folder to.

Editing config.php

To make it a bit easier for you, all personal data that the website needs is structured in 1 file, namely the config.php file, it is intended that you fill in all data via this file, more information about this data is next to the line of this data in comment.

PS: I have already filled in the image paths in this file for you, so you also have a nice image of the site before this data is entered, but feel free to adjust these images to what you want 😉

Explore the website

Just take a look around the website to see how everything works! I am sure you will like it! 😀

Editing the front-end

Some useful info for editing the pages:

  • Every page has its own stylesheet in the css folder, just look at the names of the stylesheets and you will understand which page belongs to which page I think!

  • Don't change the php if you have no experience with it, you are free to use the html, as long as you don't adjust the actions and methods in the forms..

  • NEVER delete the uploads folder, because this will contain the uploaded images, changing the name is also not a good idea..

  • Have fun with this template and make it a nice website!

Need help? DM me on Discord Ilian#6635

You might also like...
A complete and fully-functional implementation of the Jade template language for PHP

Tale Jade for PHP Finally a fully-functional, complete and clean port of the Jade language to PHP — Abraham Lincoln The Tale Jade Template Engine brin

⚡ī¸ Simple and fastly template engine for PHP

EasyTpl ⚡ī¸ Simple and fastly template engine for PHP Features It's simple, lightweight and fastly. No learning costs, syntax like PHP template It is s

Foil brings all the flexibility and power of modern template engines to native PHP templates

Foil brings all the flexibility and power of modern template engines to native PHP templates. Write simple, clean and concise templates with nothing more than PHP.

PHP template engine for native PHP templates

FOIL PHP template engine, for PHP templates. Foil brings all the flexibility and power of modern template engines to native PHP templates. Write simpl

Native PHP template system

Plates Plates is a native PHP template system that's fast, easy to use and easy to extend. It's inspired by the excellent Twig template engine and str

View template engine of PHP extracted from Laravel

Blade 【įŽ€äŊ“中文】 This is a view templating engine which is extracted from Laravel. It's independent without relying on Laravel's Container or any others.

Provides a GitHub repository template for a PHP package, using GitHub actions.

php-package-template Installation 💡 This is a great place for showing how to install the package, see below: Run $ composer require ergebnis/php-pack

Twig Template Engine to Phalcon PHP

Twig Template Engine to Phalcon PHP

Liquid template engine for PHP

Liquid is a PHP port of the Liquid template engine for Ruby, which was written by Tobias Lutke. Although there are many other templating engines for PHP, including Smarty (from which Liquid was partially inspired)

Owner
Ilian
Ilian
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.

Smarty 3 template engine smarty.net Documentation For documentation see www.smarty.net/docs/en/ Requirements Smarty can be run with PHP 5.2 to PHP 7.4

Smarty PHP Template Engine 2.1k Jan 1, 2023
PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages

PHPTAL - Template Attribute Language for PHP Requirements If you want to use the builtin internationalisation system (I18N), the php-gettext extension

PHPTAL 175 Dec 13, 2022
A template abstraction prototype for PHP template engines

Schranz Templating A template abstraction prototype for PHP template engines. This project should help to find a way for a general Template Render Int

Schranz Templating 16 Dec 7, 2022
FyreView is a free, open-source template rendering library for PHP.

FyreView FyreView is a free, template rendering library for PHP. Table Of Contents Installation Methods Layouts Paths Helper Registry Helpers CSP Form

Elusive 1 Jul 30, 2022
A SilverStripe Module with template methods to quickly make use of FocusPoint, LazySizes, and Object-fit

LazyFocusFit A SilverStripe module with template methods to quickly make use of FocusPoint, LazySizes and object-fit. Requirements PHP FocusPoint JS/C

Evans Hunt 9 Nov 4, 2022
A ready-to-use Model View Controller template in PHP

PHP-MVC-Template A ready-to-use Model View Controller template in PHP Use this repo as a template! (Or clone it) Start to configure your MVC file Afte

Loule | Louis 20 Dec 26, 2022
Renders Mithril components to HTML for use in blade templates

Flarum Mithril2Html Uses Chrome Puppeteer via Spatie Browsershot to render Mithril components as static HTML. Follow Browsershot instructions to setup

Clark Winkelmann 3 Nov 13, 2022
A PHP project template with PHP 8.1, Laminas Framework and Doctrine

A PHP project template with PHP 8.1, Laminas Framework and Doctrine

Henrik Thesing 3 Mar 8, 2022
Twig, the flexible, fast, and secure template language for PHP

Twig, the flexible, fast, and secure template language for PHP Twig is a template language for PHP, released under the new BSD license (code and docum

Twig 7.7k Jan 1, 2023
☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites.

Latte: amazing template engine for PHP Introduction Latte is a template engine for PHP which eases your work and ensures the output is protected again

Nette Foundation 898 Dec 25, 2022