ChatNet - PHP Chat Room & Private Chat Script By On-Codes

ChatNet - PHP Chat Room & Private Chat Script By On-Codes v1.9

No permission to download

templemitra

New member
Jun 23, 2022
0
0
0
I encountered an issue wondering if any one has a fix to it? When ever I set to receive activation, reset pass word or such I get in my email a slew of code and my link in it some were. Any idea how to fix it? I been messing with the activate file all night no luck
 

Prometheus_

Well-known member
Null Master
Trusted Uploader
Sep 28, 2020
587
431
70
Well in Hell
babiato.tech
SpkAvii updated ChatNet - PHP Chat Room & Private Chat Script with a new update entry:

Chatnet V1.7

Changelog
Version 1.7 – October 08, 2021

- NEW: Embed chat rooms into third party websites
- NEW: Integrate ChatNet with WordPress websites (WordPress Plug-in Required)
- NEW: Integrate ChatNet with third party websites users (Custom Work Required)
- NEW: Option to report/flag chats, users and rooms and a panel review them
- NEW: Language specific Google Fonts
- NEW: Options to disable/enable direct messages, room messages and chat list sidebar for chat rooms
- NEW: Option to enable chats...

Read the rest of this update entry...
 
  • Like
Reactions: rojo_salas

kia1349

New member
Mar 19, 2020
8
10
3
for nulling it:

go to folder utils
open file utils.php
go to line 245
and find " function purchase_verify($purchase_code, $email, $url){ "

then insert blow it this line without qution mark
"return array('status'=>'true','response'=>'response');"


In the end it should be like this

function purchase_verify($purchase_code, $email, $url){
return array('status'=>'true','response'=>'response');
$post = [
'code' => $purchase_code,
'email' => $email,
'url' => $url,
'item_id' => '3318260180',
];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://www.oncodes.com/api/v1/envato/purchase_verify");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36');
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_AUTOREFERER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$output = curl_exec($ch);
$return_data = @json_decode($output, true);
return $return_data;
curl_close($ch);
}

or , you can replace utils.php with attached file
 

Attachments

  • utils.zip
    10.7 KB · Views: 42

alanya2019

New member
Dec 28, 2018
9
2
3
Thank you very much, you shared it right away, but there is a bug. This error is not related to you, it is an error related to the manufacturer. Messages do not scroll up in Mozilla. A fatal error and should be reported to the manufacturer. I guess no one has reported it yet. But in the future all buyers can give feedback about this error.. I tested it and it has great speed. if they add audio and video calling i will buy it.
In a mistake, after correcting the language of the administration panel, the language of the administration panel is reset when the normal interface language is corrected. Likewise, after adding a language to the normal interface, the normal interface is reset when you make additions to the administration panel. This is an important bug.
Significant errors that should be reported to the manufacturer.
You share, we test. :D
 
Last edited:

IceyBurg

Active member
Trusted Uploader
Feb 10, 2021
89
101
40
Antarctica
Thank you very much, you shared it right away, but there is a bug. This error is not related to you, it is an error related to the manufacturer. Messages do not scroll up in Mozilla. A fatal error and should be reported to the manufacturer. I guess no one has reported it yet. But in the future all buyers can give feedback about this error.. I tested it and it has great speed. if they add audio and video calling i will buy it.
In a mistake, after correcting the language of the administration panel, the language of the administration panel is reset when the normal interface language is corrected. Likewise, after adding a language to the normal interface, the normal interface is reset when you make additions to the administration panel. This is an important bug.
Significant errors that should be reported to the manufacturer.
You share, we test. :D
Send a pm explaining the bug, I'll ask the author and will post the solution here
 

marcds

New member
May 14, 2022
0
0
0
Hi guys, just wondering.. is the file in the download area the only files needed to go direct to v1.7?

Or are the files in the zip file v1.6.1 and the update folder is needed to update to 1.7?

Or do we need to download v1.6.1 then update to 1.7?
 

IceyBurg

Active member
Trusted Uploader
Feb 10, 2021
89
101
40
Antarctica
Hi guys, just wondering.. is the file in the download area the only files needed to go direct to v1.7?

Or are the files in the zip file v1.6.1 and the update folder is needed to update to 1.7?

Or do we need to download v1.6.1 then update to 1.7?
You just need to download it and it includes the v1.7 files (You can go direct to v1.7)
 

avionik

New member
Nov 8, 2022
0
0
0
"Pardon my bad english"


Need Kick / BAN Solution
Whenever i kick user from chatroom....they won't redirect to homepage.."kick only work when abuser refresh he page"...they're still online...and keep messaging...

also there is no BAN button :/

i tried it by my self :localhost:

"REQUEST" : Please add Commands so we can direct kick or ban user via just typing on main page
Example : /kick username , /ban username


please make this solution
 
  • Like
Reactions: a7bab

Aceee

Active member
Oct 11, 2020
128
35
28
Hii! Waiting for an update. So many changes!


ChatNet 1.8.1 – January 28, 2022​

  • NEW: @mention support
  • NEW: #hashtag support
  • IMPROVEMENT: Performance improvements
  • FIX: Fix a bug where not found (404) URLs sending fails
  • FIX: Kicked user permission revoking issue fixed
  • FIX: User privilege levels and permission issues fixed
  • FIX: Fixed a bug where reCaptcha didn't work on public visible rooms
 

Aceee

Active member
Oct 11, 2020
128
35
28
"Pardon my bad english"



Whenever i kick user from chatroom....they won't redirect to homepage.."kick only work when abuser refresh he page"...they're still online...and keep messaging...

also there is no BAN button :/

i tried it by my self :localhost:

"REQUEST" : Please add Commands so we can direct kick or ban user via just typing on main page
Example : /kick username , /ban username


please make this solution
Contact the Developers not babiato bro XD
 
  • Like
Reactions: a7bab

IceyBurg

Active member
Trusted Uploader
Feb 10, 2021
89
101
40
Antarctica
IceyBurg updated ChatNet - PHP Chat Room & Private Chat Scripts with a new update entry:

Version 1.8.1

Version 1.8.1 – January 28, 2022
- NEW: @mention support
- NEW: #hashtag support

- IMPROVEMENT: Performance improvements

- FIX: Fix a bug where not found (404) URLs sending fails
- FIX: Kicked user permission revoking issue fixed
- FIX: User privilege levels and permission issues fixed
- FIX: Fixed a bug where reCaptcha didn't work on public visible rooms

Read the rest of this update entry...
 

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