OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
social_media
/
facebook
/
bin
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/16/2024 12:36:51 PM
rwxr-xr-x
📄
accessTest.php
664 bytes
10/18/2024 02:16:37 PM
rw-r--r--
📄
fb_share.php
8.94 KB
10/18/2024 02:16:37 PM
rw-r--r--
📄
index.php
476 bytes
10/18/2024 02:16:37 PM
rw-r--r--
📄
new_table.php
13.36 KB
10/18/2024 02:16:37 PM
rw-r--r--
📄
postTest.php
3.43 KB
10/18/2024 02:16:37 PM
rw-r--r--
📄
sample_data.txt
7.07 KB
10/18/2024 02:16:37 PM
rw-r--r--
📄
share_facebook.php
1.99 KB
10/18/2024 02:16:37 PM
rw-r--r--
Editing: index.php
Close
<?php ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include 'function.php'; $credentials = json_decode(file_get_contents('credential.json'), true); $loginUrl = facebook_login_consent($credentials, 'https://knoblycream.com/testing/share_facebook.php'); echo "<b>Login Url: " . htmlspecialchars($loginUrl) . "</b><br>"; echo 'Login URL: <a href="' . htmlspecialchars($loginUrl) . '">Login with Facebook</a>'; ?>