• 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!

Swedish payment system.

Tsson

New Member
Joined
Nov 4, 2007
Messages
76
Reaction score
0
Hello, can someone help me with a swedish payment site?

http://www.mosms.se/

I dont know how to setup it in my otserv/database.
I using daopay now and it works fine but they takes 63% of the money :(

i using TFS 0.3 Beta 2 with latest geisor shop system...

V please scroll down for more info :p V

Thanks:)
 
Last edited:
@up
Nope, Someone have to make a automatic script for that if there's any.. i'll check:p

and you dont have to setup it? cuz you're not adding a shopsystem.. because MOSMS, you dont even got a script for it so how o you setup :p?

im kinda newbie on those things but from mosms i get a script:

Orginal script by Mosms

<?php

/*
------------------------------------------------------------------------------
RECEIVE_SMS.PHP
------------------------------------------------------------------------------

Detta script kan ta emot SMS-meddelanden från MO-SMS.
Allt som ekas ut av ditt skript kommer att hamna i ett svars-SMS till
slutanvändaren. Det är alltså mycket viktigt att skriptet inte genererar några
felmeddelanden eller liknande. Om inget svar ekas ut inom 30 sekunder skickar
MO-SMS automatiskt ut ett "Tack för din beställning"-SMS av debiterings-
tekniska skäl.

SMS:et levereras i teckenkodning ISO 8859-1

------------------------------------------------------------------------------
*/

// Stäng av PHP:s felrapportering
error_reporting(0);


// Plocka ut avsändarnumret
$nr = $_REQUEST['nr'];

// Plocka ut SMS-meddelandet
$sms = urldecode($_REQUEST['sms']);

// Plocka ut priset slutanvändaren blev debiterad (för egen vinststatistik)
$tariff = $_REQUEST['tariff'];

// Plocka ut operatören SMS:et skickades in via (för egen vinststatistik)
$operator = $_REQUEST['operator'];

// Eka ut svaret som skickas tillbaka till slutanvändaren
echo 'Vi har nu tagit emot ditt SMS!';

?>

translated:

This script can receive SMS messages from MO-SMS.
All that sends out of your script will be put in a callback message to
the end user. It is therefore very important that the script does not generate any
error messages or the like. If no reply sends within 30 seconds sends
MO-SMS is automatically a "Thank you for your order" SMS of billing
technical reasons.

SMS is delivered in character encoding ISO 8859-1

some swedish words hmm but its not so important.

and i know a guy how use this system with nick Saj...
Thanks.
 
Back
Top