• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Dotpay SMS shop problem (gęsior acc sms shop)

lycefur

New Member
Joined
Jul 13, 2010
Messages
99
Reaction score
2
I have a dotpay account and enabled SMS service, everything is configured well:

Typ usługi: Kod generowany i dopisywany do listy kodow. Sprawdzanie kodow w Dotpay

Part of my buypoints.php:

PHP:
$config['paypal_active'] = false; #active paypal system?
$config['dotpay'] = array();
$config['dotpay_active'] = true; #active dotpay system?
$config['dotpay_active_sms'] = true; #active dotpay system?
$config['dotpay_active_transfer'] = false; #active dotpay system?
# przykladowy konfig dla SMS
$config['dotpay'][0]['id'] = XXXXX;       # numer ID zarejestrowanego klienta
$config['dotpay'][0]['code'] = "AWF7"; # identyfikator uslug SMS
$config['dotpay'][0]['type'] = "sms";   # typ konta: C1 - 8 znakowy kod bezobslugowy, sms - dla sprawdzania SMSow
$config['dotpay'][0]['addpoints'] = 220; # ile premium punktow daje dany sms
$config['dotpay'][0]['sms_number'] = 74068 ; # numer na jaki nalezy wyslac kod
$config['dotpay'][0]['sms_text'] = "AP.AWF7"; # tresc jaka ma byc w SMSie
$config['dotpay'][0]['sms_cost'] = "4.88 zl brutto"; # cena za wyslanie sms

But when I generate test SMS code and input it in buy-points site it says that the service or code is invalid.

Wystapily bledy:
* Podany kod z SMSa/przelewu jest niepoprawny lub wybrano zla opcje SMSa/przelewu.

When enabling dotpay SMS service I gave correct ip of my OTS...

WHAT DO?! Help plz, I give rep.
 
If your server has multiple IP adresses, make sure that you have set in DotPay cp the first IP adress.
You can also try setting * (asterisk) as an IP adress just for testing purposes ! It's not recommended to leave it that way !
 
Back
Top