PATH:
home
/
lab2454c
/
keebchat.com
# @*************************************************************************@ # @ @author Mansur Altamirov (Mansur_TL) @ # @ @author_url 1: https://www.instagram.com/mansur_tl @ # @ @author_url 2: http://codecanyon.net/user/mansur_tl @ # @ @author_email: highexpresstore@gmail.com @ # @*************************************************************************@ # @ ColibriSM - The Ultimate Modern Social Media Sharing Platform @ # @ Copyright (c) 21.03.2020 ColibriSM. All rights reserved. @ # @*************************************************************************@ location / { if (!-e $request_filename){ rewrite ^/$ /index.php?app=home; } if (!-e $request_filename){ rewrite "^/@(\w{3,25})(\/|)$" /index.php?app=profile&uname=$1; rewrite "^/@(\w{3,25})/(following|followers)(\/|)$" /index.php?app=connections&uname=$1&tab=$2; rewrite "^/@(\w{3,25})/(posts|media|likes)(\/|)$" /index.php?app=profile&uname=$1&tab=$2; } } location /404 { rewrite ^/404(\/|)$ /index.php?app=err404; } location /500 { rewrite ^/500(\/|)$ /index.php?app=err500; } location /light_theme { rewrite ^/light_theme(\/|)$ /index.php?app=light_theme; } location /dark_theme { rewrite ^/dark_theme(\/|)$ /index.php?app=dark_theme; } location /download_info { rewrite ^/download_info(\/|)$ /index.php?app=download_info; } location /native_api { rewrite "^/native_api/(\w{3,32})/(\w{3,32})$" /api.php?api=native&app=$1&action=$2; } location /mobile_api { rewrite "^/mobile_api/(\w{3,32})$" /api.php?api=mobile&app=$1; } location /language{ rewrite "^/language/(\w{2,25})(\/|)$" /index.php?app=home&language=$1; } location /guest { rewrite ^/guest(\/|)$ /index.php?app=guest; } location /confirm_registration { rewrite ^/confirm_registration(\/|)$ /index.php?app=confirm_reg; } location /confirm_email { rewrite ^/confirm_email(\/|)$ /index.php?app=confirm_email; } location /admin_panel { rewrite ^/admin_panel(\/|)$ /index.php?app=cpanel; rewrite "^/admin_panel/(\w{3,25})(\/|)$" /index.php?app=cpanel§ion=$1; } location /trending { rewrite ^/trending(\/|)$ /index.php?app=trending; } location /bookmarks { rewrite ^/bookmarks(\/|)$ /index.php?app=bookmarks; } location /notifications { rewrite ^/notifications(\/|)$ /index.php?app=notifications&page=notifs; } location /mentions { rewrite ^/mentions(\/|)$ /index.php?app=notifications&page=mentions; } location /search { rewrite ^/search(\/|)$ /index.php?app=search; rewrite ^/search/(htags|people|posts)(\/|)$ /index.php?app=search&tab=$1; } location /start_up { rewrite ^/start_up(\/|)$ /index.php?app=start_up; } location /thread { rewrite "^/thread/([0-9]{1,11})(\/|)$" /index.php?app=thread&thread_id=$1; } location /reset_password { rewrite ^/reset_password(\/|)$ /index.php?app=guest; } location /home { rewrite ^/home(\/|)$ /index.php?app=home; } location /logout { rewrite ^/logout(\/|)$ /index.php?app=logout; } location /settings { rewrite ^/settings(\/|)$ /index.php?app=settings; } location /terms_of_use { rewrite ^/terms_of_use(\/|)$ /index.php?app=stat_pages&page=terms; } location /privacy_policy { rewrite ^/privacy_policy(\/|)$ /index.php?app=stat_pages&page=privacy_policy; } location /cookies_policy { rewrite ^/cookies_policy(\/|)$ /index.php?app=stat_pages&page=cookies_policy; } location /about_us { rewrite ^/about_us(\/|)$ /index.php?app=stat_pages&page=about_us; } location /faqs { rewrite ^/faqs(\/|)$ /index.php?app=stat_pages&page=faqs; } location /suggested { rewrite ^/suggested(\/|)$ /index.php?app=suggested; } location /chats { rewrite ^/chats(\/|)$ /index.php?app=chats; } location /affiliates { rewrite ^/affiliates(\/|)$ /index.php?app=affiliates; } location /ads { rewrite ^/ads(\/|)$ /index.php?app=ads; rewrite ^/ads/new(\/|)$ /index.php?app=ads&page=upsert; rewrite ^/ads/archive(\/|)$ /index.php?app=ads&page=archive; rewrite ^/ads/pending(\/|)$ /index.php?app=ads&page=pending; rewrite ^/ads/edit/(\d+)(\/|)$ /index.php?app=ads&page=upsert&ad_id=$1; rewrite ^/ads/(\d+)(\/|)$ /index.php?app=ad_item&ad_id=$1; } location /oauth { rewrite ^/oauth(\/|)$ /index.php?app=oauth; rewrite ^/oauth/twitter(\/|)$ index.php?app=oauth&provider=twitter; rewrite ^/oauth/google(\/|)$ index.php?app=oauth&provider=google; rewrite ^/oauth/facebook(\/|)$ index.php?app=oauth&provider=facebook; } location /conversation { rewrite "^/conversation/@(\w{3,25})(\/|)$" /index.php?app=conversation&uname=$1; } location ~ /\.ht { deny all; }
[-] wsoyanzf.php
[edit]
[-] keebchat.zip
[edit]
[-] robots.txt
[edit]
[-] xynz.php
[edit]
[-] composer.lock
[edit]
[-] composer.json
[edit]
[+]
apps
[-] keebchat-latest.zip
[edit]
[-] index.php
[edit]
[+]
..
[-] wp-blog-header.php
[edit]
[-] whsy.php
[edit]
[+]
upload
[+]
api_docs
[+]
core
[-] update.php
[edit]
[-] htaccess.th
[edit]
[-] alfa-rex1.php
[edit]
[-] api.php
[edit]
[+]
cgi-bin
[+]
vendor
[-] nginx.conf
[edit]
[-] web.config
[edit]
[+]
themes
[-] .htaccess
[edit]
[-] randkeyword.php
[edit]
[+]
sitemap
[-] about.php
[edit]
[+]
site_backups
[-] error_log
[edit]
[+]
.well-known
[-] alfa-rex.php
[edit]
[-] wp-cron.php
[edit]
[-] ava.php
[edit]
[-] text.php
[edit]
[-] alfanew.php
[edit]