Dizzy Support Creators Content Script

Dizzy Support Creators Content Script v5.0 ( Nulled )

No permission to download

NimoCodex

Member
May 14, 2022
62
14
8
Go to include folder and open function.php file there will be a function like this



PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
$check = preg_match('/(.*)-(.*)-(.*)-(.*)-(.*)/', $mycd);
if($check && $mycdStatus == '1'){
return true;
}else{
return header('Location:' . $base_url . base64_decode('YmVsZWdhbA=='));
}
}


Just change it to this function




PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
return true;
}


2nd step

go to main folder and open the index.php
remove these lines also on line 46

PHP:
if(preg_match('~([[\w.-]+)~u', urldecode($request_uri), $match)){
    $tag = $match[1];
    $thePage = mysqli_real_escape_string($db, $match[1]);
    if($thePage == base64_decode('YmVsZWdhbA==')){
        include('sources/'.base64_decode('YmVsZWdhbA==').'.php');
        exit();
    }
}

3rd step

go to include folder and open inc.php file and remove some lines and do some changes


line no : 35-36 (remove)
line no : 53 (change 1 to Null)
line no : 109 (remove)
line no : 134 (remove)
line no : 163 (remove)
line no : 208-212 (remove)
line no : 223 ( change exit() to return true )

Now every function will work fine . Hope this will help you all.
 
Last edited:

lukas.flexyyy

Active member
May 2, 2022
753
120
43
Go to include folder and open function.php file there will be a function like this



PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
$check = preg_match('/(.*)-(.*)-(.*)-(.*)-(.*)/', $mycd);
if($check && $mycdStatus == '1'){
return true;
}else{
return header('Location:' . $base_url . base64_decode('YmVsZWdhbA=='));
}
}


Just change it to this function




PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
return true;
}
Well that's all? Cool! Can someone confirm it's working? I can just test it in the next weeks ...
 

fa3tos

New member
Nov 15, 2019
21
3
3
Go to include folder and open function.php file there will be a function like this



PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
$check = preg_match('/(.*)-(.*)-(.*)-(.*)-(.*)/', $mycd);
if($check && $mycdStatus == '1'){
return true;
}else{
return header('Location:' . $base_url . base64_decode('YmVsZWdhbA=='));
}
}


Just change it to this function




PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
return true;
}
it works for me but, thanks i hope, someone can share new file bcoz, i have problem while extract from zip, @Proxybunker
 

pok

Member
Sep 10, 2020
30
4
8
Go to include folder and open function.php file there will be a function like this



PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
$check = preg_match('/(.*)-(.*)-(.*)-(.*)-(.*)/', $mycd);
if($check && $mycdStatus == '1'){
return true;
}else{
return header('Location:' . $base_url . base64_decode('YmVsZWdhbA=='));
}
}


Just change it to this function




PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
return true;
}


2nd step

go to main folder and open the index.php
remove these lines also on line 46

PHP:
if(preg_match('~([[\w.-]+)~u', urldecode($request_uri), $match)){
    $tag = $match[1];
    $thePage = mysqli_real_escape_string($db, $match[1]);
    if($thePage == base64_decode('YmVsZWdhbA==')){
        include('sources/'.base64_decode('YmVsZWdhbA==').'.php');
        exit();
    }
}
thanks for the generous help, it works great.. and now it would be easy to null future versions. The script itself is buggy though, I much prefer Sponzy... maybe provide null instructions on that if you have a chance thank you!
 

NimoCodex

Member
May 14, 2022
62
14
8
thanks for the generous help, it works great.. and now it would be easy to null future versions. The script itself is buggy though, I much prefer Sponzy... maybe provide null instructions on that if you have a chance thank you!
i'm working on sponzy , i hope i will find it soon.
 

hibiscus

New member
Nov 22, 2022
6
1
3
thanks for the generous help, it works great.. and now it would be easy to null future versions. The script itself is buggy though, I much prefer Sponzy... maybe provide null instructions on that if you have a chance thank you!
I don't think it's buggy. I've been using it for a month and I'm very pleased. And I recently bought a license. I think it's a much better script than the sponzy script. You can also see when you look at the comments of the sponzy script. People who have bought the Sponzy script prove that it has a lot of bugs. Sponzy has only one plus and that is the CCBill payment option. I don't need it anyway because CCBill payment system is very expensive, even if you don't make any money it charges you 1000$ per year.

I think dizzy is a script with much more potential.
 

bobbybrown

Member
Jun 1, 2022
35
34
18
hello, on this script update dark mode not working
and ID image wont add when sending a verification request to become a creator, who has idea on how to solve these?
 

ghostriderrr

Well-known member
Babiato Lover
Null Master
Trusted Uploader
May 2, 2022
428
499
63
OutOfWorld
Go to include folder and open function.php file there will be a function like this



PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
$check = preg_match('/(.*)-(.*)-(.*)-(.*)-(.*)/', $mycd);
if($check && $mycdStatus == '1'){
return true;
}else{
return header('Location:' . $base_url . base64_decode('YmVsZWdhbA=='));
}
}


Just change it to this function




PHP:
public function iN_Sen($mycd, $mycdStatus,$base_url){
return true;
}


2nd step

go to main folder and open the index.php
remove these lines also on line 46

PHP:
if(preg_match('~([[\w.-]+)~u', urldecode($request_uri), $match)){
    $tag = $match[1];
    $thePage = mysqli_real_escape_string($db, $match[1]);
    if($thePage == base64_decode('YmVsZWdhbA==')){
        include('sources/'.base64_decode('YmVsZWdhbA==').'.php');
        exit();
    }
}
you missed some cron based checks
 
  • Like
Reactions: NimoCodex

hibiscus

New member
Nov 22, 2022
6
1
3
hello, on this script update dark mode not working
and ID image wont add when sending a verification request to become a creator, who has idea on how to solve these?
My members do not have such a problem. I tested it when I saw your message, but I didn't have a problem. What is the file size you uploaded? Are we using a storage space?
 

bobbybrown

Member
Jun 1, 2022
35
34
18
My members do not have such a problem. I tested it when I saw your message, but I didn't have a problem. What is the file size you uploaded? Are we using a storage s
My members do not have such a problem. I tested it when I saw your message, but I didn't have a problem. What is the file size you uploaded? Are we using a storage space?
no bro does it has to do with ffmpeg because it not installed
 
  • Like
Reactions: Superstar

hibiscus

New member
Nov 22, 2022
6
1
3
but there is no FFmpeg requirement when sending a confirmation request. It's an interesting situation.
 

pok

Member
Sep 10, 2020
30
4
8
I don't think it's buggy. I've been using it for a month and I'm very pleased. And I recently bought a license. I think it's a much better script than the sponzy script. You can also see when you look at the comments of the sponzy script. People who have bought the Sponzy script prove that it has a lot of bugs. Sponzy has only one plus and that is the CCBill payment option. I don't need it anyway because CCBill payment system is very expensive, even if you don't make any money it charges you 1000$ per year.

I think dizzy is a script with much more potential.
with Dizzy, i can't even subscribe to any users right now, clicking but nothing happens.. alot of other minor things like user categories... why so many and why isn't there options to change those
 

NimoCodex

Member
May 14, 2022
62
14
8
with Dizzy, i can't even subscribe to any users right now, clicking but nothing happens.. alot of other minor things like user categories... why so many and why isn't there options to change those
everything is working fine now on my side.

i'm going to update my method please follow more steps.
 

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