Code

Discussion on Dating App - web version, iOS and Android apps

Discussion on Dating App - web version, iOS and Android apps

Cart 1,561 sales
Recently Updated

3697 comments found.

[22-Dec-2024 14:21:35 UTC] PHP Warning: Undefined array key “pl_enabled” in /home//public_html//html/main.inc.php on line 193 [22-Dec-2024 14:21:35 UTC] PHP Warning: Trying to access array offset on value of type null in /home//public_html//html/main.inc.php on line 193 [22-Dec-2024 15:14:07 UTC] PHP Warning: Trying to access array offset on value of type null in /home//public_html//sys/class/class.gcm.inc.php on line 206 [22-Dec-2024 15:14:07 UTC] PHP Warning: Trying to access array offset on value of type null in /home//public_html//sys/class/class.gcm.inc.php on line 211 [22-Dec-2024 15:14:07 UTC] PHP Warning: Trying to access array offset on value of type null in /home//public_html//sys/class/class.gcm.inc.php on line 155

do you use google_api_key, should it be done by service account key json file.

$headers = array(
           'Authorization: key=' . GOOGLE_API_KEY,
           'Content-Type: application/json'
       );

Hello. I change my server, now I have this error:

Error. Read below:

Invalid response from verifying purchase code envato server. Try later.

full source code with database configuration?

Hi,

Yes, full source code.

What do you mean by “with database configuration”?? sql file?

Yes what type of database for backend? Sql, firebase?

Hi, is it possible to add / change / remove profile fields?

Hi, could you please add crypto gateway like nowpayments.io to the payment gateways in next update as Stripe is not allowed globally and also Paystack is limited to Africa??

If I’m speaking the mind of everyone the site should have at least 3 different payment gateways including PayPal, Stribe, Paystack and Nowpayment for crypto.

And again SAFETYNET is now Deprecated for App check, could you please update to Play Integrity as Google does not allow new users to use SAFETYNET anymore so Google sign-in is not working

Is cryptocurrency allowed in all countries, is it global???

Or do I need to integrate 100,000,000 payment services into the app for it to be global??

Well a 100,000,000 would have been awesome but nobody needs that, that’s why I suggested just the 3, this will allow everyone to have an option that works for them. Please consider the crypto gateway too. Thanks You the best.

Hi, why is the PUSH NOTIFICATIONS from Admin not working? Status Always result to FAILURE and I’ve been sending you emails over and over and you never respond.

The PUSH NOTIFICATION option from Admin is not working at all and I can’t find the solution

I hope this message finds you well. I am reaching out regarding some challenges with the payment integration options for the matchmaking website.

Key Issues: Stripe Restriction: Stripe has paused payments for the website, citing that matchmaking sites fall under their restricted businesses. You can review their policy here, https://stripe.com/legal/restricted-businesses and I’ve included feedback from Stripe for reference: Stripe Feedback Screenshot. https://paste.pics/SIG87

Paystack Limitation:

Paystack is not available in the USA, where the client primarily operates. The documentation provided doesn’t include instructions for integrating the Paystack API, only how to create an account and retrieve the API keys. Request: Could you please:

Provide alternative payment gateway options that are suitable for matchmaking websites and operate globally, including in the USA. Suggestions like PayPal, Authorize.Net, or other widely accepted gateways would be helpful. Update the documentation to include detailed steps for integrating the Paystack API (or any alternative gateway). A comprehensive guide would be beneficial for troubleshooting and ensuring smooth integration. Your assistance on this would be greatly appreciated. Let me know if you need any additional details or clarification.

Looking forward to your response.

I came to say Thank you for listening. Your efforts are well appreciated. Cheers

Good day. I trust you are well. I want to thank you for adding the paypal payment option. I have created the app and I am ready to add the client ID and Secret key but I have looked all through the admin panel and I can’t find the Payments Settings as point 4 in the documentation instructs. I have updated the code to the latest version. Please assist and point me in the right direction. Thank you. Regards

No need to respond. I have seen where I erred. Fixed. Thanks. But I would really need your thoughts on is why any changes I make in the admin panel doesn’t get submitted to the database. For example, if I create a new admin or set PayPal to ENABLE, it doesn’t reflect upon reload. If save or reload the page, the changes I made are reverted.

Hello I sent you email regarding the update.

Hello. After last update, message chat is empty when I open it at the app. Anybody can help me please?

Dear,

Not a single line of code was touched in the chat and messages function! This function was not changed in the last update!

I have seen for several years now that you personally have “fantastic errors” after each update…

I know problem is not with you update, function is not touch. Just want to know if somebody can help me… or I can pay you to check the DB please.

Hi, Please check your mail. I sent you an image showing the error I encountered when I opened the SC on Xcode

Please check your email and confirm please to me

What’s the difference between the enhanced iOS version app and the iOS app here?

Hi,

For example, the Enhanced version has features such as Hot Game and Spotlight, improved design and more.

which php extensions need to be activated in php my site is returning an error when I try to activate a function with currency

mine and the hostinger.com

hostinger is a good hosting – many people use it and my scripts work on it without problems. hostinger (like godaddy) does not require any additional settings for my scripts – just upload files to the server and configure the config db.inc.php

Try contacting support, because this is a problem with .htaccess and mod_rewrite

I saw this tutorial but only for VPS host with SSH

but my host is shared

https://www.hostinger.com.br/tutoriais/configurar-mod-rewrite

Hi. I can’t install. Please unlink my domain. Thank you!

Thank you!

Unlink my domain

unlink my domain please

Hi,

unlinked

Hi, could you update the demo on play store, so we could see how the app changed before aplying the updates? Thanks in advance

Hi,

Now the current version is published in Google Play

hi, google cloud vision api is not working on 6.9 version or i couldnt set up. it was working on 6.8 version. cloud messaging is working with same json code. is this related to that issue, how could i make it work google cloud vision again. error: HP Fatal error: Uncaught InvalidArgumentException: file ”” does not exist in /home//public_html/.*.com/sys/addons/vendor/google/apiclient/src/Client.php:983

this is the function on client.php(line 983) does not work i think:

public function setAuthConfigFile($file) { $this->setAuthConfig($file); }

/
 * Set the auth config from new or deprecated JSON config.
 * This structure should match the file downloaded from
 * the "Download JSON" button on in the Google Developer
 * Console.
 * @param string|array $config the configuration json
 * @throws \Google\Exception
 */
public function setAuthConfig($config)
{
    if (is_string($config)) {
        if (!file_exists($config)) {
            throw new InvalidArgumentException(sprintf('file "%s" does not exist', $config));
        }
}
$json = file_get_contents($config);
}
if (!$config = json_decode($json, true)) {
    throw new LogicException('invalid json for auth config');
}
$key = isset($config['installed']) ? 'installed' : 'web';
if (isset($config['type']) && $config['type'] == 'service_account') {
    // application default credentials
    $this->useApplicationDefaultCredentials();
} elseif (isset($config[$key])) {
    // old-style
    $this->setClientId($config$key);
    $this->setClientSecret($config$key);
    if (isset($config$key)) {
        $this->setRedirectUri($config$key[0]);
    }
} else {
    // new-style
    $this->setClientId($config['client_id']);
    $this->setClientSecret($config['client_secret']);
    if (isset($config['redirect_uris'])) {
        $this->setRedirectUri($config'redirect_uris');
    }
}
// set the information from the config
$this->setClientId($config['client_id']);
$this->config['client_email'] = $config['client_email'];
$this->config['signing_key'] = $config['private_key'];
$this->config['signing_algorithm'] = 'HS256';

There might be a problem with your json file, which you should upload to your server after setting up the Firebase project (Service account file)

messaging works, service account works, just does not work for google cloud vision api

Hi,

This error is about the connection with the service account file – today I forgot to upload the service file to the server and got the same error.

Delete all *.json files from the “js/firebase” directory and upload the correct service account file to this directory

Thank you very much for the latest update; everything is working perfectly, and I had been eagerly awaiting it! I have a small suggestion, and I hope you’ll consider it.

Would it be possible to modify the Google login method to make it similar to the standard registration process? This way, users can add a profile picture and some additional details before their account is confirmed and registered.

I believe this would improve the quality of account data and make the experience more personalized.

Thanks again for your fantastic efforts!

Best regards

Hi,

As you describe – this was the registration with Google Login initially, but most users and Apple moderators do not understand that this is good. Therefore, registration with Google Login was made instantaneous.

Please reply to the support email I sent about you trying the photo upload yourself on my site so you can see it is NOT working as I stated. Also reply about what files to edit for certain things I asked!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Cloud Vision is setup in the google console and photos still do not show up/upload.

If there is not going to be any support for this script and app then please just refund me and I will buy something else that does work properly. Thank you!

Hi,

I see that after uploading the file to your server – your server sends a response that contains unnecessary text (I attach a link to the screenshot: https://ibb.co/b59JNhQ ).. I think that you configured something incorrectly or made a typo somewhere, so there is an error text in the response from the server.

For details, you need to look at the error log of your server

Hi I’m still getting so much error running Rebuild Project on the Android version, most of them I’ve sent to your email but no response. ‍♂️

Hi,

Please download the new update and make the update

Please the Android in-App notifications are not working, I’ve sent emails again and again with no response

Was the following fixed?

  • Can’t add photos/videos in users gallery
  • Can’t add amins or mods in thew admin panel
  • Spotlight not showing up at the top of the page in the web version

Thanks! :)

I just tested the functions you described in the app and on the website and I don’t see any problems with their operation.

Go to the email I sent before and use the url in it for the site. Signup and try the features for the user. I did get the admin to add. I figured out your script doesn’t allow any chars in usernames or passwords (IE: ! @ # % *) and etc. Passwords are way more secure, especially for admins when you can use chars lol

In this case, the password is not a problem, because the administrator and user accounts are not merged! And the data is in different tables of the database! Do you provide a link to authorization in the admin panel to your users?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey