779 comments found.
How do we send SMS messages from the demo?
We have not added any api there. If you want to send you have to add your api first 
Where in the demo can I send an actual SMS? I want to know if it is possible to add contacts then select 3 for example and send a true group SMS. When someone replies it goes to all.
No sir, it’s not possible there 
Hello I bought SSEM today, but am trying to register a Contact Group, but its not picking this is affecting the Management of contacts as well cause I cant add a contact. please help
Hi,
http://xeroneit.net/demo/envato_support_files/ssem_home.zipPlease download this zip, unzip it and replace your application/controllers/home.php with the attached file.
Thanks 
mmmmh Am happy Thanks alot, it worked well!!!! 
I have been using my local SMS Getway, the Africanstalking is it possible that functionality is added here, Its widely used here by developers unlike other Getways that this application support.
No sir, we do not have plan to add other gateways now. We are too much busy for couple of months with our new items.
And what if am able to customize it myself to accept that gateway, is it allowed with my bought license?
Yes, it is allowed 
Ok thanks am working it out myself, thank

I purchased this application last week, I have customized staffs here and included my own sms API, now after some time it gets to credential_check, and requests me to register for the software of which I did on installation, What could be the cause and how can I solve it for further help?
A PHP Error was encountered
Severity: Warning
Message: set_time_limit() has been disabled for security reasons
Filename: controllers/home.php
Line Number: 15
i’m getting this
Hello, sorry but the function is needed. Please contact your hosting provider to enable the function , otherwise system will not work properly 
please reset my license, because i change hosting. thanks
Hi,
Okay done
You can try now.
Thanks
This sender is making my text message have multiple + signs why is that using Gateway Clickatell
all messages i send are using being delivery like this Dear+Customer%2 C%0AYo…
Hi,
Open application/libraries/sms_manager.php and remove line 414 and see if it works.
Line 414 is : $msg=urlencode($msg);
Thanks : Al-amin 
User are not getting added to the User !! Urgent Help required
Hi,
Please add this two lines after line 31 of application/controllers/home.php
You will find those two lines going http://xeroneit.net/demo/sql_mode.txtThanks : Al-amin 
I have tried to send sms in demo mode using textlocal gateway it shows Request has been submitted for processing View SMS History nothing happens then how i trust
There are some issues with textlocal gateway. We will fix it in next release 
hi, i like what i am seing but can i integrate Sendy Api for emailing? does it work with sendy?
Sorry sir but it does not work with Sendy api 
Hi,
I have tried to configure the sms api using textlocal.in with the following: Auth ID/ Auth Key/... as email id and Auth Token/ API Secret/ Password as api hash code of textlocal.
But when I send, nothing seems to happen?
Hi,
I see. Please, send me app link, admin login and ftp to jwel.cse@gmail.com
I will check 
Thanks : Al-amin 
Error Number: 1055
Expression #4 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘smslite.sms_api_config.gateway_name’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
SELECT sum(total_sms_sent) as total_sms_sent FROM (`view_sms_sent_history_user_wise_total`)
Filename: /srv/users/serverpilot/apps/smslite/public/models/basic.php
Line Number: 246
I get the following error when i added my installation key, Please help
Hi,
Please add this two lines after line 31 of application/controllers/home.php
http://xeroneit.net/demo/sql_mode.txtThanks : Al-amin 
In DB, ‘users’ table, the ‘activation_code’ is empty and set as INT11… Could you please send me my activation code ?
Hi,
There is no such activation code. The table stores app user data. When an user sign up to your app , he/she get an activation code to verify his/her email and login. You got it wrong.
As admin you need purchase code to activate the app. You will find your purchase code in your envato panel.
https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-Thanks : Al-amin 
Hi,
It was the “install.txt”. All appear all right now
First time in several months
Great !
Regards,

Hi,
I followed all your instructions but the installation failed !
The script installed the DB data in DB apprently normally but it always come back to http://mydomain.com/home/installation after installation ?
I’m angry, six monthes later your documentation is not in according to the real installation and it’s always impossible to install the script alone.
Hello,
Sorry if you face any trouble.
There must be file permission issue. Was your installation successful? If so, please delete application/install.txt manually. Then the login page should appear, not the installation page again.
Thanks : Al-amin 
Hi, we are getting few problems by using this applications.
1- Contact Import creating problem or not importing sometime. 2- Contact list loading takes too much time to load big lists or contacts. 3- Email sending not working when we select two groups or selecting more than 1500 email addresses.
Hi,
Contact import should work. Yes, I noticed the long list loading and sending issue. Will optimise and fix in next release hopefully.
Thanks : Al-amin 
Can we have any update on updated version as its taking too much time now to load the list?
Sorry but have not implemented that yet
We are just planning some modifications.
3- Email sending not working properly when we select two groups or selecting more than 1500 email addresses. It start duplicate sending on using schedule email campaign. This is a big problem and need URGENT attention. Its about I think cron trigger the same campaign again and again. VERY VERY Serious issue because its frustrating for clients when they receive same email again and again and it cost us a lot while using send grid or maligun as you can see those are paid services and they charge for duplicate too.
Hi, As I said we have many improvement plans for next update and will make every process better. By the way, what is your cron job frequency? Once per hour ??
previously we setup every 5min but we setup after every 30min.
Make it once in an hour… we will come up with better solution in next release 
any expected date?
Sorry, I’m not sure now
I will let you know. You can contact to me jwel.cse@gmail.com 
What query should I fire to add INR (Indian Rupees) as currency?
It’s alright, I figured it out!
Hi Adityadc,
Well done
Great job man!
Thanks 
Mostofa
Hi,
I tried to install the script but this is the message displayed :
Not Found
The requested URL /home/ was not found on this server.
Apache/2.2.22 (Debian) Server at hibirdy.com Port 80
My server enabled CURL and REWRITE (i have severals website functionning with Codeigniter 3)
I tried with changing permission for “config” “controllers” “model” and “views” in 644 and “install.txt”, “config.php” and “database.php” in 755 but it is the same messsage.
Could you please help me.
Regards,
Hugo.
Hi,
If you face 404 page not found or 500 internal server error problem during installation (yourdomain/home/installation), It may happen for one of the 3 reason. Check each one and fix it. Your problem will be solved.
1. First make sure, there is the .htaccess file in the root. if not extract file in local pc and copy the .htaccess file which is in the root and upload it to the server.
2. Make sure your server has mod_rewrite enable. If not , then enable it.
3. If mod_rewrite is enabled,then make sure it is AllowOverride All for your domain in httpd.conf or apache.conf
Thanks
Mostofa
Please help. Need to get this app to work. Thank you
What issues are you facing exactly? Please write down briefly.
Send email
Hi,
There must be miss-configuration in smtp. Most of the servers do not allow 3rd party stmp connection, means your domain www.mydomain.com will not allow gmail’s smtp settings. So, try with native smtp settings like info@yourdmain.com , see what happens and let us know.
Thanks : Al-amin 
Please check your email. jwel.cse@gmail.com
ok. when i send emails its seems to be ok, but customers dont receive any emails and nothing in history or anywhere else. and what do you mean try with native? i did and didnt work too. Need your help ASAp.
Replied to email 
Hello, I configured my platform with twilio. But when you click on the send button of the message, no event.
Hi,
Mat be you are missing one or more required field in the send form. The required fields will show red message after you hit send button. Please check and let us know.
There also may be miss-configuration in sms api.
Send you app link, admin login and ftp access to jwel.cse@gmail.com I will check. Mention your issue for reference when you send email.
Thanks : Al-amin 
Can not receive any emails from this app. Its send successful but no emails received. Also no report in dashboard or any sign of send emails. No email history.
Hi,
There must be miss-configuration in smtp. Most of the servers do not allow 3rd party stmp connection, means your domain www.mydomain.com will not allow gmail’s smtp settings. So, try with native smtp settings like info@yourdmain.com , see what happens and let us know.
Thanks : Al-amin 
Hi Pre-sale question,
Congratulationsfor you work.
Plivo deliver SMS at a base rate of 1 message per second. In case that I want to send 5000 SMS using your application,
1) do you take that in count and do you handle it pretty well ?
2) No request time out or issue at all with that limitation ? 3) SMS: Do you offer delivery report ?
Hi,
Thanks you 
Sorry but we have not considered sms rate and do not offer delivery report (just provide sms queue id).
Thanks : Al-amin 