19.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

06-06-2017, 05:48 PM
Post: #31
RE: [GET] Launched tomorrow : WPDigiPro
(06-06-2017 05:32 PM)Superslash Wrote:  sorry dude, not mean to arguing here..but i have try your methode but i can not find it and not result anything

Its not a problem.

Here is the relevant screen dump of the commands I used to find the files that contain the variables you need to change.

Magic Button :
Code:
[root@centos6 plugins]# cd wpdigipro
[root@centos6 wpdigipro]# ls
assets         index.php  readme.txt                wpdigipro.php
changelog.txt  languages  wpdigipro-controller.php
includes       libraries  wpdigipro-import.php
[root@centos6 wpdigipro]# grep https *
grep: assets: Is a directory
grep: includes: Is a directory
grep: languages: Is a directory
grep: libraries: Is a directory
readme.txt:License to use this plugin is being given ONLY to the users who have bought this from https://WPDigiPro.com 's official website.
wpdigipro.php:* Plugin URI: https://wpdigipro.com/
wpdigipro.php:* Author URI: https://ommune.com/
[root@centos6 wpdigipro]# grep https */*
grep: assets/css: Is a directory
grep: assets/fonts: Is a directory
grep: assets/graph: Is a directory
grep: assets/images: Is a directory
grep: assets/js: Is a directory
grep: includes/adapters: Is a directory
grep: includes/listeners: Is a directory
grep: includes/templates: Is a directory
includes/wpdigipro-actions.php:        $document_link = 'https://wpdigipro.com/documentation/';
includes/wpdigipro-actions.php:        $document_link = 'https://wpdigipro.com/helpdesk';
includes/wpdigipro-front-model.php:        if (substr($url, 0, 8) == 'https://') { $url = substr($url, 8); }
includes/wpdigipro-includes.php:$wpdigipro_main_url = 'https://wpdigipro.com';
includes/wpdigipro-model.php:        $url = 'https://www.gravatar.com/avatar/';$url .= md5(strtolower(trim($email)));$url .= "?s=$s&d=$d&r=$r";
includes/wpdigipro-model.php:                $checkout_url = 'https://www.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:                $checkout_url = 'https://sandbox.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:                $checkout_url = 'https://www.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:                $checkout_url = 'https://sandbox.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:    *   Create short url for the use display short url (e.g. https://wpdigipro.com/images/new...png)
includes/wpdigipro-model.php:        $html = '<div class="powered-by"><p>'.$name. ' <a href="https://wpdigipro.com" class="" target="_blank">'.$link.'</a></p></div>';
includes/wpdigipro-paypal-configuration.php:    $paypal_api_url = 'https://api-3t.paypal.com/nvp';
includes/wpdigipro-paypal-configuration.php:    $wpdigipro_paypal_url = 'https://www.paypal.com/cgi-bin/webscr';
includes/wpdigipro-paypal-configuration.php:    $paypal_api_url = 'https://api-3t.sandbox.paypal.com/nvp';
includes/wpdigipro-paypal-configuration.php:    $wpdigipro_paypal_url = 'https://www.sandbox.paypal.com/cgi-bin/webscr';
grep: libraries/2checkout: Is a directory
grep: libraries/paypal-listener: Is a directory
grep: libraries/wpdigipro-sql: Is a directory
[root@centos6 wpdigipro]# grep https includes/wpdigipro-includes.php
$wpdigipro_main_url = 'https://wpdigipro.com';
[root@centos6 wpdigipro]# grep -B 1 https includes/wpdigipro-includes.php
$wpdigipro_main_refrence_id = 2387;
$wpdigipro_main_url = 'https://wpdigipro.com';
[root@centos6 wpdigipro]#

They change the names of the variables in the different plugin files but the license server always stays that same. That is the needle we are looking for in this haystack. Once we find that we can easily locate the other variable because it is always one line up.
My dad died when we couldn't remember his blood type. As he died, he kept insisting for us to "be positive," but it's hard without him. Mad Slap
06-06-2017, 06:20 PM
Post: #32
RE: [GET] Launched tomorrow : WPDigiPro
(06-06-2017 05:48 PM)trajek Wrote:  
(06-06-2017 05:32 PM)Superslash Wrote:  sorry dude, not mean to arguing here..but i have try your methode but i can not find it and not result anything

Its not a problem.

Here is the relevant screen dump of the commands I used to find the files that contain the variables you need to change.

Magic Button :
Code:
[root@centos6 plugins]# cd wpdigipro
[root@centos6 wpdigipro]# ls
assets         index.php  readme.txt                wpdigipro.php
changelog.txt  languages  wpdigipro-controller.php
includes       libraries  wpdigipro-import.php
[root@centos6 wpdigipro]# grep https *
grep: assets: Is a directory
grep: includes: Is a directory
grep: languages: Is a directory
grep: libraries: Is a directory
readme.txt:License to use this plugin is being given ONLY to the users who have bought this from https://WPDigiPro.com 's official website.
wpdigipro.php:* Plugin URI: https://wpdigipro.com/
wpdigipro.php:* Author URI: https://ommune.com/
[root@centos6 wpdigipro]# grep https */*
grep: assets/css: Is a directory
grep: assets/fonts: Is a directory
grep: assets/graph: Is a directory
grep: assets/images: Is a directory
grep: assets/js: Is a directory
grep: includes/adapters: Is a directory
grep: includes/listeners: Is a directory
grep: includes/templates: Is a directory
includes/wpdigipro-actions.php:        $document_link = 'https://wpdigipro.com/documentation/';
includes/wpdigipro-actions.php:        $document_link = 'https://wpdigipro.com/helpdesk';
includes/wpdigipro-front-model.php:        if (substr($url, 0, 8) == 'https://') { $url = substr($url, 8); }
includes/wpdigipro-includes.php:$wpdigipro_main_url = 'https://wpdigipro.com';
includes/wpdigipro-model.php:        $url = 'https://www.gravatar.com/avatar/';$url .= md5(strtolower(trim($email)));$url .= "?s=$s&d=$d&r=$r";
includes/wpdigipro-model.php:                $checkout_url = 'https://www.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:                $checkout_url = 'https://sandbox.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:                $checkout_url = 'https://www.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:                $checkout_url = 'https://sandbox.2checkout.com/checkout/purchase';
includes/wpdigipro-model.php:    *   Create short url for the use display short url (e.g. https://wpdigipro.com/images/new...png)
includes/wpdigipro-model.php:        $html = '<div class="powered-by"><p>'.$name. ' <a href="https://wpdigipro.com" class="" target="_blank">'.$link.'</a></p></div>';
includes/wpdigipro-paypal-configuration.php:    $paypal_api_url = 'https://api-3t.paypal.com/nvp';
includes/wpdigipro-paypal-configuration.php:    $wpdigipro_paypal_url = 'https://www.paypal.com/cgi-bin/webscr';
includes/wpdigipro-paypal-configuration.php:    $paypal_api_url = 'https://api-3t.sandbox.paypal.com/nvp';
includes/wpdigipro-paypal-configuration.php:    $wpdigipro_paypal_url = 'https://www.sandbox.paypal.com/cgi-bin/webscr';
grep: libraries/2checkout: Is a directory
grep: libraries/paypal-listener: Is a directory
grep: libraries/wpdigipro-sql: Is a directory
[root@centos6 wpdigipro]# grep https includes/wpdigipro-includes.php
$wpdigipro_main_url = 'https://wpdigipro.com';
[root@centos6 wpdigipro]# grep -B 1 https includes/wpdigipro-includes.php
$wpdigipro_main_refrence_id = 2387;
$wpdigipro_main_url = 'https://wpdigipro.com';
[root@centos6 wpdigipro]#

They change the names of the variables in the different plugin files but the license server always stays that same. That is the needle we are looking for in this haystack. Once we find that we can easily locate the other variable because it is always one line up.

yup..i am nulling this with same methode as your but in different version.

first, find the server code and looking for by pass the password/license so we do not need the license anymore rather than fake license code

as you can see on my nulled version, it doesnt need license key

thanks for nice info, add repp for you
Sharing a knowlegde is not a crime..
06-07-2017, 12:08 PM
Post: #33
RE: [GET] Launched tomorrow : WPDigiPro
this plugin is sucks..not worth it
the owner has got many garbage product

as you can see, he is selling a plugin that make everybody can selling online but his poduct is get downloaded by free..event its need license code it can nulled in blink of my eyes

honestly, i am not a codder or programmer just want to contributte for this forum
save your monney from wasting time using scrap product like this

but if you helped to use this, then buy the original product to support the owner/developer

by the way..
i still wait some review about this plugin from you all

is it that worth it as sold from $97-$197

Happydance
Mad Slap
Sharing a knowlegde is not a crime..
06-08-2017, 01:00 AM
Post: #34
RE: [GET] Launched tomorrow : WPDigiPro
Thank you your explanation!!
Reps+

(06-07-2017 12:08 PM)Superslash Wrote:  this plugin is sucks..not worth it
the owner has got many garbage product

as you can see, he is selling a plugin that make everybody can selling online but his poduct is get downloaded by free..event its need license code it can nulled in blink of my eyes

honestly, i am not a codder or programmer just want to contributte for this forum
save your monney from wasting time using scrap product like this

but if you helped to use this, then buy the original product to support the owner/developer

by the way..
i still wait some review about this plugin from you all

is it that worth it as sold from $97-$197

Happydance
Mad Slap
06-08-2017, 04:45 AM
Post: #35
RE: [GET] Launched tomorrow : WPDigiPro
Solrac..if you had used this plugin
Give me some review from your own
I still not believe this crap sold $97
What is the special???
78.gif
06-08-2017, 06:35 PM
Post: #36
RE: [GET] Launched tomorrow : WPDigiPro
Thanks for sharing.
06-09-2017, 02:49 PM
Post: #37
RE: [GET] Launched tomorrow : WPDigiPro
it show error. how can i fix it. thanks

Could not extract file from archive. wpdigipro - nuled/assets/css/front/wpdigipro-front-dashboard.css

(06-06-2017 07:27 AM)inquisitor Wrote:  Thank you for nulling this plugin BUT..

The mediafire download link is set to Private..


Regards.. Smile


(06-06-2017 06:49 AM)Superslash Wrote:  Here is my nulled version..


Give me a Repp for Thanks and Friendship

Wp DigiPro Unlimited License - No need License key anymore
Code:
http://www.mediafire.com/file/kcyxpqq75b8a5wk/wpdigipro_-_nuled.zip

Password
Code:
as usual guys..

and here is the VirusTotal Scan result - its clean!
Code:
https://www.virustotal.com/sv/file/fe9bc57083639a649972d51f3ae07ffb02e5ec23c8ae4b88d6cd36f13833b3e1/analysis/1496695282/

need review from you all...for me this plugin is sucks!!

Why?

it does not look like as the offer on sales page,
some add on not works ( i have not done 100% tested the add on all )
consuming time for nulled the main plugin

contact me if the plugin doesnt work..
i will nulled again for you, just give max repp for my [/code]effort
06-13-2017, 08:30 PM
Post: #38
RE: [GET] Launched tomorrow : WPDigiPro
Its still works..
Css code doesnt effect on anything..
But thanks,i will see if there is a problem
Pm me, and give some.screen shot of your problems
07-27-2017, 03:15 PM (This post was last modified: 07-27-2017 03:16 PM by MrCricket.)
Post: #39
RE: [GET] Launched tomorrow : WPDigiPro
Hello Superslash,
Maxs reps added!

I will try out later.
If it works I'll definitely give a review!
=)

trajek, reps for you as well.

Cheers,
MrCricket
08-26-2017, 09:07 AM (This post was last modified: 08-26-2017 10:43 AM by berlinerin.)
Post: #40
RE: [GET] Launched tomorrow : WPDigiPro
So is this working or not? no review.

Now it is August. and in the link
Code:
https://wpdigipro.com/wp-content/uploads/
ist new Content from them. (08/2017)

Can someone give the license Key and nulled Version for wpdigipro multi "agency" or "40 domains" or something like this and for all the Addons there.

Is it possible?
Would be very good.
Thank you
60.gif
____________________________________________________________
✨⭐⭐️️Heart⭐⭐️️✨
____________________________________________________________

✨ OPEN A NEW ETSY SHOP WITH THIS FREE 40 LISTINGS
FOR 4 MONTH! https://etsy.me/3MVv7ZI




68.gif