TokenLite - ICO / STO Token Sale Management Dashboard - ICO Admin Script

TokenLite - ICO / STO Token Sale Management Dashboard - ICO Admin Script v1.8.0

No permission to download

juanready

New member
Dec 12, 2019
11
7
3
If you get a 500 error it´s a failure in the Module.php file, to solve it locate the file: /tokenlite_app/app/PayModule/Module.php and replace it with the Module.php that I attached, with this you will be able to access the admin without the 500 error problem.
 

Attachments

  • Module.zip
    2.8 KB · Views: 135

juanready

New member
Dec 12, 2019
11
7
3
Hola @Tomz @TassieNZ @zorerkek thanks for this great portal, I have uploaded a modification in the module.php file to fix the 500 error when trying to access the administrator, but now I realize that the script is not nulled, is it possible to null it?
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,069
111,716
120
Hola @Tomz @TassieNZ @zorerkek thanks for this great portal, I have uploaded a modification in the module.php file to fix the 500 error when trying to access the administrator, but now I realize that the script is not nulled, is it possible to null it?
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,069
111,716
120
  • Like
Reactions: White Devil

viid

Member
Dec 29, 2020
64
42
18
Script v1.1.7 not nulled as upon click on ICO/STAGE an error 500 occurs i suspect it's because of the purchase code that hasn't been inputed.... any help bypassing this? i've been trying to find the code that checks and authenticates the purchase code entered so i can pass an || or != logic to bypass...

Anyone want to work with me on this????

@Tomz , @TassieNZ , @White Devil , @juanready , @phpcore

Screenshot 2020-12-30 at 5.45.44 PM.png
 
Last edited:

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
Script v1.1.7 not nulled as upon click on ICO/STAGE an error 500 occurs i suspect it's because of the purchase code that hasn't been inputed.... any help bypassing this? i've been trying to find the code that checks and authenticates the purchase code entered so i can pass an || or != logic to bypass...

Anyone want to work with me on this????

@Tomz , @TassieNZ , @White Devil , @juanready

Screenshot 2020-12-30 at 5.45.44 PM.png

First read rules, introduce yourself. When it's done, return here and mention me (write @ followed by my nickname) !
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
Script v1.1.7 not nulled as upon click on ICO/STAGE an error 500 occurs i suspect it's because of the purchase code that hasn't been inputed.... any help bypassing this? i've been trying to find the code that checks and authenticates the purchase code entered so i can pass an || or != logic to bypass...

Anyone want to work with me on this????

@Tomz , @TassieNZ , @White Devil , @juanready , @phpcore

Screenshot 2020-12-30 at 5.45.44 PM.png

In the .env file (look in the root of the app) change:
APP_DEBUG=false
To
APP_DEBUG=true

Run again the app and do a screenshot of the error displayed
 

viid

Member
Dec 29, 2020
64
42
18
oh my world.... i feel so stupid 😖 can't believe i missed that..... so i've changed the bool... and now a new error pops... error in the Icohandler.php ...i'll try and fix it... if not i'll reply this thread...

Thanks a bunch @phpcore
 
  • Like
Reactions: phpCore

viid

Member
Dec 29, 2020
64
42
18
Fixed!!!

So just to help anyone out there who will face an exception error in IcoController.php,
the error is as a result of deprecation... the error is

Code:
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

All you need do is edit line 175 from

Code:
$status = ($stage->status == 'active')?'Resume' : ($stage->status == 'paused')?'Paused' : "";

to

Code:
$status = ($stage->status == 'active')?'Resume' : (($stage->status == 'paused')?'Paused' : "");

and you should be good....
t

special thanks to @phpcore for the assist!!!
 

war10ck

Member
Sep 22, 2019
147
21
18
Could you pls share the nulled version.

Fixed!!!

So just to help anyone out there who will face an exception error in IcoController.php,
the error is as a result of deprecation... the error is

Code:
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

All you need do is edit line 175 from

Code:
$status = ($stage->status == 'active')?'Resume' : ($stage->status == 'paused')?'Paused' : "";

to

Code:
$status = ($stage->status == 'active')?'Resume' : (($stage->status == 'paused')?'Paused' : "");

and you should be good....
t

special thanks to @phpcore for the assist!!!
 

viid

Member
Dec 29, 2020
64
42
18
Could you pls share the nulled version.
Just download the resource attached to this thread, and install and be sure to change APP_DEBUG bool value to true

then if you face any error with reference to IcoHandler.php..
Here's the fix!

Fixed!!!

So just to help anyone out there who will face an exception error in IcoController.php,
the error is as a result of deprecation... the error is

Code:
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

All you need do is edit line 175 from

Code:
$status = ($stage->status == 'active')?'Resume' : ($stage->status == 'paused')?'Paused' : "";

to

Code:
$status = ($stage->status == 'active')?'Resume' : (($stage->status == 'paused')?'Paused' : "");

and you should be good....
t

special thanks to @phpcore for the assist!!!


If any error again... Reply to this thread and we'll help you!
 

war10ck

Member
Sep 22, 2019
147
21
18
Just download the resource attached to this thread, and install and be sure to change APP_DEBUG bool value to true

then if you face any error with reference to IcoHandler.php..
Here's the fix!




If any error again... Reply to this thread and we'll help you!

When I tried to save any form it's giving an error popup "Unable to perform!"
 

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