SyNERGiZed Chat Package (Discontinued until new builds are Done. Older Standalone version is attached)

1,221 views
Skip to first unread message

ClubSyNXTremeTV

unread,
Oct 11, 2015, 12:08:07 AM10/11/15
to ajax...@googlegroups.com
SyNERGiZed Chat Package (Discontinued until new builds are Done.
Older Standalone version is attached for now)

Simple install Instructions:
ADD standalone 0.8.7 but dont install, then add my package, Update the config.php with your database connection values then install.


I will post all of my SyNERGiZed releases here in a single topic.

Currently this was made with STANDALONE 0.8.7 since its the stable release.
At the moment, I have no plans on doing this for 0.8.8 since its not official.

What in particular is this package?

STANDALONE PACKAGE

-Registration page
-Password/Account Recovery
-Avatar Support

INTEGRATED PACKAGE

-Link forum accounts to the chat
-Link forum profiles
-Pull Forum avatars
-Link Forum Usergroups

ALL PACKAGES

-YouTube Support
-Twitch TV Support
-A special Full screen mode for both Youtube and Twitch TV
-A special Chat mode for using Twitch TV for pulling up a streamers chatroom while in your current chatroom
-An Admin and Moderator Interface
-General Chat Settings
-UserGroup Generator *Standalone users can create as many groups as they want.
-A unique Banning System for Users and Guests. *Can ban offline guests and users also
-A Channel Generator
-User Management
-The ability to back up your forum and chats database


1441810974(2).zip

Bobby Russ

unread,
Oct 17, 2015, 2:16:57 PM10/17/15
to AJAX-chat
I've tried installing this per the instructions and also with a PHP3.0 "official" version and both end up with the same result...

Invalid Username no matter what is entered.  Not sure what's wrong, but it looks like the system isn't being correctly populated from PHPBB3.1.x.  Any ideas on why this may be?  Thanks for any assistance.  Anyone get this to work on a PHPBB3.1.x system?
All can be found at http://clubsyn-x-treme.com

Visit the Chat and type !Downloads

As much as I enjoy creating these mods to improve this chat software, a small token of appreciation is always welcomed. :)

ENJOY!


ClubSyNXTremeTV

unread,
Oct 18, 2015, 4:56:51 AM10/18/15
to ajax...@googlegroups.com
well of course I did and tested before releasing.

here is a test site of mines.

http://evolve-or-die.net/phpBB3/index.php

ClubSyNXTremeTV

unread,
Oct 18, 2015, 5:05:34 AM10/18/15
to ajax...@googlegroups.com
And by the way, why use a 3.0 package when it clearly says 3.1.x?
Message has been deleted

cpg

unread,
Oct 19, 2015, 11:42:21 AM10/19/15
to AJAX-chat
Hallo, I have this mistake: Undefined index: user in /home/myforum/public_html/phpBB3/chat/syns_mods/plugins/cookies.php on line 5

Best regards cpg

ClubSyNXTremeTV

unread,
Oct 19, 2015, 3:44:54 PM10/19/15
to AJAX-chat
link to your forums? so i can see what causes this error?

ClubSyNXTremeTV

unread,
Oct 19, 2015, 3:45:27 PM10/19/15
to AJAX-chat
I am not experiencing this at all with my test sites.

cpg

unread,
Oct 19, 2015, 5:00:35 PM10/19/15
to AJAX-chat


Sonntag, 11. Oktober 2015 06:08:07 UTC+2 schrieb ClubSyNXTremeTV:

ClubSyNXTremeTV

unread,
Oct 19, 2015, 5:27:44 PM10/19/15
to AJAX-chat
in verify.php

look for

$bans = $create_account->query("SELECT * FROM ajax_chat_ip_bans WHERE IP='$ip'");

and change to

$bans = $create_account->query("SELECT * FROM ajax_chat_ip_bans WHERE IP=$ip");


look for

$verify_user = $create_account->query("SELECT * FROM ajax_chat_registered_members WHERE ID='$_GET[verify_user]");

change to

$verify_user = $create_account->query("SELECT * FROM ajax_chat_registered_members WHERE ID=$_GET[verify_user]");


in includes/functions.php

find and remove this:

include('./chat/syns_mods/avatar/avatar.php');

Apparently ill have to work out a better way for pulling avatars in phpbb3...

cpg

unread,
Oct 19, 2015, 5:36:10 PM10/19/15
to AJAX-chat
Thanks and get well soon! Ich save now the orig-files on my server and work more tomorrow.
Best regards cpg

ClubSyNXTremeTV

unread,
Oct 19, 2015, 5:38:28 PM10/19/15
to AJAX-chat
ok, let me know how things work. I will be writing a revision to all packages released before I move to another forum software intergration

cpg

unread,
Oct 19, 2015, 5:47:36 PM10/19/15
to AJAX-chat
It's much better, but still "THIS ACCOUNT DOES NOT BELONG TO YOU!
Go back and login with your correct information..."
 - and the link in the browser says: "...forum.de/phpBB3/chat/verify.php?verify_user=2"


Am Sonntag, 11. Oktober 2015 06:08:07 UTC+2 schrieb ClubSyNXTremeTV:

cpg

unread,
Oct 19, 2015, 6:01:06 PM10/19/15
to AJAX-chat
An other user (not admin) http://www.energie-konzepte-forum.de/phpBB3/chat/verify.php?verify_user=944 I think after "user=944 is missing the session id(?) - I work again tomorrow. Good night an best regards. CPG


Am Sonntag, 11. Oktober 2015 06:08:07 UTC+2 schrieb ClubSyNXTremeTV:

ClubSyNXTremeTV

unread,
Oct 20, 2015, 4:51:39 AM10/20/15
to AJAX-chat
I swear who ever wrote phpBB3 must be on drugs...

apparently something with that software is causing those issues or am I missing something.
I myself am not having none of these issues on both of my test sites plus anothers site I did the installation on.

Also some webhots or server admins arent properly configured especially when it comes to saving sessions..

Anyway I may have to ask you for a temp account into your host to actually see whats going on, again, the three places I mentioned aren't having this issue, and it only seems to be with phpbb3 users in comparison to my other packages...

cpg

unread,
Oct 20, 2015, 2:09:40 PM10/20/15
to AJAX-chat
Hallo, the table `ajax_chat_registered_members` is empty. How come the phpbb__users to the table ajax_chat_registered_members? Best regards cpg


Am Sonntag, 11. Oktober 2015 06:08:07 UTC+2 schrieb ClubSyNXTremeTV:

cpg

unread,
Oct 20, 2015, 2:23:30 PM10/20/15
to AJAX-chat
In guest-modus (User without password) the chat ist ok


Am Sonntag, 11. Oktober 2015 06:08:07 UTC+2 schrieb ClubSyNXTremeTV:

cpg

unread,
Oct 20, 2015, 5:49:56 PM10/20/15
to AJAX-chat

I made a new try, but installation stops with - see picture
What ist after this message going on?



Am Sonntag, 11. Oktober 2015 06:08:07 UTC+2 schrieb ClubSyNXTremeTV:

ClubSyNXTremeTV

unread,
Oct 21, 2015, 4:46:18 AM10/21/15
to ajax...@googlegroups.com
Like I said earlier, im pretty sure its your server/host.

Again, I have test installations and did an installation another users host and haven't encountered any of these problems you are having.

Bobby Russ

unread,
Oct 21, 2015, 11:23:31 AM10/21/15
to AJAX-chat
Cpg, you'll have to remove the database tables after the failed attempt to retry. Otherwise, you'll get that error.

Syn, your email address keeps bouncing as a permanent failure.

If I remember sometime I will post the changes I made in AJAX chat to pull the images from PHPBB.

ClubSyNXTremeTV

unread,
Oct 21, 2015, 11:56:47 AM10/21/15
to AJAX-chat
What was the issue with the email? And standalone Version of the mod correct?

Bobby Russ

unread,
Oct 21, 2015, 1:02:54 PM10/21/15
to ClubSyNXTremeTV, AJAX-chat

Delivery to the following recipient failed permanently:

     s...@clubsyn-x-treme.net

Technical details of permanent failure:

▼ Hide quoted text

The recipient server did not accept our requests to connect. Learn more athttps://support.google.com/mail/answer/7720
[(0) clubsyn-x-treme.net. [141.8.224.124]:25: socket error]

----- Original message -----

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=kVeXpdLuIVyRYUtWFV7Lc3qQMyECVJN92RNzPUxm4kQ=;
        b=02EPZ0XAZQh23tcHG1ilhAljMYK1GTgkFu+pyEZwS3h2pR2/xCXxzkh5/XV2aCFUCy
         k0dPUypxgf2UrJVo6yXpp5OGuZQDHIGYgo8T/MKUs6TWqaSFYUbjb2zEfUg9rxuF8GR0
         eBUFP4el6MHXC9tzphSG9Pj27MXXSxklHG9kao+RGmd5ChGnzxGTyMGQjKhM9zVRdYDU
         HdZYv8ObuAKZdNqhQzZkT/YL8qZPBoFvaSxdigAQBfemWjrqCpPzzct0mUnQmvd7Ek8s
         2HM/VtIvSNBMDVYXTGxVC9qPFFSBM8uiabSSHciBPD6Y6Aga2AkRhfHuo4pspLrKAi5f
         +7oA==
MIME-Version: 1.0
X-Received: by 10.50.78.7 with SMTP id x7mr15086185igw.54.1445160233071; Sun,
 18 Oct 2015 02:23:53 -0700 (PDT)
Received: by 10.107.138.221 with HTTP; Sun, 18 Oct 2015 02:23:52 -0700 (PDT)
Received: by 10.107.138.221 with HTTP; Sun, 18 Oct 2015 02:23:52 -0700 (PDT)
In-Reply-To: <d5b862c1-3329-42b8...@googlegroups.com>
References: <1815c678-f563-4618...@googlegroups.com>
        <d5b862c1-3329-42b8...@googlegroups.com>
Date: Sun, 18 Oct 2015 05:23:52 -0400
Message-ID: <CAHcf=-nBX8zTAHTE+73z+XMfPkJC...@mail.gmail.com>
Subject: Re: [ajax-chat:3382] Re: SyNERGiZed Chat Package (PhpBB 3.1.x, IPB
 3.4.x, SMF 2.0.x, STANDALONE) More To Come!
From: Bobby Russ <davi...@gmail.com>
To: ClubSyNXTremeTV <s...@clubsyn-x-treme.net>
Content-Type: multipart/alternative; boundary=089e0117646d55f9c905225d9651

ClubSyNXTremeTV

unread,
Oct 21, 2015, 8:00:45 PM10/21/15
to AJAX-chat
I'm thinking its something with the mod.

Sorry, I have to update my email address.

ClubSyNXTremeTV

unread,
Oct 25, 2015, 3:47:38 PM10/25/15
to AJAX-chat
I am working on a new installer application. I am thinking its an issue with the sessions needed and a header conflict.

Be patient with me, my job is taking up alot of my time.

thanks.

ClubSyNXTremeTV

unread,
Nov 18, 2015, 10:18:08 AM11/18/15
to AJAX-chat
I have a bit of time today, Minor fixes and a small update in progress.

ClubSyNXTremeTV

unread,
Nov 21, 2015, 1:49:51 PM11/21/15
to AJAX-chat
Some Adjustments.

Prevented moderators from making themselves admins
Removed panel access for moderators
Only chatroom owner can add and set permissions for channels
Admins CAN NOT alter other admins user info in the user management section
OWNER can alter all chatroom members info in the user management system.

Patch coming soon along with new private messaging system

ClubSyNXTremeTV

unread,
Dec 3, 2015, 12:33:24 PM12/3/15
to AJAX-chat
I understand that some users are having issues with php sessions being saved in your webhost or you dont have access to change the path to save the sessions. I will be making a custom session method that will solve that issue which causes some chat room admins not being able to access the admin panels causing the unauthorized msg.


ClubSyNXTremeTV

unread,
Dec 3, 2015, 12:34:50 PM12/3/15
to AJAX-chat
I am also optimizing a few things with this package and I will be including a language file for you all. it will be in english but you can translate it into your native language if you like.

ClubSyNXTremeTV

unread,
Dec 3, 2015, 12:38:57 PM12/3/15
to AJAX-chat
Also with the Standalone and intergrated updates, I will be adding an Owner usergroup it can be named Root Admin, Super Admin, etc but for now, Owner and the ability to admin and moderate everyone in the chatroom. Including banning Admins if needed.


Minako Aino

unread,
Dec 6, 2015, 11:58:59 PM12/6/15
to ajax...@googlegroups.com

Hey Syn! Long time no chat, I see we've both been busy, was about to bump another thread since I'm finally getting back into things. By any chance do you have custom user fonts in your list of future updates?  E.g setting a span tag for their group, so that someone could just alter the css for that user role to update how their font looks vs everyone using the same default #context.

 

Whoops only took a few minutes to figure out, will share once you’re back, just in case you updated anything in your current scripts.

ClubSyNXTremeTV

unread,
Dec 7, 2015, 7:04:16 AM12/7/15
to AJAX-chat
Luna, welcome back!

Looking foward to what you came up with.

And possibly turning more mistakes into something Epic! LOL!

ClubSyNXTremeTV

unread,
Dec 16, 2015, 11:55:30 AM12/16/15
to ajax...@googlegroups.com
I updated the admin with a user interface for making changes to the config.php from the admin panel. Only the owner of the chat will have access to this section. Normal admins will have access to the general settings section.

This new section that modifies the config.php will be called chat configurations.

Minako Aino

unread,
Jan 20, 2016, 2:10:01 AM1/20/16
to AJAX-chat
Syn! lol when you coming back online, sites still down lol or did you move?

Bobby Russ

unread,
Jan 20, 2016, 9:48:41 PM1/20/16
to Minako Aino, AJAX-chat
His mail still bouncing, so who knows?  I asked him a security question since he said he was coming back...

--
You received this message because you are subscribed to the Google Groups "AJAX-chat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ajax-chat+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
-----
"Dance as if no one were watching,
 Sing as if no one were listening,
 Live everyday as if it were your last,
 and love as if you've never been hurt."
 - Irish Proverb

Minako Aino

unread,
Jan 20, 2016, 10:45:37 PM1/20/16
to AJAX-chat, baka...@gmail.com
Nah I found him, he posted on a diff thread lol.

Joan Soto

unread,
Feb 15, 2016, 3:10:56 PM2/15/16
to AJAX-chat
Someone can share the link to download this?, http://clubsyn-x-treme.com not exist anymore

Bobby Russ

unread,
Feb 15, 2016, 6:18:42 PM2/15/16
to Joan Soto, AJAX-chat

He's working on a new site last I heard but his mail is still bouncing.

Joan Soto

unread,
Feb 16, 2016, 11:43:47 AM2/16/16
to AJAX-chat
This site not exist anymore share download link

Bobby Russ

unread,
Feb 16, 2016, 11:45:58 AM2/16/16
to Joan Soto, AJAX-chat

Since the email is bouncing, I think his new site is down too .

Negative Edge

unread,
Feb 16, 2016, 1:32:41 PM2/16/16
to ajax...@googlegroups.com, alexi...@gmail.com
Read the first post.

Work gets in the way. Sorry for the silence

http://negative-edge.net

I haven't made a new email for this domain as of yet.

mtpcla...@gmail.com

unread,
Feb 17, 2016, 5:23:04 PM2/17/16
to AJAX-chat

Can you upload the instructions for this? I can't seem to get to the link provided.
On Sunday, October 18, 2015 at 4:56:51 AM UTC-4, Negative Edge wrote:
well of course I did and tested before releasing.

here is a test site of mines.

http://evolve-or-die.net/phpBB3/index.php

Negative Edge

unread,
Feb 25, 2016, 11:42:18 AM2/25/16
to AJAX-chat
Just letting yall know im still here and the updates are coming along. I am currently working on an installer for existing versions

Negative Edge

unread,
Feb 25, 2016, 11:53:11 AM2/25/16
to AJAX-chat



Now supporting Facebook videos

Cuore di angelo

unread,
Mar 13, 2016, 11:26:22 AM3/13/16
to AJAX-chat
Hello guys , I'm testing synergized Chat package and I must say a very good job , well done has been done . During my tests I found this little problem : when the message fills the line wraps putting itself under the avatar . Is there a way to do it send as shown in the picture 2 ? ( Created by me with photoshop ) . Thanks in advance

Image 1. 


 Image 2.


Negative Edge

unread,
Mar 24, 2016, 10:22:53 PM3/24/16
to AJAX-chat
Ill see what I can do

Cuore di angelo

unread,
Mar 25, 2016, 4:39:29 AM3/25/16
to ajax...@googlegroups.com

Il giorno venerdì 25 marzo 2016 03:22:53 UTC+1, Negative Edge ha scritto:
Ill see what I can do



Thanks Negative. I explored in some network chat facilities and the solution I believe is in dividing line of the message in <div>. I printed the various sections of the div of a chat, maybe you will help. I am attaching a printout. bye




 
Reply all
Reply to author
Forward
Message has been deleted
0 new messages