3688 comments found.
hi, forgot password is not working, how to setup forgot password option ? as i am not receiving forgot password mail..
You need to enter correct SMTP data in db.inc.php config file
Hi dear qascript i have tow request 1-if maby add one option for save GCM massage in app for see user that massage and admin can send GCM includes link by image and text in next update 2-add one line in signup in app and web for add mobile number for signup by Two step verification by mobile number or email
thanks for your best script
hi, i have problem about message box. I can upload photo (gallery, cover photo, profil photo is working) all folder permission is right. But i want send message with photo. Message screen click Plus (+) button added photo successfully but click send “Please Waiting” result no anything.
Hi,
Did you do an update or is it a clean install?
Folder “chat_images” must also have the correct permissions
no update or new (clear) install. and “chat_images” folder permission 0777 with subfolder. Click send button write “please wait” but not send.
Please send me you config files “db.inc.php” and “Constants.java” for testing.
My email: raccoonsquare@gmail.com
how do I change the initial credits and the number of private msgs for new users?
1) file “config/db.inc.php” constant DEFAULT_BALANCE
2) use “phpMyAdmin” to change the structure of the “users” table:
set the value for the field “free_messages_count” to 500 (for example) – by default
can we show opposite sex in search and people nearby section ?? if yes , how ?? because it’s a dating app, so we need to show opposite sex instead of both..
Dear,
Section “People Nearby” menu has a “Choice sex”
Section “Search” has the option “Settings”
Please look more closely.
yes i’ve checked, but i want it default, so that i do not need to change from settings everytime.
In future updates I will add the function for saving search settings
and i have one more query, if i want to hide add friend option from profile, only show message and like option instead ??
I managed signed apk when I try to generate a new signed apk from this error app\src\main\java\github\ankushsachdeva\emojicon\EmojiconHandler.java Error:(247, 22) error: package R does not exist
I first generated apk successfully when I try to generate another version of this error
I solved the problem by creating another project, apparently did not make a mistake so far.
just do not show sender id what should i do? check img please https://i.imgur.com/7yf213H.png
In step 3 click -> add Firebase to you Android app
I did exactly the same but the firebase does not show sender id
This is mysticism …
For all Firebase shows Sender Id, but for you it does not show …
Maybe you need to be more attentive?
hi, can you tell me how can i set that upload photo is compulsory when anyone signup ?? because when nyone create account they do not upload photo.
Hi,
I know two ways:
1) Very Simple – use a magic wand 
2) More complicated – edit file “SignupFragment.java”, the function “signup”. You can change the function “verifyRegForm” instead of the “signup” function – it will be easier and more convenient
and one other question, can we show opposite sex in search and people nearby section ??
i am checking verifyregform, but what to add in that form ? please update and send me back, i’ll upload
public Boolean verifyRegForm() {
signupUsername.setError(null);
signupFullname.setError(null);
signupPassword.setError(null);
signupEmail.setError(null);
}
Helper helper = new Helper();
if (username.length() 0) {
}
signupUsername.setError(getString(R.string.error_field_empty));
return false;
if (username.length() < 5) {
}
signupUsername.setError(getString(R.string.error_small_username));
return false;
if (!helper.isValidLogin(username)) {
}
signupUsername.setError(getString(R.string.error_wrong_format));
return false;
if (fullname.length() 0) {
}
signupFullname.setError(getString(R.string.error_field_empty));
return false;
if (fullname.length() < 2) {
}
signupFullname.setError(getString(R.string.error_small_fullname));
return false;
if (password.length() 0) {
}
signupPassword.setError(getString(R.string.error_field_empty));
return false;
if (password.length() < 6) {
}
signupPassword.setError(getString(R.string.error_small_password));
return false;
if (!helper.isValidPassword(password)) {
}
signupPassword.setError(getString(R.string.error_wrong_format));
return false;
if (email.length() 0) {
}
signupEmail.setError(getString(R.string.error_field_empty));
return false;
if (!helper.isValidEmail(email)) {
}
signupEmail.setError(getString(R.string.error_wrong_format));
return false;
return true;
In the file “SignupFragment.java”, after the line number “1005” add the code:
if (selectedPhotoImg.length() == 0) {
Toast.makeText(getActivity(), "Please select photo!", Toast.LENGTH_LONG).show();
return false;
}
Sorry, delete my last message from “reynosoalmonte”. I have other account. I sent you that I have problem with that:
[10-Feb-2018 13:32:04 Europe/Madrid] PHP Notice: Undefined index: seenAt in /home/hofmogfp/public_html/class/class.msg.inc.php on line 1013
And also this error:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE42000 User 'cxx' has exceeded the 'max_user_connections' resource (current value: 30)' in /home/hofmogfp/public_html/core/init.inc.php:37
1) “Undefined index: seenAt in” – After each update, you need to do a database correction: yousite.com/update.php
2) “max_user_connections” – This is due to the limitations of your hosting for the number of requests to the database. I recommend using a hosting that has no limitations.
3) I think that Envato rules forbid the creation of multi-accounts – be careful, otherwise you will be blocked!
Have a good day.
Yes, but this was caused after last update.
In the last update, the functions “seen and typing” were added – your “Undefined index: seenAt” error indicates that you did not update some files and did not correct the database after updating “yousite.com/update.php”.
Have a good day.
I have updated the site correctly. But, also I have the following problem after update:
Stack trace: #0 /home/hofmogfp/public_html/core/init.inc.php(30): PDO->__construct(‘mysql:host=loca…’, , Array) #1 /home/hofmogfp/public_html/api/v2/method/chat.update.inc.php(12): include_once(’/home/hofmogfp/...’) #2 {main} thrown in /home/hofmogfp/public_html/core/init.inc.php on line 30 [10-Feb-2018 19:35:06 Europe/Madrid] PHP Fatal error: Uncaught exception ‘PDOException’ with message ‘SQLSTATE42000 User has exceeded the ‘max_user_connections’ resource (current value: 30)’ in /home/hofmogfp/public_html/core/init.inc.php:30 Stack trace: #0 /home/hofmogfp/public_html/core/init.inc.php(30): PDO->__construct(‘mysql:host=loca…’, , Array) #1 /home/hofmogfp/public_html/api/v2/method/app.searchPreload.inc.php(12): include_once(’/home/hofmogfp/...’) #2 {main} thrown in /home/hofmogfp/public_html/core/init.inc.php on line 30 [10-Feb-2018 19:35:06 Europe/Madrid] PHP Fatal error: Uncaught exception ‘PDOException’ with message ‘SQLSTATE42000 User has exceeded the ‘max_user_connections’ resource (current value: 30)’ in /home/hofmogfp/public_html/core/init.inc.php:30 Stack trace: #0 /home/hofmogfp/public_html/core/init.inc.php(30): PDO->__construct(‘mysql:host=loca…’, , Array) #1 /home/xxx/public_html/api/v2/method/chat.update.inc.php(12): include_once(’/home/hofmogfp/...’) #2 {main} thrown in /home/xxxx/public_html/core/init.inc.php on line 30 [10-Feb-2018 19:35:06 Europe/Madrid] PHP Fatal error: Uncaught exception ‘PDOException’ with message ‘SQLSTATE42000 User has exceeded the ‘max_user_connections’ resource (current value: 30)’ in /home/hofmogfp/public_html/core/init.inc.php:30 Stack trace: #0 /home/hofmogfp/public_html/core/init.inc.php(30): PDO->__construct(‘mysql:host=loca…’, , Array) #1 /home/hofmogfp/public_html/api/v2/method/chat.update.inc.php(12): include_once(’/home/hofmogfp/...’) #2 {main}
Why do I need this log ????
I already answered this question earlier:
“Max_user_connections” – This is due to the limitations of your hosting for the number of requests to the database. I recommend using a hosting that has limitations
The question is closed. Have a good day.
Hey, what is the problem with you? I am client. I just have this problem and all the users are angry, ok.
If you are a client, then you must ask the same question a few times?
Do you think that the answer will change?
Use good hosting to make your users happy – it’s easy!
Contact the hosting provider and ask – maybe there is an opportunity to remove limits on database queries! This is a problem with your hosting!
Ok, thanks. I will ask for remove limits on database queries. I appreciate you answer.
Also, if I remember correctly, in the configuration file php.ini to be an option that sets the number of queries …
Also, read this: https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html
What happens this is a share hosting and I can’t change this configuration. I think I will get semi-dedicated hosting.
A dedicated server is very expensive. Try VPS
Yes, you are right. But they sent me an offer that is a Semi Dedicated Hosting for 25 USD/month. What do you think?
It’s your money – you decide 
Sure. Regards,
Hello qascript.
I changed the server to another with more capacity, a semi-dedicated, but continue with the error when somebody is gettting a query.
What’s is wrong here??? I don’t understand.
This is the error the getting me:
code: #0 /home/hofmogfp/public_html/core/init.inc.php(37): PDO->__construct(‘mysql:host=loca…’, ‘hofmogfp_espan2’, ‘R3ynoso1der43’, Array)
then, say about User ‘hofmogfp_espan2’ has exceeded the ‘max_user_connections’ resource.
Thanks in advances.
I wrote about “max_user_connections” to you earlier, and also provided links to resources in the Internet – I have nothing more to add
No matter how powerful your server if the server is not configured correctly or has restrictions!
In your case: the script tries to connect to the database and receives a denial “max_user_connections” – these are the limitations of your server
For example, I have no restrictions on the usual “shared” hosting!
What is your current “shared” hosting?
I use the hosting reg.ru
Most buyers (I think that more than 90%) use godaddy hosting and do not have any problems
I recommend using godaddy hosting
Ok. Check.
I delete the last update in the server, a mean, I delete the row in the table messages “SeenAt”. The server now is ok. No problem of connection.
What do you think what happens?
I think you did not update some files
Yes, I did it. The file you put in the folder Updated_files__3.3__to__3.4, as I have updated the other updates.
Please explain to me: Why do not other customers have similar problems?
If the problem with the files in the update was actual – there would be hundreds of such comments!
But the problem was after I updated. I didnt have any problem, you never hear about me here before I was update the file. I dont want to bother you, I am searching a solution because my users is go. I have more than 50k download and have problem. I dont know if you understand me.
Can you access to my server to check please?
Excuse me, please specify what problem you are talking about, because I no longer understand you!
Are you talking about “max_user_connections” ???
or about “SeenAt”?
I am talking about SeenAt, that when I delete from table it is working good.
In the last update, the functions “seen and typing” were added – these functions create an additional load on the server (more requests to the server and more queries to the database)
To use these functions, you need a more powerful server (hosting), because you have a lot of traffic (you wrote about more than 50k downloads)!
I think that after removing the “seenAt” line from the database, the “seen” function is no longer functional, which reduces the number of requests and the load on the server.
Ok, understand. So, how can I delete or desactive because deleting “SeenAt” in the table is getting me the error that this row dont exist in the database the last update for full in my server?
Excuse me, I did not understand your question …
If you delete fields or data from the database – the script and the application can not work correctly, because it creates errors!
Ok, I understand. So, you recommend me change the hosting. Godaddy I dont think that it would be the solution, because I have many users. Every time I have more than 90 users active, sometimes more than 100. So, what can I do?
Maybe the others buyers dont have a lot of data like me… I dont know what to do.
Hi qascript, I have been reading about the problem and maybe you can give me a light in the dark… connection queries are accesing in different times and not cleaning up afterwards.
How can we perfomance this? Can we try with tht?
“Suggest to use connection pool so that the size of pool is fixed and it will be from that only and is not growing. Also make sure it is returned back to pool once the work is done.”
Thanks,
Sorry, I’m not a system administrator and do not configure servers!
I always use only good hosting – hosting, which has no limitations!
Sorry for the delay in replying
What are you talking about? Maybe if you optimize the code this is not happen. Didnt you never think about a people who has a lot of downloads? I have a VPS and I have the same error!!!
Dear, what relation “max_user_connections” has to optimization? Disable “seen and typing”?
For example, if your server has the maximum possible connection equal to = 100, how should I optimize the code ? Give users a message: wait for other users to close the application ?
Even if you’ll be using pentagons super-servers, but set restrictions and limits – it will also lead to errors!
Hello, I am having ths error: <>code[10-Feb-2018 13:32:04 Europe/Madrid] PHP Notice: Undefined index: seenAt in /home/hofmogfp/public_html/class/class.msg.inc.php on line 1013
Has already responded
Hello I sent you an email regarding some issues on Feb 8, kindly have a look and do the needful please
Dear,
1) “Facebook WebLogin and Facebook AppLogin” – the user is obliged to fill in the registration fields independently! “email id, gender or other things” – the user is obliged to enter independently! It’s not a mistake!
2) “While uploading image and While uploading video” – edit your config file “php.ini” and specify the correct size for uploaded files.
3) “Inapp Purchase” – you have a google account or not: it’s your problem. How to set up in-app purchases, see here: http://ifsoft.co.uk/help/how_to_add_google_in_app_purchase/
4) “After login” – See here: https://codecanyon.net/comments/16298725
This app is underpriced and overworked. I really like where it is going and wish to have it customize to fit my existing community. As a matter of fact, I would like the existing team to work with us on a contract basis of they have the time.
Alternatively, I would like to know is it easy, clean enough to hire a design team to change its layout?
I have dropped you an email, awaiting your response.
Mac
Hi,
Excuse me, but I’m not interested in additional work now.
The design uses the standard components of Android – I think that it’s very easy to change the design if you have the initial knowledge of Android Studio
Thank you for understanding. Thanks for the comment.
hot or not game?
hi,
At the moment – No. Will be added in future versions.
How do I buy a customization? wanted hot or not and voice msg
Sorry no. I do not have time.
ok when you add hot or not. I will buy
Ok, For two minutes, I’ll do it 
Okay, I’m still waiting, thank you.
When you’re ready send me your email and I’ll pay for the service. thanks
I answered your questions earlier:
“hot or not game?” – Will be added in future versions.
“How do I buy a customization?” – Sorry no. I do not have time.
sorry for the insistence but when will the new update?
If you are interested in “hot or not game” – this will not be in the next update
I’ll buy anyway, you give me more confidence of the type of this project. thanks
Hello dear team, first of all I wanna congrats you about the app – it’s really good app and I will buy the extended licence but I wanna ask you something… Is there a way to add feature only my friends to be able to see where am I… I mean, I want an option to share my location in real team only with people who are in my list with friends. Also, can you do that with a map in real team… You can see Near me app here, they have such option there to share your location in the map, and when you open the map, you can see markers with people near to you… But they also do not have friend list system. I really like your app but I need this feature. The app will be really useful for moms with kids which will be able to chat with each others and to see where the other moms are in the same moment, for them will be easy to find each others only with a click… Thank you!
Can i add more gender ??
Sorry, I do not have time to write a book for you on this topic. You need to change the code, do database correction, etc. This is a difficult question.
By the way, I’m just wondering, there are different gender categories from “man” and “woman”?
Thank you for understanding.
Where to Add new Stickers or change existing one
See “you server/stickers” dir and replace images
i addes 2 png files but didn’t show on the app >>
any code to edit ?
Dear, I wrote to you about how to replace my stickers with your own – it was your question “or change existing one”
For your question “Where to Add new Stickers” – I need to write an article, but I do not have time for it.
Thank you for understanding.
HOW TO ADD LIVE STREAM WITH CAMERA + CHAT IN LIVE STREAM
hi, i purchased app today. PHP side working perfectly but app is always error. “When loading data errror has occurred. Check your netwoek connection”
I readed documentation and all comment again again but not solved this error.
Can u check my setting ?? Thank u.
Hi,
“When loading data error has occurred. Check your network connection ”- this means that the application receives data from the server with errors.
I know several reasons, for example:
1) You made a mistake (or a typo) in the config db.inc.php
2) Specified not the correct data in the config application (Constants.java)
3) Your server does not have timezone installed
Give me your config files db.inc.php and Constants.java for testing, my email: raccoonsquare@gmail.com
Excuse me, what’s the problem ???
I used the data from your Constants.java config file in my application – everything works fine!
Please send me your test apk build my config via email…may be problem my ndroid studio thank u…
This can not be a problem with Android Studio!
Sorry, I do not generate apk for users
In my original application, in the config file Constants.java, I entered only your CLIENT_ID and API_DOMAIN (from you config Constants.java) – everything works fine.
Hello, Can you make some changes to this script as per my requirement ? If not… Will you allow us technically to add or modify functions of this app as per our requirement ? If yes, Can you tell – Which frame-work, data-base structure, api type…. you have used to make this ?
Hi, one important question, Adsense/admob has warned me about Cookie law on my Apps: https://www.cookiechoices.org/ Can you help me to add code in your app if I buy?
Dear, this is a native application, it does not use a cookie
Excuse me, I will not add this – it’s not necessary
If you need it – add it yourself.
You can describe this in the rules and policies of the application and insert the code that Google provides to display it
Thanks for the comment.
Sorry friends but yes, Admob use Cookies, Google sent me email with new rules on Play store for Adsense publisher.
Also, when registering, the user agrees with the rules and policies of the application (you must independently write rules and policies for your application). Describe the rules for using cookies in rules and policies for your application.
There is no problem and there is no violation of the Google rules.
Thanks again for the comment