Harshmi5
New member
- Aug 10, 2020
- 14
- 0
- 1
yes find in google other website have this filedon't waste your time. i also in same situation.
yes find in google other website have this filedon't waste your time. i also in same situation.
I have resource but you dont send me passwordThen read this
DONT ASK PASSWORD UNLESS U DONT HAVE UR OWN RESOURSES (PHP/ANDROID) NOT LIKE EVANTO/VIDEOHIVE OR MOD APK UR ACCOUNT SHOULD SHOW MIN 3 RESOURSES AND YOU SHOULD POST REGULARLY DONT SIT IDLE TO GET PASSWORD
The rule is to have at least a minimum of 3 resources, not only 1.I have resource but you dont send me password
I have done everything but why my admin pannel is taking a century to load?for nulling, just install admin web ver. 12 nov 2021, then replace with the update file on 16 july21
in splash activity:
line 130:
replace with this code to bypass:
Code:public void onEnd(String success, String verifyStatus, String message) { //put value current version of app String version = ""; if(Constant.showUpdateDialog && !Constant.appVersion.equals(version)) { methods.showUpdateAlert(Constant.appUpdateMsg, true); } else { dbHelper.addtoAbout(); openLoginActivity(); } }
or try this one:
Code:public void onEnd(String success, String verifyStatus, String message) { String version = ""; try { PackageInfo pInfo = getPackageManager().getPackageInfo(getPackageName(), 0); version = String.valueOf(pInfo.versionCode); } catch (PackageManager.NameNotFoundException e) { e.printStackTrace(); } if(Constant.showUpdateDialog && !Constant.appVersion.equals(version)) { methods.showUpdateAlert(Constant.appUpdateMsg, true); } else { dbHelper.addtoAbout(); openLoginActivity(); } }
![]()
Hi, i need password. PleaseNB: DONT ASK PASSWORD UNLESS U DONT HAVE UR OWN RESOURSES (PHP/ANDROID) NOT LIKE EVANTO/VIDEOHIVE OR MOD APK UR ACCOUNT SHOULD SHOW MIN 3 RESOURSES AND YOU SHOULD POST REGULARLY DONT SIT IDLE TO GET PASSWORD
The link is broken
Please upload again
Mega Link is not working please update..update pls
Change Log
26-May-2022
Android Side
- Updated SDK and Libraries
- Supports Android 12
- Added Support For StartIO/StartApp Ads (Banner/Interstitial/Native)
- Added Support For Applovin Ads (Banner/Interstitial/Native)
- Fixed Bugs
- Document Updated
Admin Side
- Manage Startapp Ads (Banner/Interstitial/Native)
- Manage Applovins Ads (Banner/Interstitial/Native)
- Document Updated
- Bug fixed