It is not for chatgpt.as far as i know, nulling is only about the verification or activation mainly related to keyphrases.
for the API you should null ( no one can ) the api source such as the chatgpt API and stuff.
Correct me if i'm mistaken it cannot be nulled.It is not for chatgpt.
Are you saying API cant be nulled ?
This is what my thinking was...just simply remove the code to triggers api call. Also, reomve the code verification
Thanks for responding.you can remove the part, but if it requires an API then it wont help you. the API is external on another server, so removing that will probably make the plugin useless.
without looking at the code its impossible to tell. every code is different so there is no standard way i could tell you sorry.Thanks for responding.
My thinking was that the API was used on maybe a licensing server.
As a couple of years ago someone managed to crack the plugin, well not crack but found a work around... since then, it appears they have added an API
Out of curiosity, do you know what code i need to be looking for to activate the plugin.. I get it could be useless afterwards but i still would like to try.
just simply remove the code to triggers api call. Also, reomve the code verification
It does depend on what “activation” actually is. If it is just some licensing server check, then it can be bypassed. If it does more than that (let’s say it downloads some business logic after the activation, or it has business logic in the api only..), then it cannot be bypassed most of the time. @itz_styx gave you the best answer in the thread so far imo.Can anyone offer advise on how i can null a wordpress plugin that need an API code to activate it ?
Thank you
To null a Wordpress plugin that needs an API code, simply remove the API code from the plugin settings.
Kindly help me with autowp ai writer and rewritten, by nulling it for me.It does depend on what “activation” actually is. If it is just some licensing server check, then it can be bypassed. If it does more than that (let’s say it downloads some business logic after the activation, or it has business logic in the api only..), then it cannot be bypassed most of the time. @itz_styx gave you the best answer in the thread so farkindl
To null a WordPress plugin requiring an API code, locate and remove the API validation or license check code in the plugin’s core PHP files. You may also need to disable remote verification functions to bypass activation completely.
Thanks very much, I've never tried it before, but I will try, which code editor do you recommend I use?To null a WordPress plugin requiring an API code, locate and remove the API validation or license check code in the plugin’s core PHP files. You may also need to disable remote verification functions to bypass activation completely.