Instant Blog - Fast & Simple Blog Php Script

vscoelho28

Member
Mar 1, 2020
27
17
8
Has anyone managed to null this script? Could you tell me how? I want to test it on my localhost, but ask for license code: /
 

wooyihoo

Active member
Babiato Lover
Trusted Uploader
Oct 26, 2020
159
69
28
Has anyone managed to null this script? Could you tell me how? I want to test it on my localhost, but ask for license code: /

edit this file: instantblog > app > controllers > InstantController.php
edit the lines: 31 to 35

instead of these lines:
Code:
$result = $client->request('GET', 'http://www.tuviti.com/instant-check/public/' . $pcode . '/url/'. $slug);
$data = json_decode($result->getBody(), true);
$count =  $data['count'];
$attribute =  $data['data'];
$final =  $data['result'];

use these lines:

Code:
$data = array();
$count =  1;
$attribute =  'xxx';
$final =  'zzz';

then install the app.

the purchase check is done during first login.
 

wooyihoo

Active member
Babiato Lover
Trusted Uploader
Oct 26, 2020
159
69
28
@wooyihoo why don't you actually hmm!! Fix so that people who doesn't know much of coding to fix it...
Sorry, if you feel that way.

I'm helping null, by teaching people how to null it themselves. This way they won't doubt the nulls they got from me since I don't have the "trusted" status yet. This way, they also learn to read other peoples code (and appreciate it) not just copy and run it blindly.

I'm still earning my badges here slowly but surely.

Hope this is a good clarification.

Cheers
 

vscoelho28

Member
Mar 1, 2020
27
17
8
edit this file: instantblog > app > controllers > InstantController.php
edit the lines: 31 to 35

instead of these lines:
Code:
$result = $client->request('GET', 'http://www.tuviti.com/instant-check/public/' . $pcode . '/url/'. $slug);
$data = json_decode($result->getBody(), true);
$count =  $data['count'];
$attribute =  $data['data'];
$final =  $data['result'];

use these lines:

Code:
$data = array();
$count =  1;
$attribute =  'xxx';
$final =  'zzz';

then install the app.

the purchase check is done during first login.

Thank you very much works perfectly.
You are a master congratulations!

1609617678634.png
 
  • Like
Reactions: HelloDiamond

vscoelho28

Member
Mar 1, 2020
27
17
8

vscoelho28

Member
Mar 1, 2020
27
17
8
which hosting are u using. I can't upload laravel scripts to mine :/

I am using a shared hosting, if you are not able to send the folders through your host, try to send them through an FTP user. Be sure to enable 775 permissions on the folders requested at installation. In addition it is just that, any shared hosting is allowed to send laravel ask your hosting operator for help sending files using php7.3 or higher.
 

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