Dizzy Support Creators Content Script

Dizzy Support Creators Content Script v5.0 ( Nulled )

No permission to download

lukas.flexyyy

Active member
May 2, 2022
753
120
43
i'am using 4.1.5
I mean your database configuration ...

I get this error message:

Fatal error: Uncaught Error: Call to undefined function inSen() in /home/xyz/xyz/requests/request.php:2240 Stack trace: #0 {main} thrown in /home/xyz/xyz/requests/request.php on line 2240
 

lukas.flexyyy

Active member
May 2, 2022
753
120
43
I mean your database configuration ...

I get this error message:

Fatal error: Uncaught Error: Call to undefined function inSen() in /home/xyz/xyz/requests/request.php:2240 Stack trace: #0 {main} thrown in /home/xyz/xyz/requests/request.php on line 2240
Can you check out these lines @NimoCodex ?
I'm not soo familiar with this script like you :D
 

pok

Member
Sep 10, 2020
30
4
8
can anyone be able to click on the subscriber button and actually subscribe something?
 

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();
    }
}

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.
is it possible if you can share your inc.php file? i tried to change those lines, i think some line numbers were off on my file, broke the script. thanks
 

NimoCodex

Member
May 14, 2022
62
14
8
Can you check out these lines @NimoCodex ?
I'm not soo familiar with this script like you :D

starting On line no : 2225 to 2240 (change =='ok' to != 'ok')

PHP:
/*Validate Code*/
    if($type == 'validate_cd'){
       if(isset($_POST['code']) && $_POST['code'] != '' && !empty($_POST['code'])){
          $vcod = mysqli_real_escape_string($db, $_POST['code']);
          $vcodeCheck = $iN->iN_ValEn($userID, $vcod, $base_url);
          if($vcodeCheck != 'ok'){
             if($iN->iN_UpEnLi($vcod)){
                exit('ok');
             }else{
                exit('There was a problem during the installation please create a <a style="color:yellow;font-weight:bold;" href="https://www.support.imyourfun.com/support-ticket">TICKET</a>');
             }
          } else{
                exit('There was a problem during the installation please create a <a style="color:yellow;font-weight:bold;" href="https://www.support.imyourfun.com/support-ticket">TICKET</a>');
          }
       }
    }
    inSen($mycd, $mycdStatus);

It may help you i hope.
 
  • Like
Reactions: lukas.flexyyy

bobbybrown

Member
Jun 1, 2022
35
34
18
script works fine but can someone check because i can not send tip on a user profile page,the button will not click after inputing the amount, but can send tip from message inbox and from user post...
 
  • Like
Reactions: Superstar

pok

Member
Sep 10, 2020
30
4
8
script works fine but can someone check because i can not send tip on a user profile page,the button will not click after inputing the amount, but can send tip from message inbox and from user post...
i have the same problem...
 

bobbybrown

Member
Jun 1, 2022
35
34
18
IF you are a developer that understand this script n can customize and add features to this script please signify let work together i will pay
 
  • Like
Reactions: Superstar

pok

Member
Sep 10, 2020
30
4
8
the script works, but i don't like the points system. Sponzy has Stripe Connect, Dizzy should also support that or Paypal Marketplace API
 

freddyfoxxx

Active member
Dec 28, 2019
219
60
28
I have a problem when I reply to a post it doesn't start the post but in reality if I update the page yes I have the latest version... error /requests/request.php 500 jquery-v3.5.1.min.js:663
 

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