OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
social_media
/
linkedin
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/26/2025 04:16:12 AM
rwxr-xr-x
📁
bin
-
03/26/2025 04:20:23 AM
rwxr-xr-x
📄
function.php
4.59 KB
03/26/2025 04:16:12 AM
rw-r--r--
📄
index.php
486 bytes
03/26/2025 04:16:12 AM
rw-r--r--
📄
linkedinPost.php
1.18 KB
03/26/2025 04:16:12 AM
rw-r--r--
📄
linkedin_credentials.json
142 bytes
03/26/2025 04:16:12 AM
rw-r--r--
📄
linkedin_function.php
17.91 KB
03/26/2025 04:16:12 AM
rw-r--r--
📄
linkedin_post_handler.php
4.16 KB
03/26/2025 04:16:12 AM
rw-r--r--
📄
linkedin_setup.php
8.17 KB
03/26/2025 04:16:12 AM
rw-r--r--
📄
linkedin_setup_handler.php
1.24 KB
03/26/2025 04:16:12 AM
rw-r--r--
📄
test.json
1.73 KB
03/26/2025 04:16:12 AM
rw-r--r--
📄
test.php
1.92 KB
03/26/2025 04:16:12 AM
rw-r--r--
Editing: index.php
Close
<? ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); include 'function.php'; $credentials = json_decode(file_get_contents('linkedin_credentials.json'), true); if ($credentials === null) { throw new Exception('Failed to load credentials from credential.json.'); } $authUrl = linkedin_login_consent($credentials, "https://knoblycream.com/social_media/linkedin/linkedinPost.php"); header("Location: $authUrl"); exit(); ?>