From a021bfa4792fd8062d440b6311e19372dd895b4a Mon Sep 17 00:00:00 2001 From: xodivorce Date: Tue, 3 Sep 2024 02:42:27 +0530 Subject: [PATCH] v3.1.1 --- LICENSE | 22 ++++++ README.md | 89 +++++++++++++++++++++++ htdocs/.DS_Store | Bin 6148 -> 6148 bytes htdocs/assets/.DS_Store | Bin 8196 -> 8196 bytes htdocs/assets/_header.php | 2 +- htdocs/assets/css/_home.css | 119 ++++++++++++++++++++++++++++++- htdocs/assets/images/links.png | Bin 0 -> 9793 bytes htdocs/assets/images/total.png | Bin 0 -> 3540 bytes htdocs/assets/images/users.png | Bin 0 -> 8833 bytes htdocs/assets/js/_home.js | 54 +++++++++----- htdocs/core/.DS_Store | Bin 6148 -> 6148 bytes htdocs/core/get_statistics.php | 41 +++++++++++ htdocs/core/process.php | 75 ++++++++++++++++++++ htdocs/index.php | 124 +++++++++++++-------------------- url.sql | 60 ---------------- xeorl.sql | 87 +++++++++++++++++++++++ 16 files changed, 518 insertions(+), 155 deletions(-) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 htdocs/assets/images/links.png create mode 100644 htdocs/assets/images/total.png create mode 100644 htdocs/assets/images/users.png create mode 100644 htdocs/core/get_statistics.php create mode 100644 htdocs/core/process.php delete mode 100755 url.sql create mode 100644 xeorl.sql diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..a90f2883 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2024 Xeorl + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/README.md b/README.md new file mode 100644 index 00000000..13841fbf --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +# [Xeorl - Link Shortener and Management Tool](https://www.xeorl.buzz) + +### Xeorl - The All-In-One, Fully Free to Use Advanced Link Shortener and Management Tool - Powered by ([@xodivorce](https://instagram.com/xodivorce)) ✨ +[![status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/xeorl/xeorl-portfolio/) +[![version](https://img.shields.io/badge/version-v3.1.1-yellow.svg?style=flat)](https://github.com/xeorl/xeorl-portfolio/) +[![PRs](https://img.shields.io/badge/PRs-welcome-blue.svg?style=flat)](https://github.com/xeorl/xeorl-portfolio/) +

+ +### 📌 Tech Stack + +Here’s what fuels this site: + +![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) +![CSS3](https://img.shields.io/badge/CSS-239120?&style=for-the-badge&logo=css3&logoColor=white) +![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) +![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white) +![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white) + +### 🛠️ How to Contribute: Let’s Make Magic! + +Want to jump in and sprinkle some magic on this project? Follow these steps: + +1. **Fork and Clone**: + - Hit “Fork” at the top-right of the page to make your copy. Then clone it to your local machine: + ```bash + git clone git@github.com:xeorl/xeorl.git + ``` + +2. **Set Up Your Local Playground**: + - Move the project to your XAMPP `htdocs` folder: + ```bash + mv xeorl /path/to/xampp/htdocs/ + ``` + +3. **Fire Up XAMPP**: + - Launch XAMPP and start Apache and MySQL: + ```bash + # For XAMPP GUI: + open -a XAMPP + # Start Apache and MySQL in XAMPP Control Panel + ``` + +4. **View Locally**: + - Open your browser and head to: + ```bash + http://localhost/xeorl/htdocs/index.php + ``` + +5. **Pro Tip**: Use a Self-Signed SSL for local development to keep everything smooth and secure with HTTPS. 🔐 + +6. **Create a Feature Branch**: + - Before diving in, create a new branch for your feature or fix: + ```bash + git checkout -b cool-new-feature + ``` + +7. **Work Your Magic**: + - Make your changes, test them, and get ready for a pull request. + +8. **Commit and Push**: + - Once you’re happy, commit and push your changes: + ```bash + git add . + git commit -m "Add some cool feature" + git push origin cool-new-feature + ``` + +9. **Open a Pull Request**: + - Go to the main repository and create a pull request. Let us know what you’ve done and why it’s awesome! + +10. **Celebrate Your Contribution** 🎉: + - Enjoy the glory of your awesome contribution! We appreciate all your help and ideas. + +🚀 **Got Ideas or Spotted a Bug?** +Don’t be shy! [*Open an issue*](https://github.com/xodivorce/xeorl/issues) to discuss new features, enhancements, or any bugs you find. Your feedback is golden!! + +- Let’s create something epic together! 🌟 + +### 📝 License & Usage + +Xeorl - Link Shortener and Management Tool is a Fully Open Sourced Project licensed under [**MIT LICENSE**](LICENSE). Anyone can view, modify, use (personal and commercial) or distribute it's sources without any attribution and extra permissions. + +**🌟 Like this project? Please consider giving it a star to show your support!** + +

+ +**** + +An Open Sourced Project - Crafted with ❤️ by **xodivorce** diff --git a/htdocs/.DS_Store b/htdocs/.DS_Store index 97f72efb1b5dd22e8224393f2513c8d13a0fefd1..607a1d57ec3a7e3b548de58d69919f50f5ce97e6 100644 GIT binary patch delta 103 zcmZoMXffCj%)+>1ayo0FxRat3Rmns{}!iK)4cf|+rxjzYDik%5kaiJ3`lEhmSlvc7dte0EN5 dUVi5!HhIRb$vmvlr0d$O!1kPRGb_h`egGr&B8C6} diff --git a/htdocs/assets/.DS_Store b/htdocs/assets/.DS_Store index cd74e6057e4866d982a5f1c6673565943b025ef3..2d2822efc5d77775d42ee156dee271200b6d62fa 100755 GIT binary patch delta 182 zcmZp1XmQw}A;@fMU^Ll5$a!*}U=-ty$tML1)g`K{jm!*m6pT$wYIPK4ZXf1k*X*0XTHx>mVZL$_U&IACW{WL`Y delta 62 zcmZp1XmQw}A;@fEYCc(8aPH*I0;N#4^WqjECS?9*2hrn9n^`4(uuRq!bOiE_F#!Nt CjuSfo diff --git a/htdocs/assets/_header.php b/htdocs/assets/_header.php index 3f101627..007d6221 100755 --- a/htdocs/assets/_header.php +++ b/htdocs/assets/_header.php @@ -4,7 +4,7 @@