Binder - Dating clone App with admin panel - Android

Binder - Dating clone App with admin panel - Android v20.3

No permission to download

mohammad25

Member
May 4, 2019
29
16
8
There is a problem with the date of birth that appears as a question mark and when you press the date the app stops

Screenshot_٢٠٢٠٠٦١٤-٠٦١٨٥٤.png
 

blcsilva

Member
Apr 22, 2020
38
6
8
I solved the problem like this

I moved portal folder to folder API

in Variables (Android Studio)
public static String domain="xxxxxx/API/index.php?p=";
public static String image_base_url="xxxxxxxxxx/API/";

in config

$baseurl_domain = "xxxxxx.xxx";
$firebaseget_Db_URL = "xxxxxxxx";
$baseurl = $baseurl_domain."/API/index.php?p=";
$firebaseDb_URL = $firebaseget_Db_URL;
$ImageBaseurl = $baseurl_domain."/API/images/";
Could you signal the path to the variable in Android Studio? Your solution was cleaner than mine.
 

blcsilva

Member
Apr 22, 2020
38
6
8
There is a problem with the date of birth that appears as a question mark and when you press the date the app stops

Screenshot_٢٠٢٠٠٦١٤-٠٦١٨٥٤.png
Without error gere.
Your PHP Version?
 

Attachments

  • Screenshot_20200615-005657_Te Quero - Encontros.jpg
    Screenshot_20200615-005657_Te Quero - Encontros.jpg
    99.6 KB · Views: 38

mohammad25

Member
May 4, 2019
29
16
8
Could you signal the path to the variable in Android Studio? Your solution was cleaner than mine.

yes in Variables line 122 and 123
public static String domain="xxxxxx/API/index.php?p=";
public static String image_base_url="xxxxxxxxxx/API/";
 
  • Like
Reactions: blcsilva

arkobd

Active member
Sep 8, 2018
466
78
28
I had the same problem:
Review the following settings:
API/config.php

// firebase database link
$ firebaseDb_URL = "https://firebase-db-URL-here.com/Match";
$ firebaseDb_URL_MainDb = "https://firebase-db-URL-here.com/";


// database configration
$ servername = "localhost";
$ database = "xxxxxxxx";
$ username = "xxxxxxxx";
$ password = "xxxxxxxx";

*************************************
portal/config.php
$baseurl = "https://xxxxxxxxxx/API/index.php?p=";
$firebaseDb_URL= "https://xxxxxxxxx.firebaseio.com/";
$ImageBaseurl = "http://xxxxxxxxr/portal/uploads/";
*******************************************

I made some changes with reference to the version 13.9 panel.
Thank you so much for your guide and help bro.
Now the demo data are showing on the admin panel.
I'd uploaded the admin panel on subdomain and it's working fine.but i am facing problem on app.it's not connecting.
here is the some images and details of them.

Am i doing something wrong here bro?
Can you plz help me out?

Regards-
 

Attachments

  • Screenshot_2.png
    Screenshot_2.png
    36.9 KB · Views: 52
  • Screenshot_20201216-105423_Mingle.jpg
    Screenshot_20201216-105423_Mingle.jpg
    542.3 KB · Views: 54

gerek

Member
Jul 25, 2020
49
61
18
Did the author stop updating the app? I received a notification from Google about Google Pay Billing being out of date.
 

sarvodayhosting

New member
Jan 24, 2021
0
0
0
Thanks for listening.
This is the default definition:
compileSdkVersion 29

defaultConfig {
applicationId "xxx.xxxxxxxxx.xxxxx"
minSdkVersion 21
targetSdkVersion 29
versionCode 47
versionName "15.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

}

Gradle 5.1.1
Following this configuration I managed to compile the application, but there was an error in the video call and voice call.
I had done a clean install for this project.
can you install this?
 

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