Recent content by ased2235

  1. ased2235

    how do i Remote control an app with json and volley?

    I created a Tag for Debug, You can use String "Mytag" Like this Log.i("Mytag","response: "+ response); It's should be "ads", String from JSONObject ads = result.getJSONObject(0); No put that in your Class where you extends Application more info here...
  2. ased2235

    how do i Remote control an app with json and volley?

    If you put ads=true it will turn on
  3. ased2235

    how do i Remote control an app with json and volley?

    Create a new class and add this code public class AppConfig { public static final String JSON_ARRAY = "result"; public static final String ads ="ads"; // flag for display ads public static boolean ENABLE_Ads = false; public static void getJSON(String url, Context...
  4. ased2235

    how do i Remote control an app with json and volley?

    Create a new class and add this code public class AppConfig { public static final String JSON_ARRAY = "result"; public static final String ads ="ads"; // flag for display ads public static boolean ENABLE_Ads = false; public static void getJSON(String url, Context...
  5. ased2235

    Free $1 Google Play Credit

    You may have input the wrong code, or the code may be invalid. Please try again .
  6. ased2235

    Aweber/Itunes/Google play acc giveaway

    I'd love a google play account if its still available. i can pay you via paypal
  7. ased2235

    how do i Remote control an app with json and volley?

    You want to disable ads from json right?
  8. ased2235

    Nulled envato Script

    Hi can anyone Nulled This for me please <?php namespace App\Model\Table; use Cake\ORM\Table; use Cake\ORM\TableRegistry; use Cake\Cache\Cache; class ActivationTable extends Table { public function initialize(array $config) { $this->_table = false; } public function...
  9. ased2235

    Can anyone nulled this

    so can't you help me ?
  10. ased2235

    Can anyone nulled this

    but he said he have no idea
  11. ased2235

    Can anyone nulled this

    i do like this replace $notify->addSuccess(Yii::t('app', 'Your form has been successfully saved!')); with your code but it didn't work because there is another file WelcomeController.php <?php defined('MW_INSTALLER_PATH') || exit('No direct script access allowed'); /** * WelcomeController...
  12. ased2235

    Can anyone nulled this

    mailwizz
  13. ased2235

    Can anyone nulled this

    on which file
  14. ased2235

    Can anyone nulled this

    Hi i am trying to nulled this but no luck so far. can anyone help me please here are the code that calls the license verify SettingsController.php <?php defined('MW_PATH') || exit('No direct script access allowed'); /** * SettingsController * * Handles the settings for the application *...
Back
Top