Share My Creation Chatbot - B4J Web App : Source Code

Hello everyone :)

*Starting off by thanking the one and only @Erel for making this possible for every single one of us ♥

Every website needs a LIVE support chatbot, so :

We are more than happy to announce a really great project : B4J Web Application Chatbot

This project is used to provide a live chat support in any website , all you need to do is put 2 lines of html codes and you are good to go :)

Project Information :
1- Chats information
2- Customers Information
3- Ban Customers by IP address
4- Users Logs
5- LIVE chat between the support and the customers
6- Closing chats if the issue is solved

Project is built in :
1- MS SQL
2- B4J Web App

Simple demo (B4J Chatbot running on a client website) :


To test the project :
1- Admin Web App :

Link :
Username : admin
Password : 123

2- Put the following code in your website (Embed the Chatbot) - Because this is a demo so your website has to be http and not https :

HTML:
<iframe src="http://b4xcode.com:17174/chat/index.html" style="position:fixed !important;z-index:10000 !important;
bottom:0px !important;height:600px !important"
></iframe>


Project Price : 20$ (Very cheap because why not? :) )

To purchase the source code click on the below Link :



Screen shots :
Promo.jpg


Image2.jpg


image1.jpg



Admin Web App :
1625471993316.png




As always, Thank you,
Saif
 
Last edited:

ilan

Expert
Licensed User
Longtime User
hallo everyone, i just found the time to have a look at the project and after 15 minutes of inspecting the code, i can highly recommend this product.
very good job @sfsameer!

???
 

fabio borges

Member
Licensed User
Longtime User
Hi Saif, Can you send me the updated source code, I bougth last week and it seens you upadated after our deal.

Do you have any version to Mysql?

Fabio
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hi Saif, Can you send me the updated source code, I bougth last week and it seens you upadated after our deal.

Do you have any version to Mysql?

Fabio
Hello,

Nothing was updated. We just fixed the demo website on our server.

As for the MySQL, in the future we will upload the MySQL Script :)

Thank you,
Saif
 

ilan

Expert
Licensed User
Longtime User

sfsameer

Well-Known Member
Licensed User
Longtime User
sorry, but i dont understand. what MySQL Script? all queries are inside the b4j project. what exactly is missing and will be added in the future?
Hello Dear,

The Database is MS SQL (.bak file) is included in the .zip file (the source code)

I think you still didn't restore the database to your own MS SQL and you are still connected to our server database :)

The MySQL script is for the database creation which will be the same as MS SQL database.

Thank you,
Saif
 

ilan

Expert
Licensed User
Longtime User
The MySQL script is for the database creation which will be the same as MS SQL database.

ok now i understand. you mean for the table creation. got. it.

I think you still didn't restore the database to your own MS SQL and you are still connected to our server database :)

actually, i have only tested it and looked at the code. i plan to connect it to my mysql server that is running on my rp4. right now i am working on a different project and i didn't notice that there is an MS SQL.bak file since i just had a short look at it until now.

where do you have your ms sql server service?
 

sfsameer

Well-Known Member
Licensed User
Longtime User
ok now i understand. you mean for the table creation. got. it.



actually, i have only tested it and looked at the code. i plan to connect it to my mysql server that is running on my rp4. right now i am working on a different project and i didn't notice that there is an MS SQL.bak file since i just had a short look at it until now.

where do you have your ms sql server service?
Hello Dear,

The MS SQL database engine is free, just use the express version. and you can install it on any VPS, PC,Laptop.

In our case it's installed on our VPS and we have opened the port 1433 (MS SQL Default port) and it's a public database :)

Thank you,
Saif
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Looks like a great project. I don't need the code but I am going to purchase it too to support your projects. Plus I think it'd be interesting to see how you did this. Thanks!
Thank you very much my dear for your support ♥
 

victormedranop

Well-Known Member
Licensed User
Longtime User
I can't login to try out. using Mac and safari.
upsss works with firefox

Victor
 
Last edited:
Top