how can I login the wp admin panel with the cpanel
I want to login the wp admin panel. I have the cpanel info but lost the wp admin password and I can`t reset the password too by using the email access. How can I solve this?
I want to login the wp admin panel. I have the cpanel info but lost the wp admin password and I can`t reset the password too by using the email access. How can I solve this?
I'm making a shopify app that uses script tags and I need to make an ajax call to our server to get the information needed about the shop. Everything was working great until my colleague made me notice that it…
I'm having trouble to send a serialized form through ajax to a php file. I can see the string on the client side, but on the server side I receive an empty array. I'm trying to save the form data…
Basically my question is similar to this one: How to secure php scripts? with one slight difference, the other side is Shopify. Background info: Shopify user bought some credits (Audible style), and wants to know how many he has available.…
I call an AJAX to check DB if there is new notif every 3 or 10 seconds with the same query from 4 different browsers at the same time. But at some point after loop 100+, the server returns Error…
Whenever I send a request to my server App proxy sends it to Shopify store for no reason. My Proxy URL: https://example.com/test/public/action But I get this request returned from Ajax GET https://apiahmadztest.myshopify.com/action?shop=apiahmadztest.myshopify.com&path_prefix=%2Fapps%2Ffilter×tamp=155579128&signature=9ceb23e244545faf5ad65f36b1196e6cfba57c9088a7d7dde96978970d 404 (Not Found) Why it didn't send it…
I'm currently building a live-feed of Twitter posts. I successfully pull in new tweets using an interval of 10 seconds, the new tweets pop up immediately. However, I am displaying the time since the tweet has been created, e.g. "24…
GET /admin/products.json?collection_id=841564295 $.getJSON("/admin/products.json?collection_id=841564295", function(productData) { console.log(productData); }); using this code i'm getting all the products in a collection by collection id.... only if i'm logged in as admin.. if i'm not loggedin there is no response but "Status Code:303 See…
I make a request in ajax at the click of the button passing the id of a product to a controller and it passes to the helper. In the helper, through this id of the product I add it to…
Hi I am using one AJAX function for 7 API sync calls so that I tried this code: <a href="javascript:void(0)" class="sync-commands" data-name="order-sync" >Shopify Order Sync</a> <a href="javascript:void(0)" class="sync-commands" data-name="shopify.order.sync">Shopify Product</a> and in ajax call, I am using this code: $('.sync-commands').on('click',…