Website is completed working, moved into billing module
This commit is contained in:
parent
3ea6436f27
commit
437fbad5e6
401 changed files with 1822 additions and 7831 deletions
1
modules/billing/logs/2025-10-23.log
Normal file
1
modules/billing/logs/2025-10-23.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
[2025-10-23T22:11:41+02:00] [INFO] login_success | {"username":"iaregamer","ip":"::1"}
|
||||
21
modules/billing/logs/add_to_cart.log
Normal file
21
modules/billing/logs/add_to_cart.log
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
2025-10-23T20:49:51+02:00 - add_to_cart invoked by user_id=186 service_id=3
|
||||
2025-10-23T20:49:51+02:00 - SQL: INSERT INTO ogp_billing_orders (user_id, service_id, home_name, ip, max_players, qty, invoice_duration, price, remote_control_password, ftp_password, status, created_ts) VALUES (186, 3, 'Arma 2', 38, 16, 1, 'month', 0.20, 'ChangeMe', 'ChangeMe', 'in-cart', '2025-10-23 20:49:51')
|
||||
2025-10-23T20:49:51+02:00 - mysqli_query failed: Unknown column 'created_ts' in 'field list'
|
||||
2025-10-23T20:52:18+02:00 - add_to_cart invoked by user_id=186 service_id=9
|
||||
2025-10-23T20:52:18+02:00 - SQL: INSERT INTO ogp_billing_orders (user_id, service_id, home_name, ip, max_players, qty, invoice_duration, price, remote_control_password, ftp_password, status, created_ts) VALUES (186, 9, 'BrainBread 2', 33, 16, 1, 'month', 0.10, 'ChangeMe', 'ChangeMe', 'in-cart', '2025-10-23 20:52:18')
|
||||
2025-10-23T20:52:18+02:00 - mysqli_query failed: Unknown column 'created_ts' in 'field list'
|
||||
2025-10-23T20:53:54+02:00 - add_to_cart invoked by user_id=186 service_id=16
|
||||
2025-10-23T20:53:54+02:00 - SQL: INSERT INTO ogp_billing_orders (user_id, service_id, home_name, ip, max_players, qty, invoice_duration, price, remote_control_password, ftp_password, status, created_ts) VALUES (186, 16, 'DayZ Mod', 38, 16, 1, 'month', 0.40, 'ChangeMe', 'ChangeMe', 'in-cart', '2025-10-23 20:53:54')
|
||||
2025-10-23T20:53:54+02:00 - mysqli_query failed: Unknown column 'created_ts' in 'field list'
|
||||
2025-10-23T21:00:05+02:00 - DB connected host=localhost user=localuser pass=*** db=panel
|
||||
2025-10-23T21:00:07+02:00 - DB connected host=localhost user=localuser pass=*** db=panel
|
||||
2025-10-23T21:00:07+02:00 - add_to_cart invoked by user_id=186 service_id=9
|
||||
2025-10-23T21:00:07+02:00 - SQL: INSERT INTO ogp_billing_orders (user_id, service_id, home_name, ip, max_players, qty, invoice_duration, price, remote_control_password, ftp_password, status, created_at) VALUES (186, 9, 'BrainBread 2', 16, 16, 1, 'month', 0.10, 'ChangeMe', 'ChangeMe', 'in-cart', '2025-10-23 21:00:07')
|
||||
2025-10-23T21:00:07+02:00 - mysqli_query failed (errno=1054): Unknown column 'created_at' in 'field list'
|
||||
2025-10-23T21:00:07+02:00 - table ogp_billing_orders exists? yes
|
||||
2025-10-23T21:05:04+02:00 - DB connected host=localhost user=localuser pass=*** db=panel
|
||||
2025-10-23T21:05:06+02:00 - DB connected host=localhost user=localuser pass=*** db=panel
|
||||
2025-10-23T21:05:06+02:00 - add_to_cart invoked by user_id=186 service_id=9
|
||||
2025-10-23T21:05:06+02:00 - finish_date included: 2025-10-26 21:05:06
|
||||
2025-10-23T21:05:06+02:00 - SQL: INSERT INTO ogp_billing_orders (user_id, service_id, home_name, ip, max_players, qty, invoice_duration, price, remote_control_password, ftp_password, status, finish_date) VALUES (186, 9, 'BrainBread 2', 16, 16, 1, 'month', 0.10, 'ChangeMe', 'ChangeMe', 'in-cart', '2025-10-26 21:05:06')
|
||||
2025-10-23T21:05:06+02:00 - insert ok, id=549 affected_rows=1
|
||||
12
modules/billing/logs/add_to_cart_requests.log
Normal file
12
modules/billing/logs/add_to_cart_requests.log
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
2025-10-23T18:35:33+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T18:35:37+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T20:49:48+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T20:49:51+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T20:52:17+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T20:52:18+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T20:53:50+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T20:53:54+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T21:00:05+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T21:00:07+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T21:05:04+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
2025-10-23T21:05:06+02:00 - REQUEST_METHOD=POST URI=/GSP/_website/add_to_cart.php
|
||||
1
modules/billing/logs/free_create_audit.log
Normal file
1
modules/billing/logs/free_create_audit.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
2025-10-23T21:15:25+02:00 - actor=186 role=admin action=admin_create order=549 owner=186 price=0.1 prev_status=in-cart
|
||||
Loading…
Add table
Add a link
Reference in a new issue