Lagom WHMCS One Step Order Form

Lagom WHMCS One Step Order Form v1.2.7

No permission to download

thecasper

New member
May 3, 2020
13
2
3
you need to edit .htaccess

Open the 'htaccess' file, you will find it in the main root directory.
8. If you have 'fully friendly rewrite' set up, you will have to paste the below rule underneath 'RewriteBase /' : RewriteBase /

#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]

Otherwise, create the below rule above the WHMCS rules:
RewriteBase /

#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]

*9. This step is optional:
If you are using an NGINX server, it is advised to add the below lines into its configuration file. Otherwise, the module might not work properly.

location /order {
rewrite ^/order/(.*)$ /order.php?m=OneStepOrder&gid=$1 break;
}
location /modules/addons/LagomOrderForm/api/ {
try_files $uri $uri/ /modules/addons/LagomOrderForm/api/index.php?$args;
}

Remember to adjust the above example to your WHMCS location.
I did everything written here but it didn't work at all.
 

siriot

Well-known member
Babiato Lover
Trusted Uploader
Apr 29, 2019
365
1,080
120
Jumanji
This prompt appears after I upload
Code:
ParseError: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) in
verify that the php version of your whmcs installation is php7.4 or higher
with php7.3 you get this error
 

siriot

Well-known member
Babiato Lover
Trusted Uploader
Apr 29, 2019
365
1,080
120
Jumanji
ParseError: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) in /home/me/public_html/test/test/whmcs/modules/addons/LagomOrderForm/LagomOrderForm.php:96
Stack trace:
#0 {main}
@ask_me verify that the php version of your whmcs installation is php7.4 or higher
with php7.3 you get this error
 

jeebee123

New member
Dec 14, 2020
9
5
3
Hmm, redirection to the payment gateway isn't working here. Even with the untouched order.php
 
Last edited:

siriot

Well-known member
Babiato Lover
Trusted Uploader
Apr 29, 2019
365
1,080
120
Jumanji
Can someone with easytoyou subscription provide me with this decoded file to see if I can null it version 1.0.7?
 

Attachments

  • LagomOrderForm-1.0.7 (one-file).zip
    27.1 KB · Views: 23

siriot

Well-known member
Babiato Lover
Trusted Uploader
Apr 29, 2019
365
1,080
120
Jumanji
please use order.php from untouched version and put in root directory of whmcs
in addition to this you mention @iuzairjan. he should add this in the first line of his .htaccess (in root directory)
as Joaquop had already mentioned previously...

Code:
RewriteBase /

#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]

thecasper Get used to reading 🙃 . No one is going to spoon feed you, you are given hints and solutions. We won't always be here to spoon feed less experienced members. In that case, buy the plugin/module/theme/whatever and ask the developer for support.

FOR ALL, REMEMBER: RTFM =Read The Fucking Manual
 

mahdi2003

Member
May 3, 2022
98
94
18

Version 1.0.8 Untouched


If anyone can null it and share

iuzairjan

in addition to this you mention @iuzairjan. he should add this in the first line of his .htaccess (in root directory)
as Joaquop had already mentioned previously...

Code:
RewriteBase /

#one-step-order
RewriteRule ^order/(.*)$ order.php?m=OneStepOrder&gid=$1 [L]

thecasper Get used to reading 🙃 . No one is going to spoon feed you, you are given hints and solutions. We won't always be here to spoon feed less experienced members. In that case, buy the plugin/module/theme/whatever and ask the developer for support.

FOR ALL, REMEMBER: RTFM =Read The Fucking Manual
 

Attachments

  • lagom_one_step_order_form_1.0.8_whmcs.zip
    10.9 MB · Views: 42

abushadab

New member
Jul 26, 2020
11
10
3
i need decoded files to null the latest version. if anyone can provide ioncube decoded files, I will null it. thanks.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu