Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.141.29.119
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
routes /
Delete
Unzip
Name
Size
Permission
Date
Action
api.php
528
B
-rw-r--r--
2022-09-16 21:03
channels.php
706
B
-rw-r--r--
2021-03-23 17:21
console.php
553
B
-rw-r--r--
2021-02-09 19:47
web.php
3.8
KB
-rw-r--r--
2022-09-21 19:14
Save
Rename
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Auth::routes(); Route::get('/', 'ChatsController@index'); Route::get('messages', 'ChatsController@fetchMessages'); Route::post('messages', 'ChatsController@sendMessage'); Route::get('/chat/bonuses', 'ChatsController@chatBonuses'); Route::get('/chat/bonuses/my', 'ChatsController@chatBonusesMy'); Route::get('/chat/bonuses/delete', 'ChatsController@chatBonusesDeleteChat'); Route::get('/chat/unpip/info', 'ChatsController@chatMyUnpip'); Route::get('/chat/unpip/my', 'ChatsController@chatMyUnpip'); Route::get('/chat/unpip/be_recommender', 'ChatsController@beRecommender'); Route::get('/chat/unpip/send', 'ChatsController@chatSendUnpip'); Route::get('/chat/unpip/mute', 'ChatsController@chatUnpipMute'); Route::get('/chat/unpip/delete', 'ChatsController@chatUnpipDelete'); Route::get('/chat/unpip', 'ChatsController@chatUnpip'); Route::get('/chat/home', 'ChatsController@homeChat'); Route::get('/chat/peoples-list', 'ChatsController@peoplesList'); Route::get('/chat/top-10', 'ChatsController@topList'); Route::get('/chat', 'ChatsController@chatTest'); Route::get('/save', 'RestController@saveScore'); Route::get('/save/', 'RestController@saveScore'); Route::get('/candy', 'RestController@candyScore'); Route::get('/candy/', 'RestController@candyScore'); Route::get('/candy/pub.pdf', 'RestController@pubPdf'); Route::get('/candy/use.pdf', 'RestController@usePdf'); Route::get('/candy/data.pdf', 'RestController@dataPdf'); Route::get('/candy/save', 'RestController@saveCandyScore'); Route::get('/candy/save/', 'RestController@saveCandyScore'); Route::get('/balance', 'RestController@getBalance'); Route::get('/u/{u}', 'ChatsController@index'); Route::get('/f/{f}', 'ChatsController@index'); Route::get('/follow/user', 'AjaxController@doFollow'); Route::get('/follow/unrecommend', 'AjaxController@doUnrecommend'); Route::get('/reset_password', 'AuthController@showLinkRequestForm'); Route::post('/reset_password/do', 'AuthController@sendResetLinkEmail'); Route::get('/register', 'AuthController@showRegister'); Route::post('/register/do', 'AuthController@doRegister'); Route::post('/login/do', 'AuthController@doLogin'); Route::get('/login', 'AuthController@showLogin'); Route::get('/logout', 'AuthController@doLogout'); Route::get('/profile/index', 'AuthController@indexProfile'); Route::get('/profile/edit', 'AuthController@editProfile'); Route::post('/profile/edit', 'AuthController@editProfile'); Route::get('/profile/help', 'AuthController@helpProfile'); Route::get('/profile/privacy', 'AuthController@privacyProfile'); Route::get('/profile/terms', 'AuthController@termsProfile'); Route::get('/profile/eula', 'AuthController@eulaProfile'); Route::get('/profile/data_agreement', 'AuthController@dataAgreementProfile'); Route::get('/profile/cookie_notice', 'AuthController@cookieNoticeProfile'); Route::get('/impact/change', 'AjaxController@impactChange'); Route::get('/impact/update', 'AjaxController@impactUpdate'); Route::get('/impact/balance', 'AjaxController@withdrawUpdate'); Route::get('/impact/update-range', 'AjaxController@impactUpdateRange'); Route::post('/impact/do', 'AjaxController@doImpact'); Route::get('/search', 'AjaxController@search'); Route::get('/withdraw', 'AjaxController@withdraw'); Route::get('/withdraw/update', 'AjaxController@withdrawUpdate'); Route::get('/public-options', 'AjaxController@publicOptions'); Route::get('/countries', 'AjaxController@countries'); Route::get('/home', 'HomeController@index'); Route::get('/unpip', 'ChatsController@unpip');