Muly - Short Video Sharing App

Muly - Short Video Sharing App 02/06/2021

No permission to download

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
Hi Everyone,


Here I am Sharing you the Patch for Nulling this Script.

Just Apply this Patch and Continue for Installation. 😄

License Code is Inside the Spoiler.

Note: You need High Speed Web Server to Install this or may Database Migration get failed.

cb844a45-d2da-494b-8066-ace0cda02c22


Enjoy! 😉
ErrorException
Undefined variable: next ==> app/Rules/PurchaseCode.php line 20
return $next($request);
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
zip/attach "app/Rules/PurchaseCode.php" here
<?php

namespace App\Rules;

use GuzzleHttp\Client;
use GuzzleHttp\Exception\ClientException;
use Illuminate\Contracts\Validation\Rule;

class PurchaseCode implements Rule
{
/**
* Determine if the validation rule passes.
*
* @param string $attribute
* @param mixed $value
* @return bool
*/
public function passes($attribute, $value)
{
return $next($request);
}

/**
* Get the validation error message.
*
* @return string
*/
public function message()
{
return trans('This is not a valid purchase code.');
}
}
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
<?php

namespace App\Rules;

use GuzzleHttp\Client;
use GuzzleHttp\Exception\ClientException;
use Illuminate\Contracts\Validation\Rule;

class PurchaseCode implements Rule
{
/**
* Determine if the validation rule passes.
*
* @param string $attribute
* @param mixed $value
* @return bool
*/
public function passes($attribute, $value)
{
return $next($request);
}

/**
* Get the validation error message.
*
* @return string
*/
public function message()
{
return trans('This is not a valid purchase code.');
}
}


Attach the file here (zip it before)
 
  • Like
Reactions: shandar

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
now it's working really appreciate your help, please can you explain me the probleme ?! i want to learn not just get solution. thank you, it's if you can & you are free ;)

You need to learn how to code and know how to read a code and try to find the logic within it.

PHP compiler said that:

ErrorException
Undefined variable: next ==> app/Rules/PurchaseCode.php line 20
return $next($request);

So when you investigate the code you will find that the entire instruction:

return $next($request);

Can't be here, it's a typo because @ChintanBhat is talented.
When you look to the function you can read in the comment

/**
* Determine if the validation rule passes.
*
* @param string $attribute
* @param mixed $value
* @return bool
*/

So this function must return TRUE or FALSE and since this a rule for backend validation, I set it to TRUE.
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
You need to learn how to code and know how to read a code and try to find the logic within it.

PHP compiler said that:



So when you investigate the code you will find that the entire instruction:



Can't be here, it's a typo because @ChintanBhat is talented.
When you look to the function you can read in the comment



So this function must return TRUE or FALSE and since this a rule for backend validation, I set it to TRUE.
thank you bro <3
 

Shandar

Active member
Oct 31, 2020
160
56
28
Earth
the app working fine, its a little bit slow ! & some time the app close automaticaly, who experience this ?! there is an ios version?
 

Tatsumi01

New member
Jun 2, 2022
4
1
3
here is the untouched version on Muly Extended licenses
THIS IS NOT THE REGULAR LICENSE

Added features with extended license


Clean Download from the author google drive ( NOT NULLED )

Changelog​



Download link Mega
*** Hidden text: cannot be quoted. ***
I cannot see the link, why?
 

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