- Forum nie tylko o Tibii i OTS... http://www.tibia11.pun.pl/index.php - Skrypty do OTS http://www.tibia11.pun.pl/viewforum.php?id=11 - Gesior ACC PayGol Gotowy SMS Shop System dla Polakow i Zagranicy ! http://www.tibia11.pun.pl/viewtopic.php?id=17246 |
wladca - 2012-10-11 10:26:16 |
Jesli szukasz automatycznego skryptu platnosci dla Polski i krajow zagranicznych dla Twojego Gesior ACC to swietnie trafiles ! Kod:http://www.paygol.com/register?affiliatecode=T8Y7-LK0M-NY0R-Y6O3 Teraz stworz plik paygol.php i wklej to : Kod:<?php /* Note:Before starting you have to create an account at http://www.paygol.com/register?affiliatecode=T8Y7-LK0M-NY0R-Y6O3 */ // check that the request comes from PayGol server if(!in_array($_SERVER['REMOTE_ADDR'], array('109.70.3.48', '109.70.3.146', '109.70.3.58'))) { header("HTTP/1.0 403 Forbidden"); die("Error: Unknown IP"); } // get the variables from PayGol system $message_id = $_GET['message_id']; $service_id = $_GET['service_id']; $shortcode = $_GET['shortcode']; $keyword = $_GET['keyword']; $message = $_GET['message']; $sender = $_GET['sender']; $operator = $_GET['operator']; $country = $_GET['country']; $custom = $_GET['custom']; $points = $_GET['points']; $price = $_GET['price']; $currency = $_GET['currency']; //Replace these parameters by your database details $dbhost = "localhost"; //Your database domain $dbuser = "root"; //Database username $dbpassword = "dbpass"; //Database password $db = "dbname"; //Database name //Connect to Database $conn = mysql_connect($dbhost, $dbuser, $dbpassword); mysql_select_db($db); $sql = "UPDATE accounts SET premium_points = premium_points+$points WHERE name = '$custom'"; mysql_query($sql); mysql_close($conn); ?> Nastepnie stworz plik np. buypoints.php i wklej to: Kod:<?PHP $main_content .= ' <b>SMS DONATION</b></CENTER><br /><br /> <ol> <li>Enter your account number.</li> <li>Choose your payment price.</li> <li>Click on the red Pay by mobile button.</li> <li>Follow the instructions.</li> <li>Your points will be added automatically.</li> </ol> </br> <center><b><li>5 VIP Points for 8 EUR</li> <li>15 VIP Points for 20 EUR</li> <li>30 VIP Points for 35 EUR</li> </center></b> </br> '; $main_content .= '<center> <!-- PayGol JavaScript --> <script src="http://www.paygol.com/micropayment/js/paygol.js" type="text/javascript"></script> <!-- PayGol Form --> <form name="pg_frm"> Enter account number:<p> <input type="text" name="pg_custom" value=""><p> <input type="hidden" name="pg_serviceid" value="10003"> <input type="hidden" name="pg_currency" value="PLN"> <input type="hidden" name="pg_name" value="VIP Points"> <!-- With Option buttons --> <input type="radio" name="pg_price" value="1">5 VIP Points 8<p> <input type="radio" name="pg_price" value="2">15 VIP Points 20<p> <input type="radio" name="pg_price" value="3">30 VIP Points 35<p> <input type="hidden" name="pg_return_url" value=""> <input type="hidden" name="pg_cancel_url" value=""> <input type="image" name="pg_button" class="paygol" src="http://www.paygol.com/micropayment/img/buttons/125/red_en_pbm.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!" onClick="pg_reDirect(this.form)"> </form> </center>'; ?> Teraz skopiuj te pliki do folderu z Twoim ACC Makerem np. do htdocs Kod:http://mojadomena.pl/index.php?subtopic=paygol Zamiast mojadomena wpisz swoja lub IP ! Kod:case "characters"; $topic = "Characters"; $subtopic = "characters"; include("characters.php"); break; ten kod Kod:case "paygol"; $topic = "Paygol"; $subtopic = "paygol"; include("paygol.php"); break; 3: |