Beste mensen van Criminalspoint.nl
Ik heb een vraag ik wil graag een betaal script verbouwen. Het script is gemaakt voor: Paypal, maar ik wil hem graag via mollie.nl doen.
Ik weet dat deze link moet veranderen
1
|
<iframe name="123TicketIframe" src="http://www.123ticket.com/Public_IA/iframe/payzone.php?IDS=29738&IDD=38316&login=5093027&brokerid=&extlogin=&my_var_p=&my_var_1=&my_var_2=&my_var_3=&my_var_4=&my_var_5=&ret_pin=1&target=_blank" BGCOLOR="white" width=403 height=320 marginWidth=0 marginHeight=0 frameBorder=0 scrolling="no"></iframe>
|
|
|
Maar nu komt het. ik heb het verandert maar nu krijgen de leden die bellen NIET de credits waarvan ze hebben gebeld.
Kan iemand mij helpen? hartelijk dank!
Oude script:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<?php
error_reporting(0);
include("_include-config.php");
include("data/names.php");
if(! check_login()) {
header("Location: login.php");
exit;
}
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="<? echo $sitelink;?>/layout/crimestyle12/css/css.css"></head>
<body style="margin: 0px;">
<div class="title_bg">
<div class="title">Buy Game Credits</div>
</div>
<div style="background-color:#dbd2b7; padding:10px; padding-top:4px;">
<table cellpadding="0" cellspacing="0" width="100%"><tr><td>
<table width="100%" border="0" cellspacing="2" cellpadding="2" class="mod_list">
<tr>
<td width="100%">
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="<? echo $paypal;?>">
<input type="hidden" name="item_name" value="300 Game Credits">
<input type="hidden" name="item_number" value="300 Game Credits">
<input type="hidden" name="amount" value="10.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="notify_url" value="<? echo $sitelink;?>/success.php">
<input type="hidden" name="return" value="<? echo $sitelink;?>/success.php">
<input type="hidden" name="cancel_return" value="<? echo $sitelink;?>">
<img border=0 src=images/game/paypal.jpg border=0><BR><BR>
You can purchase <b>300</b> Game Credits via Paypal. The price is $10.00 and you will receive your credits automatically after the payment is sent. <br><br> If you send an E-Check, this will take a few days to clear and you wont receive your credits automatically.
<br>
<br>
<b>WARNING: You need to Click "Return to Merchant" Button after you have sent the payment, otherwise your credits wont be credited to your account!</b>
<br><br>
<input type="submit" border="0" class="button" name="submit" value="Purchase"> </b><BR><BR>
</form>
</td>
</tr>
</table>
</td></tr></table>
</div>
<div style="background-color:#dbd2b7; padding:10px; padding-top:4px;">
<table cellpadding="0" cellspacing="0" width="100%"><tr><td>
<table width="100%" border="0" cellspacing="2" cellpadding="2" class="mod_list">
<tr>
<td width="100%">
<b>Buy Credits with your Phone</b>
You can purchase <b>20</b> Game Credits via your Phone. You will receive your credits automatically after the payment is sent. <br><br>
<!-- START CHANGE PHONE PAYMENT SCRIPT 123TICKET.COM -->
<iframe name="123TicketIframe" src="http://www.123ticket.com/Public_IA/iframe/payzone.php?IDS=29738&IDD=38316&login=5093027&brokerid=&extlogin=&my_var_p=&my_var_1=&my_var_2=&my_var_3=&my_var_4=&my_var_5=&ret_pin=1&target=_blank" BGCOLOR="white" width=403 height=320 marginWidth=0 marginHeight=0 frameBorder=0 scrolling="no"></iframe>
<!-- END CHANGE PHONE PAYMENT SCRIPT 123TICKET.COM -->
</td>
</tr>
</table>
</td></tr></table>
</div>
<table width='100%' cellspacing='2' cellpadding='2'>
<tr>
<td class='content_bottom'></td>
</tr>
</table>
<br> </div>
</td>
</tr>
</table>
</td>
|
|
|
04-09-2010 18:46
Dit topic is 282 keer bekeken door 40 verschillende leden
Reacties op: "betaal script ombouwen"
Er zijn nog geen reacties geplaatst op dit topic.