anonymousfiber

This is a web development project made with LAMP stack. Our mission while developing this website was to ensure the Internet becomes a global public resource that is open and accessible to all. An Internet that truly puts people's privacy and security first, where individuals can shape their own experience.

View on GitHub

Anonymous Fiber ::

This is a web development project made with LAMP stack. Our mission while developing this website was to ensure the Internet becomes a global public resource that is open and accessible to all. An Internet that truly puts people’s privacy and security first, where individuals can shape their own experience.

Anonymous Fiber is currently deployed using an Azure Instance and is up and running. You can see the live version by clicking here.

L -> Linux
A -> Apache
M -> MySql/Mariadb
P -> PHP

A glimpse of the website ::

https://user-images.githubusercontent.com/47687097/142181086-f92f6a0a-94e3-4f03-bfb7-ccd45544e432.mp4

What Our Customers Say :laughing: ::

Naruto Uzumaki And Sherlock Holmes have been using our services for a long time now, and that’s why they are so good at what they do :stuck_out_tongue_closed_eyes:.

Testimonial Screenshot

Core Features ::

Additional Features ::

Pages ::

Technology Stack Used ::

HTML CSS JavaScript PHP MYSQL

Requirements ::

PHP

The source code of this project is written in PHP. So, you’ll require LAMMP/XAMPP/MAMP/WAMP to run this project.

Installation (Linux system) ::

Once you have installed LAMP, follow the subsequent steps:

> git clone https://github.com/radix007/anonymousfiber.git

> sudo cp -r anonymousfiber/ /var/www/html
> sudo systemctl start mysql.service

> sudo mysql -u root -p

> CREATE USER 'Fiber_User'@'localhost' IDENTIFIED BY 'anonymousfiber';

> GRANT ALL PRIVILEGES ON *.* TO 'Fiber_User'@'localhost' REQUIRE NONE WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0;

** For Arch/Manjaro **
> sudo systemctl start httpd.service

** For Debian/Ubuntu/Kali Linux **
> sudo systemctl start apache2
Type the below link in your browser. You can replace 127.0.0.1 with your IP address.

 127.0.0.1/anonymousfiber

** anonymousfiber homepage should open up right now. If it is not opening right now please make sure you have followed the steps above properly or pull an issue.
> sudo mysql -u root -p

> CREATE DATABASE Anonymous_Fiber;

> exit
> mysql -u <USERNAME> -p <DB NAME> < <dump file path>

For Example:

> mysql -u Fiber_User -p Anonymous_Fiber < /var/www/html/anonymousfiber/Anonymous_Fiber.sql

Credentials for Sign In Page ::

 Username : mikeross@anonymousfiber.com

 Password : test

Sign In Page Screenshot

Contributing ::

Please check out the contributing.md guide on how you can actively participate in the development of this web development project.

License GitHub

This project is licensed under the GNU General Public License v3.0 - see the License.md file for more details.