project !!
Lehekülg 1, lehekülgi kokku 1 • Share
- ssandJuunior
- Liitus : 09/06/2016
Postitusi : 53
Hello,
i search about someone know about sms and servers , PHP , scripter , PayPal !
and be have something about it.
are you do such a stuff ?
contact me : https://steamcommunity.com/id/password789
i search about someone know about sms and servers , PHP , scripter , PayPal !
and be have something about it.
are you do such a stuff ?
contact me : https://steamcommunity.com/id/password789
- Lumistor
- Liitus : 02/04/2015
Postitusi : 2771
I know how to create sms service but I have no facking idea with PayPal
- ssandJuunior
- Liitus : 09/06/2016
Postitusi : 53
ok contact me.
- Pilvik
- Liitus : 11/11/2012
Postitusi : 4409
- Tonight
- Liitus : 19/02/2012
Postitusi : 18000
• Basic PayPal transfer:
Download paypaltransfer.zip
1499 lines, script itself is ~20 lines.
• paypal.php file, upload this to your host and change in script the value of PayPal_setReturnURL:
• And finally you have to install SourceQuery: https://github.com/xPaw/PHP-Source-Query
NB! Not tested. This is just a basic transfer, making a VIP system is up to you.
Download paypaltransfer.zip
1499 lines, script itself is ~20 lines.
• paypal.php file, upload this to your host and change in script the value of PayPal_setReturnURL:
- Kood:
<html><head><title>Payment complete!</title></head><body>
<?php
define("SERV_PORT", Enter your server port here);
define("SERV_IP", Enter your server IP here);
define("SERV_RCON", Enter your server RCON here.);
require "SourceQuery/SourceQuery.class.php";
if ( ! isset($_GET["st"]) || $_GET["st"] != "Completed" )
die("");
$query = new SourceQuery();
try {
$query->Connect(SERV_IP, SERV_PORT, 3, SourceQuery::GOLDSOURCE);
$query->SetRconPassword(SERV_RCON);
$query->Rcon("_PayPal_Check \"" . $_GET["tx"] . "\"");
}
catch( SQueryException $e ) {
echo $e -> getMessage( );
}
$query -> Disconnect();
/*
Read this before formatting the response text:
https://www.paypal.com/cgi-bin/customerprofileweb?cmd=%5fprofile%2dwebsite%2dpayments
*/
?>
Thank you for your payment! Your transaction is done and a receipt has been sent by e-mail to you. You can log in to your account at www.paypal.com to see details about this transaction.
<br><br>
You can close this window now.
</body></html>
• And finally you have to install SourceQuery: https://github.com/xPaw/PHP-Source-Query
NB! Not tested. This is just a basic transfer, making a VIP system is up to you.
- Attachments
- ssandJuunior
- Liitus : 09/06/2016
Postitusi : 53
Tonight kirjutas:• Basic PayPal transfer:
Download paypaltransfer.zip
1499 lines, script itself is ~20 lines.
• paypal.php file, upload this to your host and change in script the value of PayPal_setReturnURL:
- Kood:
<html><head><title>Payment complete!</title></head><body>
<?php
define("SERV_PORT", Enter your server port here);
define("SERV_IP", Enter your server IP here);
define("SERV_RCON", Enter your server RCON here.);
require "SourceQuery/SourceQuery.class.php";
if ( ! isset($_GET["st"]) || $_GET["st"] != "Completed" )
die("");
$query = new SourceQuery();
try {
$query->Connect(SERV_IP, SERV_PORT, 3, SourceQuery::GOLDSOURCE);
$query->SetRconPassword(SERV_RCON);
$query->Rcon("_PayPal_Check \"" . $_GET["tx"] . "\"");
}
catch( SQueryException $e ) {
echo $e -> getMessage( );
}
$query -> Disconnect();
/*
Read this before formatting the response text:
https://www.paypal.com/cgi-bin/customerprofileweb?cmd=%5fprofile%2dwebsite%2dpayments
*/
?>
Thank you for your payment! Your transaction is done and a receipt has been sent by e-mail to you. You can log in to your account at www.paypal.com to see details about this transaction.
<br><br>
You can close this window now.
</body></html>
• And finally you have to install SourceQuery: https://github.com/xPaw/PHP-Source-Query
NB! Not tested. This is just a basic transfer, making a VIP system is up to you.
that is some hard to me , maybe i need some help
i need type all this codes ? because i noob in PHP pls can u help me some time ?
- Tonight
- Liitus : 19/02/2012
Postitusi : 18000
• PayPal transfer plugin:ssand kirjutas:i need type all this codes ? because i noob in PHP pls can u help me some time ?
1) Fill in your information (in .sma):
PayPal_setAccount("Your Paypal");
PayPal_setIdentityToken("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
PayPal_setReturnURL("http://.../paypal.php");
PayPal_setCurrency("EUR");
PayPal_setLogo("http://.../banner.png");
2) Compile it to amxx. You can use web compiler if you want: http://www.amxmodx.org/webcompiler.cgi
- Pilvik
- Liitus : 11/11/2012
Postitusi : 4409
Soovid vestluses osaleda?
Selleks logi sisse või tee endale kasutaja.
Lehekülg 1, lehekülgi kokku 1
Permissions in this forum:
Sa ei saa vastata siinsetele teemadele