tel-op Posted August 3, 2018 Posted August 3, 2018 привет, как изменить идентификатор платежа? и где в базе этот id?
skybetik Posted August 3, 2018 Posted August 3, 2018 (edited) 4 минуты назад, tel-op сказал: привет, как изменить идентификатор платежа? и где в базе этот id? Где где на бораде Вангую http://wiki.ubilling.net.ua/doku.php?id=openpayz Edited August 3, 2018 by skybetik
tel-op Posted August 3, 2018 Author Posted August 3, 2018 Я еще не добавил OpenPayz, но информация пользователя написана, и я хочу изменить это Я хочу всего 6 цифр
tel-op Posted August 3, 2018 Author Posted August 3, 2018 Оплата и имя пользователя могут быть одинаковыми, возможно ли это?
nightfly Posted August 3, 2018 Posted August 3, 2018 (edited) 4 часа назад, tel-op сказал: Оплата и имя пользователя могут быть одинаковыми, возможно ли это? Yes, and it was clearly described in documentation, which link you already ignored. http://wiki.ubilling.net.ua/doku.php?id=openpayz Цитата CREATE VIEW op_customers (realid,virtualid) AS SELECT users.login, users.login FROM `users`; + OPENPAYZ_REALID=1 option in alter.ini & userstats.ini Edited August 3, 2018 by nightfly Oo
GrDEV Posted August 4, 2018 Posted August 4, 2018 Не? -- log transactions table CREATE TABLE IF NOT EXISTS `op_transactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `hash` varchar(255) NOT NULL, `date` datetime NOT NULL, `summ` int(11) NOT NULL, `customerid` varchar(255) NOT NULL, `paysys` varchar(255) NOT NULL, `processed` tinyint(1) NOT NULL, `note` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- контролируем уникальность хешей ALTER TABLE `op_transactions` ADD UNIQUE ( `hash` ); -- если хотим работать с копейками ALTER TABLE `op_transactions` CHANGE `summ` `summ` DOUBLE NOT NULL;
nightfly Posted August 4, 2018 Posted August 4, 2018 48 минут назад, tel-op сказал: Как я могу исправить эту базовую ошибку? Read the fucking manual http://wiki.ubilling.net.ua/doku.php?id=openpayz Why you ignoring it? What's wrong with you?
hailnora Posted August 4, 2018 Posted August 4, 2018 мануалы для лохов) есть же тренированный лемминг, который прибежит и даст верный ответ) на странице каждого мануала прячьте кодовую фразу. если её не запостили в теме - игнор) 1
nightfly Posted August 4, 2018 Posted August 4, 2018 5 минут назад, hailnora сказал: на странице каждого мануала прячьте кодовую фразу. если её не запостили в теме - игнор) Хм, а это действительно крутая мысль. Спасибо - обязательно постараемся как-то творчески применить
tel-op Posted August 15, 2018 Author Posted August 15, 2018 wtf this ??? i read this fucking manual and make but ... no result ... i need login and paymant id SAME
nightfly Posted August 15, 2018 Posted August 15, 2018 3 часа назад, tel-op сказал: wtf this ??? i read this fucking manual and make but ... no result .. Seems you do it wrong. Read manual again with some brain usage. You demonstrate the OPENPAYZ_REALID option in the userstats and at the same time expect changes in the administrative interface. Does not it seem fucking weird to you?
tel-op Posted August 17, 2018 Author Posted August 17, 2018 i need help now :X my boss need remove build field ... but i cant how? its possible ?
tel-op Posted August 17, 2018 Author Posted August 17, 2018 we need register village and how to it possible ? location field problem ...
zaza12 Posted August 17, 2018 Posted August 17, 2018 (edited) 2 часа назад, tel-op сказал: we need register village and how to it possible ? location field problem ... Ask the boss to hire a qualified system administrator. Edited August 17, 2018 by zaza12
nightfly Posted August 17, 2018 Posted August 17, 2018 3 часа назад, tel-op сказал: we need register village and how to it possible ? location field problem ... 6 часов назад, tel-op сказал: i need help now :X my boss need remove build field ... but i cant how? its possible ?
nightfly Posted August 20, 2018 Posted August 20, 2018 32 минуты назад, tel-op сказал: i need change registration fields !!!! Are your users lives in wigwams, tents or in dugouts? Anyway that is buildings. 1
nightfly Posted August 20, 2018 Posted August 20, 2018 (edited) 13 минут назад, tel-op сказал: Just tell me, is it possible? I really dont know, whats wrong with you. Just don't use feature if you dont need it. How you imagine user addresses without buildings? Maybe you require full addresses without apartment number for private buildings? Edited August 20, 2018 by nightfly
nightfly Posted August 20, 2018 Posted August 20, 2018 27 минут назад, tel-op сказал: Yes I need adress for private buildingd How you imagine private buildings without buildings? Maybe you mean without apartment/room number?
Pautiina Posted August 20, 2018 Posted August 20, 2018 7 часов назад, tel-op сказал: Yes I need adress for private buildingd ZERO_TOLERANCE=1
tel-op Posted August 23, 2018 Author Posted August 23, 2018 hey... can i add more pay sistem ? and how ?
hailnora Posted August 23, 2018 Posted August 23, 2018 Yes you can, but first of all, activate your Windows copy first. Second step is: mkdir -p /usr/local/www/apache24/data/paypal 4
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now