Binder - Dating clone App with admin panel - Android

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

No permission to download

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
White Devil submitted a new resource:

Binder - Dating clone App with admin panel - Android - android, chat, dating, dating app, dating application, dating network, facebook, friends, ios, mess

binder small cover design-01.jpg

Binder is a more reliable Binder clone App and professionally constructed as an alternative to the Binder dating service.Find your perfect partner with this Binder app & let the relationship bloom into a harmony.


Features
  • Facebook/Google Integration: Sign in with Facebook/Google makes the account registration hassle-free. It also helps provide the user a more personalized experience.
  • Phone: Users...

Read more about this resource...
 

blcsilva

Member
Apr 22, 2020
38
6
8
Esteemed,
Can someone help me with this error?
android Resource link failed:
"
<declare-styleable name="VideoView"><attr name="mirror"/><attr name="scaleType"/><attr name="overlaySurface"/></declare-styleable>
"
 

blcsilva

Member
Apr 22, 2020
38
6
8
I come to thank you for posting, the software is functional.
I installed the panel and compiled the application, the only function that has been presenting problems is the video call and voice call, but it is related to the dependencies and I have had difficulties to identify the correct version, can someone help me?
 
  • Like
Reactions: White Devil

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
I come to thank you for posting, the software is functional.
I installed the panel and compiled the application, the only function that has been presenting problems is the video call and voice call, but it is related to the dependencies and I have had difficulties to identify the correct version, can someone help me?
may be its snitch issue
 

NostraDamus

Active member
May 14, 2020
398
117
43
Sunny Beach
nostry.xyz
I come to thank you for posting, the software is functional.
I installed the panel and compiled the application, the only function that has been presenting problems is the video call and voice call, but it is related to the dependencies and I have had difficulties to identify the correct version, can someone help me?
Which version of the package was the default and which one are you trying to install?
 

blcsilva

Member
Apr 22, 2020
38
6
8
Which version of the package was the default and which one are you trying to install?
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.
 

NostraDamus

Active member
May 14, 2020
398
117
43
Sunny Beach
nostry.xyz
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.
Who is the video call provider and is ssl installed?
If the build went well, it might not be the app!
 

blcsilva

Member
Apr 22, 2020
38
6
8
Who is the video call provider and is ssl installed?
If the build went well, it might not be the app!
Who is the video call provider and is ssl installed?
If the construction went well, it may not be the app!

I'm using Twilio, I made the necessary access to the Token Server and I have an ssl certificate.

The application is working well, I'm sure I made a mistake in the process, I'm reviewing it here.
I am grateful for the attention.
 

blcsilva

Member
Apr 22, 2020
38
6
8
Esteemed,
I reviewed the settings and identified an error in the twillio configuration process, I was successful in configuring the application.
grateful for the support.
Anyone who is having problems and wants to take any questions I am available.
 
  • Like
Reactions: amit338

blcsilva

Member
Apr 22, 2020
38
6
8
089.png
Guys, why does the admin panel appear like this? Can anyone help me?
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.
 
  • Like
Reactions: amit338

blcsilva

Member
Apr 22, 2020
38
6
8
Esteemed,
Continuing the tests of the application, I identified that an error occurs when I upload profile photos in the application.
Having set the path in $ ImageBaseurl =, but the file when created appears in the "API / images."
****************
Trying a workaround in the "API / index.php" file
in function "function uploadImages ()" line 643 I modified the var $ imageURl = "images /".$ fileName.". jpg "; pointing to the directory referenced in $ ImageBaseurl =, I can see the image in the panel in review images, but when I try to approve it returns the 404 error.

If someone managed to get around this situation, please flag it.
 

blcsilva

Member
Apr 22, 2020
38
6
8
Esteemed,
After a few hours trying to solve the problem of image files I got resolution as follows.
Transfer the port folder into the API folder:
"API / portal"
I edited the config "portal/config" as follows:
$ baseurl_domain = "xxxxxxxx";
$ firebaseget_Db_URL = "xxxxxx";
$ baseurl = $ baseurl_domain. "/API/index.php? p =";
$ firebaseDb_URL = $ firebaseget_Db_URL;
$ ImageBaseurl = $ baseurl_domain. "/API/images/";

I created the images folder inside the portal directory.
As the script was generating an error and writing the image files to the API / images directory, I ran the following command on ssh:

ln -s / xxxxxxx / public_html / API / images / home / xxxxxxxxxx / public_html / API / portal /

sucesso_01.png

photo5130027973817247902.jpg
 
  • Like
Reactions: amit338

mohammad25

Member
May 4, 2019
29
16
8
Esteemed,
After a few hours trying to solve the problem of image files I got resolution as follows.
Transfer the port folder into the API folder:
"API / portal"
I edited the config "portal/config" as follows:
$ baseurl_domain = "xxxxxxxx";
$ firebaseget_Db_URL = "xxxxxx";
$ baseurl = $ baseurl_domain. "/API/index.php? p =";
$ firebaseDb_URL = $ firebaseget_Db_URL;
$ ImageBaseurl = $ baseurl_domain. "/API/images/";

I created the images folder inside the portal directory.
As the script was generating an error and writing the image files to the API / images directory, I ran the following command on ssh:

ln -s / xxxxxxx / public_html / API / images / home / xxxxxxxxxx / public_html / API / portal /

sucesso_01.png

photo5130027973817247902.jpg

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/";
 
  • Like
Reactions: amit338

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