I activated reseller and made my account to reseller but I cant find the reseller panel...
http://sibsoft.net/xfilesharing_mod_reseller.html
^
| cant find that
maybe in my main.html file is something missed like
<TMPL_IF reseller> ?
XFileSharing Pro - reseller mod
-
- Posts: 22
- Joined: May 29, 2012 9:52 am
-
- Posts: 22
- Joined: May 29, 2012 9:52 am
-
- Posts: 22
- Joined: May 29, 2012 9:52 am
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I bought reseller mod yesterday. Now I have any problems, because I use only posonline as payment processor. When users increase their account balance it failed with posonline. The account balance dont increase after transaction
Here is the IPN log from reseller:
does Anybody have practical knowledge with posonline and reseller mod?
Here is the IPN log from reseller:
Code: Select all
2012-09-05 16:37:40
User ID: 1826
POST data:
'payer_mail' => 'name@gmail.com',
'payer_name' => 'name',
'payer_cap' => 'N145ER',
'payer_country' => 'UK',
'payer_address' => 'Flat 14, 32 Crown Lane',
'papay_cf' => '',
'payer_ip' => '217.168.16.33',
'amount' => '6.00',
'payer_vat' => '',
'transaction_id' => '1136798286',
'payer_city' => 'London',
'payer_location' => '',
'transaction_type' => '1',
'sign' => '2e7af251781455bc48a154a9a98d1630',
'payer_type' => ''
User login: username
User expire time is : 2012-09-04 10:03:17
Current time is Wed Sep 5 16:37:40 2012
User data: 6.00 =
WARNING: Plan haven't found
Profit mode=, aff percent =
Referer: RESELLER
Domain: RESELLER
Transaction committed
Finishing session from '83.211.229.153' - - - - - - - - - - - - -
Done.
Posonline answered me. He has now idea and he dont know.
I think the problem is in index.cgi or ipn.cgi too.
Code: Select all
<form method="post">
<input type="hidden" name="op" value="payments">
<input type="hidden" name="reseller" value="1">
Add money to reseller balance: €<input type="text" name="amount" value="50.00" size=6>
<select name="type">
<TMPL_IF moneybookers_email><option value="posonline">PosOnline</option></TMPL_IF>
<TMPL_IF alertpay_email><option value="alertpay">AlertPay</option></TMPL_IF>
<TMPL_IF webmoney_merchant_id><option value="wmz">Webmoney</option></TMPL_IF>
<TMPL_IF plimus_contract_id><option value="plimus">Plimus</option></TMPL_IF>
</select>
<input type="submit" name="submit" value="Add money">
</form>