ChatPion - Facebook & Instagram Chatbot,eCommerce,SMS/Email & Social Media Marketing Platform (SaaS)

XeroChat - Complete Messenger Marketing Software for Facebook v9.3.4 Untouched

No permission to download

Hapy

Member
Jun 25, 2020
126
11
18
It sound like you missing the files need to update from 6.1.8 to 6.1.9:
Files
application/controllers/Cron_job.php
application/controllers/Home.php
application/controllers/Messenger_bot.php
application/controllers/Payment.php
application/controllers/Stripe_action.php
application/modules/instagram_poster/controllers/Instagram_poster.php
application/helpers/my_helper.php
application/libraries/Fb_rx_login.php
application/libraries/Flow_builder.php
application/libraries/Myfatoorah.php
application/views/admin/payment/accounts.php
application/libraries/Instamojo.php
application/views
upload/ecommerce
application/controllers/Ecommerce.php

you need to copy them from the 6.2.1 package.
must go to correct folder as shown.
here is the next update from 6.2.1 to 6.2.3:
XeroChat 6.2.2 ( Change log )
(just update sql only)
Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.2','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.2',current='1',date=CURRENT_TIMESTAMP;



Change log
- Support for flowbuilder latest update

XeroChat 6.2.3 ( Change log )
Files
application/libraries/Flow_builder.php


Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.3','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.3',current='1',date=CURRENT_TIMESTAMP
That is all, I hope it help
How to update sql?. Can you explain little bit?
 

Din@

Member
Dec 16, 2018
71
12
8
It sound like you missing the files need to update from 6.1.8 to 6.1.9:
Files
application/controllers/Cron_job.php
application/controllers/Home.php
application/controllers/Messenger_bot.php
application/controllers/Payment.php
application/controllers/Stripe_action.php
application/modules/instagram_poster/controllers/Instagram_poster.php
application/helpers/my_helper.php
application/libraries/Fb_rx_login.php
application/libraries/Flow_builder.php
application/libraries/Myfatoorah.php
application/views/admin/payment/accounts.php
application/libraries/Instamojo.php
application/views
upload/ecommerce
application/controllers/Ecommerce.php

you need to copy them from the 6.2.1 package.
must go to correct folder as shown.
here is the next update from 6.2.1 to 6.2.3:
XeroChat 6.2.2 ( Change log )
(just update sql only)
Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.2','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.2',current='1',date=CURRENT_TIMESTAMP;



Change log
- Support for flowbuilder latest update

XeroChat 6.2.3 ( Change log )
Files
application/libraries/Flow_builder.php


Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.3','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.3',current='1',date=CURRENT_TIMESTAMP
That is all, I hope it help
It sound like you missing the files need to update from 6.1.8 to 6.1.9:
Files
application/controllers/Cron_job.php
application/controllers/Home.php
application/controllers/Messenger_bot.php
application/controllers/Payment.php
application/controllers/Stripe_action.php
application/modules/instagram_poster/controllers/Instagram_poster.php
application/helpers/my_helper.php
application/libraries/Fb_rx_login.php
application/libraries/Flow_builder.php
application/libraries/Myfatoorah.php
application/views/admin/payment/accounts.php
application/libraries/Instamojo.php
application/views
upload/ecommerce
application/controllers/Ecommerce.php

you need to copy them from the 6.2.1 package.
must go to correct folder as shown.
here is the next update from 6.2.1 to 6.2.3:
XeroChat 6.2.2 ( Change log )
(just update sql only)
Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.2','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.2',current='1',date=CURRENT_TIMESTAMP;



Change log
- Support for flowbuilder latest update

XeroChat 6.2.3 ( Change log )
Files
application/libraries/Flow_builder.php


Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.3','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.3',current='1',date=CURRENT_TIMESTAMP
That is all, I hope it help
@k18acc2 maybe there is a SQl update affecting ecommerce.php from this nulled package. I repeated the file uploads but didn't fix the add new product error "Column 'digital_product_file' cannot be null" but when i uploaded the ecommerce.php file from the 6.1.8 package, i can add new product without any error. So, am still running on the old ecommerce.php from 6.1.8 package.
 

bluebond

Member
Jun 20, 2019
50
9
8
It sound like you missing the files need to update from 6.1.8 to 6.1.9:
Files
application/controllers/Cron_job.php
application/controllers/Home.php
application/controllers/Messenger_bot.php
application/controllers/Payment.php
application/controllers/Stripe_action.php
application/modules/instagram_poster/controllers/Instagram_poster.php
application/helpers/my_helper.php
application/libraries/Fb_rx_login.php
application/libraries/Flow_builder.php
application/libraries/Myfatoorah.php
application/views/admin/payment/accounts.php
application/libraries/Instamojo.php
application/views
upload/ecommerce
application/controllers/Ecommerce.php

you need to copy them from the 6.2.1 package.
must go to correct folder as shown.
here is the next update from 6.2.1 to 6.2.3:
XeroChat 6.2.2 ( Change log )
(just update sql only)
Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.2','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.2',current='1',date=CURRENT_TIMESTAMP;



Change log
- Support for flowbuilder latest update

XeroChat 6.2.3 ( Change log )
Files
application/libraries/Flow_builder.php


Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.3','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.3',current='1',date=CURRENT_TIMESTAMP
That is all, I hope it help
good one bro.

From what i see here, what is required is to update "Flow_builder.php"
and insert the version update command for 6.2.3 in the database.

Can you provide the actual updated flow_builder.php file for version 6.2.3 or its content?

Also please anyone with

Ecommerce Product Rating & Comment

please share...
 
  • Like
Reactions: ersonusani

Hapy

Member
Jun 25, 2020
126
11
18
good one bro.

From what i see here, what is required is to update "Flow_builder.php"
and insert the version update command for 6.2.3 in the database.

Can you provide the actual updated flow_builder.php file for version 6.2.3 or its content?

Also please anyone with

Ecommerce Product Rating & Comment

please share...
How to run database command??
 

vanbangalon

Member
Jun 19, 2020
36
27
8
Hello everyone need help I'm not familiar in installing nulled php scripts. After installing nulled extended xerochat and install it says 404 error page.
 

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
good one bro.

From what i see here, what is required is to update "Flow_builder.php"
and insert the version update command for 6.2.3 in the database.

Can you provide the actual updated flow_builder.php file for version 6.2.3 or its content?

Also please anyone with

Ecommerce Product Rating & Comment

please share...
After run SQL update you need 1 file to update the script to 6.2.3.:
it go in here:
application/libraries/Flow_builder.php
 

bluebond

Member
Jun 20, 2019
50
9
8
Only insert sql file? And nothing to do else?
You cant insert file, just the command as below

Sql
==> UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.3','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.3',current='1',date=CURRENT_TIMESTAMP <==

minus the sql heading

But inserting the command without updating the actual Flow_builder.php file will cause problems for your installation.

I suggest you wait till someone provides the actual updated file from 6.2.1 to 6.2.3

If you are updating from 6.1.8 to 6.2.1 then use the Flow_builder.php in the nulled version provided here.

If you want to avoid the whole substitution sh** process, then your better off replacing your current installation with the 6.2.1 nulled version which is working fine. But i don't know what your current installation is like or your use case, cause if you go this route, you start the whole installation from the scratch with new files.


Hope this helps.
 

Hapy

Member
Jun 25, 2020
126
11
18
You cant insert file, just the command as below

Sql
==> UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.3','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.3',current='1',date=CURRENT_TIMESTAMP <==

minus the sql heading

But inserting the command without updating the actual Flow_builder.php file will cause problems for your installation.

I suggest you wait till someone provides the actual updated file from 6.2.1 to 6.2.3

If you are updating from 6.1.8 to 6.2.1 then use the Flow_builder.php in the nulled version provided here.

If you want to avoid the whole substitution sh** process, then your better off replacing your current installation with the 6.2.1 nulled version which is working fine. But i don't know what your current installation is like or your use case, cause if you go this route, you start the whole installation from the scratch with new files.


Hope this helps.
Can you please share any video. Please 🙏
 

abacoin

Active member
Sep 26, 2019
195
45
28
Bro @k18acc2, @NullMaster, @Tomz , Please, HELP
Imposible to active Persistent Menu a Had make Get Started Button , diferent page etc. and in all , say the same error " Persistent menu publish : (#100) You must set a Get Started button if you also wish to use persistent menu."

Useing v 6.2.3 and Visual Flow 1.6.1

Any Idea, Help? Thank advance
 

Hapy

Member
Jun 25, 2020
126
11
18
Bro @k18acc2, @NullMaster, @Tomz , Please, HELP
Imposible to active Persistent Menu a Had make Get Started Button , diferent page etc. and in all , say the same error " Persistent menu publish : (#100) You must set a Get Started button if you also wish to use persistent menu."

Useing v 6.2.3 and Visual Flow 1.6.1

Any Idea, Help? Thank advance
Use get started function on bot.
 

Forum statistics

Threads
69,477
Messages
909,882
Members
239,658
Latest member
vahhmed

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