Jump to content
Bicrypto v4.6.0 + All Plugins

ColibriSM v1.0.3 – The Ultimate PHP Modern Social Media Sharing Platform (Nulled)

  • Replies 45
  • Views 9.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • How to null this 1. Download Notepad++ or similar program for mac or windows, (This programu enable you to search a specific line of code. In this case this is necessary. 2. Go to themes\def

  • I'm sharing the latest version. Can you deactivate the license and share it? https://yadi.sk/d/r_Iec4Sw617rZw

  • The script : https://drive.google.com/file/d/1UrB56efFjebSGCFN3npFytJu6XKTEpkb/view?usp=sharing The patch file: https://drive.google.com/file/d/1TJqUM9ZBf_G0GBTmuxzkwTG3fcr-lLIj/view?us

Posted Images

Featured Replies

  • Author
On 8/5/2020 at 6:35 PM, canal teste said:

not nulled

Screenshot_18.jpg

Well yeah, that is one of the problems we do have.

  • Author
2 hours ago, Iamusa said:

i null this

can you provide the details?

or attach the file that has been modified here, thanks!

How to null this

1. Download Notepad++ or similar program for mac or windows, (This programu enable you to search a specific line of code. In this case this is necessary.

2. Go to themes\default\statics\js\libs and find jquery-3.5.1.min.js

3. Copy the code and go to https://beautifier.io/ and paste it and click Beautify Code

4. Copy the code and paste back to jquery-3.5.1.min.js and in line 3248 you will see let n = SMColibri.get_cookie('php');

5. Block this by adding // like this  //let n = SMColibri.get_cookie('php');

6. Note Done! yet Copy this let n = SMColibri.get_cookie('php'); without // and search this peace of code in any js file, use Notepad++ for this, Click Search > Find Files and add that line of code to Find what then click Find All

7. You will see all the js file with this let n = SMColibri.get_cookie('php'); find it and block it by adding //

8. Wait! clear browser cache after that or use incog something!

DONE!

  • Author
1 hour ago, Iamusa said:

How to null this

1. Download Notepad++ or similar program for mac or windows, (This programu enable you to search a specific line of code. In this case this is necessary.

2. Go to themes\default\statics\js\libs and find jquery-3.5.1.min.js

3. Copy the code and go to https://beautifier.io/ and paste it and click Beautify Code

4. Copy the code and paste back to jquery-3.5.1.min.js and in line 3248 you will see let n = SMColibri.get_cookie('php');

5. Block this by adding // like this  //let n = SMColibri.get_cookie('php');

6. Note Done! yet Copy this let n = SMColibri.get_cookie('php'); without // and search this peace of code in any js file, use Notepad++ for this, Click Search > Find Files and add that line of code to Find what then click Find All

7. You will see all the js file with this let n = SMColibri.get_cookie('php'); find it and block it by adding //

8. Wait! clear browser cache after that or use incog something!

DONE!

It worked! Thank you for your contribution!

 

1 hour ago, Zanto said:

It worked! Thank you for your contribution!

 

Can you get version 1.0.4

  • Author
20 hours ago, Iamusa said:

Can you get version 1.0.4

The version i provided i think its 1.0.4, im searching for 1.0.5 tho, its nothing massivly updated so it might be better if we implement stuff on our own, what are your suggestions? Talk to me in pm.

  • Author
20 hours ago, Iamusa said:

Peace!

And thanks for the solution once again, i knew it was somewhere in js files since i couldnt find it in php, im more of a php guy, but thanks once again!

i modify it a little already, i remove login and sign up to reduce spam people will need social media to login and sign up

I add a little bit of css for ads and increase font size. 

 

  • Author
6 minutes ago, Iamusa said:

i modify it a little already, i remove login and sign up to reduce spam people will need social media to login and sign up

I add a little bit of css for ads and increase font size. 

 

I removed the <a> linking to terms and rules, replaced with a static text, updated the logo did some css, but it cant seem to be modified it doesnt change, lets make a dark version of this?

10 minutes ago, Zanto said:

I removed the <a> linking to terms and rules, replaced with a static text, updated the logo did some css, but it cant seem to be modified it doesnt change, lets make a dark version of this?

Just use Notepad++ replace all

  • Author
On 8/8/2020 at 7:20 PM, Iamusa said:

Just use Notepad++ replace all

Tried but values go back to default, for the scss files i cant turn it to black somehow

  • 2 weeks later...

Thank you, brother!

Thank you for sharing, I want to know if there is version 1.0.5 now?

On 2020/8/9 at AM1点09分, Zanto said:

我删除了<a>链接到条款和规则的内容,取而代之的是静态文本,更新了徽标,做了一些CSS,但似乎无法对其进行修改,并且它没有变化,让它成为一个黑暗的版本吗?

 Where can I edit the CSS styles?

All that relates to the CSS can be found in the folder /themes/[theme_name]/statics/<app_name> respectively.

PS:themes/default/statics/css/apps/common/style.master.css

  • Author
18 hours ago, 蒙MSONIT said:

 Where can I edit the CSS styles?

All that relates to the CSS can be found in the folder /themes/[theme_name]/statics/<app_name> respectively.

PS:themes/default/statics/css/apps/common/style.master.css

Themes are separated since every page home, messages, notifications has its own style, so you need to edit them manually one by one.

  • 2 weeks later...

can you update to new version bro?

V1.0.5 (22 JULY 2020)

- [Added] User verification system

- [Added] Registration confirmation system

- [Added] User ban by admin system

- [Added] User privacy system

- [Added] Welcome page for guests

- [Added] Media files (Images, Videos) lazy loading system

- [Added] Sitemap creation system

- [Fixed] Previous several minor bugs

  • 2 months later...
On 07.08.2020 at 20:41, Iamusa said:

How to null this

1. Download Notepad++ or similar program for mac or windows, (This programu enable you to search a specific line of code. In this case this is necessary.

2. Go to themes\default\statics\js\libs and find jquery-3.5.1.min.js

3. Copy the code and go to https://beautifier.io/ and paste it and click Beautify Code

4. Copy the code and paste back to jquery-3.5.1.min.js and in line 3248 you will see let n = SMColibri.get_cookie('php');

5. Block this by adding // like this  //let n = SMColibri.get_cookie('php');

6. Note Done! yet Copy this let n = SMColibri.get_cookie('php'); without // and search this peace of code in any js file, use Notepad++ for this, Click Search > Find Files and add that line of code to Find what then click Find All

7. You will see all the js file with this let n = SMColibri.get_cookie('php'); find it and block it by adding //

8. Wait! clear browser cache after that or use incog something!

DONE!

I'm sharing the latest version. Can you deactivate the license and share it? https://yadi.sk/d/r_Iec4Sw617rZw

Edited by emrebt5

11 hours ago, Zanto said:

I think i can manage to get it done.

I will be glad if you break the license and share it

  • Author
On 11/26/2020 at 1:03 PM, emrebt5 said:

I will be glad if you break the license and share it

Nulled, just copy the same file in the same path

credits: phpcore

patch-colibri.zip

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files