Jump to content

Recommended Posts

Posted

Я еще не добавил OpenPayz, но информация пользователя написана, и я хочу изменить это

Я хочу всего 6 цифр

Posted (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 by nightfly
Oo
Posted

Не?

-- 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;

 

Posted

мануалы для лохов) есть же тренированный лемминг, который прибежит и даст верный ответ)

на странице каждого мануала прячьте кодовую фразу. если её не запостили в теме - игнор)

  • Like 1
Posted
5 минут назад, hailnora сказал:

на странице каждого мануала прячьте кодовую фразу. если её не запостили в теме - игнор)

Хм, а это действительно крутая мысль. Спасибо - обязательно постараемся как-то творчески применить ;)

  • 2 weeks later...
Posted
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.

 

1111.png
 

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?

Posted (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 by zaza12
Posted
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 ?

Wat8.jpg

Posted
32 минуты назад, tel-op сказал:

i need change registration fields !!!!  

Are your users lives in wigwams, tents or in dugouts? Anyway that is buildings.

  • Haha 1
Posted (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 by nightfly
Posted
27 минут назад, tel-op сказал:

Yes I need adress for private buildingd

How you imagine private buildings without buildings? Maybe you mean without apartment/room number?

 

 

Posted
7 часов назад, tel-op сказал:

Yes I need adress for private buildingd

ZERO_TOLERANCE=1

Posted

Yes you can, but first of all, activate your Windows copy first. 

 

Second step is:

 

mkdir -p /usr/local/www/apache24/data/paypal

 

  • Haha 4

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...