Tablestructure in the Table transactions
- You cannot open a new topic into this forum
- Guests cannot post into this forum
EasyAuer
Posts: 12

The current Tablestructure in the Table transactions for the last Version is:
`UUID` varchar(36) NOT NULL,
`sender` varchar(128) NOT NULL,
`receiver` varchar(128) NOT NULL,
`amount` int(10) NOT NULL,
`objectUUID` varchar(36) DEFAULT NULL,
`regionHandle` varchar(36) NOT NULL,
`type` int(10) NOT NULL,
`time` int(11) NOT NULL,
`secure` varchar(36) NOT NULL,
`status` tinyint(1) NOT NULL,
`description` varchar(255) DEFAULT NULL,
but the Tablestructure (table transactions) in env.mysql.php is
sourceId,destId,amount,flags,aggregatePermInventory,aggregatePermNextOwner,description,transactionType,timeOccurred,RegionGenerated,ipGenerated
I use the OpenSim Version 0.7.2
EASY
`UUID` varchar(36) NOT NULL,
`sender` varchar(128) NOT NULL,
`receiver` varchar(128) NOT NULL,
`amount` int(10) NOT NULL,
`objectUUID` varchar(36) DEFAULT NULL,
`regionHandle` varchar(36) NOT NULL,
`type` int(10) NOT NULL,
`time` int(11) NOT NULL,
`secure` varchar(36) NOT NULL,
`status` tinyint(1) NOT NULL,
`description` varchar(255) DEFAULT NULL,
but the Tablestructure (table transactions) in env.mysql.php is
sourceId,destId,amount,flags,aggregatePermInventory,aggregatePermNextOwner,description,transactionType,timeOccurred,RegionGenerated,ipGenerated
I use the OpenSim Version 0.7.2
EASY
Votes:155
Average:4.26
iseki
Posts: 1581

Hi EasyAuer,
Thank you for your report.
env.mysql.php is for old system (original OpenSimWi Redux)
env.mysql.php is not used now.
It has been keep because of compatibility for OpenSimWi Redux,
but it might already be unnecessary.
Thank you for your report.
env.mysql.php is for old system (original OpenSimWi Redux)
env.mysql.php is not used now.
It has been keep because of compatibility for OpenSimWi Redux,
but it might already be unnecessary.
Votes:115
Average:5.57
EasyAuer
Posts: 12

Hi iseki,thanks for your Replay.
I want to test the function "send money" with PHP.
I thought I call the function "function send_money ($ AgentID, $ amount, $ secret code = null)" in the helpers.php. Unfortunately it does not really. I thought I wrong or how can I send money to PHP on an avatar.
I want to test the function "send money" with PHP.
I thought I call the function "function send_money ($ AgentID, $ amount, $ secret code = null)" in the helpers.php. Unfortunately it does not really. I thought I wrong or how can I send money to PHP on an avatar.
Votes:116
Average:6.12
Previous post
-
Next post
|
Parent
-
No child
|
Posted on 2011/5/30 18:19
EasyAuer
Posts: 12

Sorry, my mistake - did not read the WIKI - now it works;)
Votes:185
Average:3.57