OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
social_media
/
facebook
/
bin
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
accessTest.php
608 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
fb_share.php
8.94 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
index.php
420 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
new_table.php
13.36 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
postTest.php
3.38 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
sample_data.txt
7.07 KB
12/26/2024 08:39:28 AM
rw-r--r--
📄
share_facebook.php
1.93 KB
05/19/2025 10:07:13 AM
rw-r--r--
Editing: index.php
Close
<?php ini_set('display_startup_errors', 1); 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>'; ?>