├── img ├── menu.png ├── user.png ├── banner.png ├── minglr.png ├── Minglr-Feed.png ├── Minglr-Home.png ├── Minglr-Profile.png ├── Minglr-Pvt-msg.png ├── favicon_minglr.png └── dark_img │ ├── SunIcon.png │ └── MoonIcon.png ├── logo ├── cover.png ├── logo.png ├── banner1.jpg ├── banner2.jpg ├── profile.png ├── Minglr logo1.png ├── Minglr logo2.png ├── Minglr logo3.png └── Minglr logo4.png ├── uploads ├── 65c669d705337.png ├── 65c7ab9f9f1c3.png ├── 65c7bb8eaee85.png └── DO_NOT_REMOVE_THIS_IMG.png ├── back ├── env.php ├── .htaccess ├── connection.php ├── logout.php └── search.php ├── error └── user_not_found.html ├── db ├── connection.php ├── database.sql └── validate.php ├── pvtmsg.php ├── LICENSE ├── style ├── darktheme_css │ ├── dark_about.css │ ├── dark_message.css │ ├── dark_feed.css │ ├── dark_account.css │ └── dark_style.css └── lighttheme_css │ ├── light_about.css │ ├── light_message.css │ ├── light_feed.css │ ├── light_account.css │ └── light_style.css ├── post.php ├── CONTRIBUTING.md ├── js └── script.js ├── LEARN.md ├── README.md ├── about-us.php ├── message.php ├── feed.php ├── index.php └── account.php /img/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/menu.png -------------------------------------------------------------------------------- /img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/user.png -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/banner.png -------------------------------------------------------------------------------- /img/minglr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/minglr.png -------------------------------------------------------------------------------- /logo/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/cover.png -------------------------------------------------------------------------------- /logo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/logo.png -------------------------------------------------------------------------------- /logo/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/banner1.jpg -------------------------------------------------------------------------------- /logo/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/banner2.jpg -------------------------------------------------------------------------------- /logo/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/profile.png -------------------------------------------------------------------------------- /img/Minglr-Feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/Minglr-Feed.png -------------------------------------------------------------------------------- /img/Minglr-Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/Minglr-Home.png -------------------------------------------------------------------------------- /img/Minglr-Profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/Minglr-Profile.png -------------------------------------------------------------------------------- /img/Minglr-Pvt-msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/Minglr-Pvt-msg.png -------------------------------------------------------------------------------- /img/favicon_minglr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/favicon_minglr.png -------------------------------------------------------------------------------- /logo/Minglr logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/Minglr logo1.png -------------------------------------------------------------------------------- /logo/Minglr logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/Minglr logo2.png -------------------------------------------------------------------------------- /logo/Minglr logo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/Minglr logo3.png -------------------------------------------------------------------------------- /logo/Minglr logo4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/logo/Minglr logo4.png -------------------------------------------------------------------------------- /img/dark_img/SunIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/dark_img/SunIcon.png -------------------------------------------------------------------------------- /img/dark_img/MoonIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/img/dark_img/MoonIcon.png -------------------------------------------------------------------------------- /uploads/65c669d705337.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/uploads/65c669d705337.png -------------------------------------------------------------------------------- /uploads/65c7ab9f9f1c3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/uploads/65c7ab9f9f1c3.png -------------------------------------------------------------------------------- /uploads/65c7bb8eaee85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/uploads/65c7bb8eaee85.png -------------------------------------------------------------------------------- /uploads/DO_NOT_REMOVE_THIS_IMG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mayuresh-22/Minglr/HEAD/uploads/DO_NOT_REMOVE_THIS_IMG.png -------------------------------------------------------------------------------- /back/env.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /back/.htaccess: -------------------------------------------------------------------------------- 1 | AuthGroupFile /dev/null 2 | AuthUserFile /home/minglrcu/domains/minglr.cu.ma/.htpasswd/public_html/back/.htpasswd 3 | AuthName "ADMIN AREA" 4 | ErrorDocument 401 "Unauthorized Access" 5 | -------------------------------------------------------------------------------- /back/connection.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /error/user_not_found.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |
Minglr is a social networking site where users can share their posts, images, and chat with each other. It was created to provide a seamless experience to people who want to connect with others and share their experiences.
94 |We believe that social media can be used to bring people together and create positive changes in the world. Minglr is a platform that empowers people to express themselves and share their ideas with a wider audience.
95 |Our team is committed to creating a safe and inclusive environment for all users. We take privacy and security seriously and have implemented measures to protect user data. Minglr is a place where everyone is welcome and encouraged to be themselves.
96 |Thank you for being a part of our community. We look forward to seeing what you create and share on Minglr.
97 |Posts Not found
'; 206 | } 207 | ?> 208 |
Welcome to 's feed...
241 | 242 | 244 | 245 | 246 |Posts Not found
'; 318 | } 319 | ?> 320 |Get to know more...
326 |Name :
333 |Last Name :
346 |Username :
359 |Email :
372 |See photos from ...
388 | 0) { 393 | while ($postrow = mysqli_fetch_assoc($postresultimgs)) { 394 | echo 'Posts Not found
'; 419 | } 420 | ?> 421 |