How Can I Use $wpdb in PayPal IPN file?

Use the ajax api: http://codex.wordpress.org/AJAX_in_Plugins If you let all your ajax calls go through this you will have access to all WP functions. Also take a look at these: http://www.james-vandyne.com/process-paypal-ipn-requests-through-wordpress/ http://wordpress.org/extend/plugins/paypal-framework/ Don’t know if what you want is in there, but worth a look.

Plugins to Enable Subscriptions of Digital Assets?

For digital assets subscriptions most people are using Membership Plugins. There are free membership plugins and commercial membership plugins, and the ones IMO with the most traction (i.e. users and support) seem to be the commercial plugins. List of Membership and Content Protection Plugins Here are a list of membership plugins that I’ve found from … Read more

Submitting post to database then redirecting to paypal

Not sure how I ran into this question one year later, but since it is unanswered… Instead of self-submitting the form and then redirecting to Paypal, you can instead have the paypal url as your form’s action, but use Ajax to save the form data before the form is submitted to Paypal. You can also … Read more

Plugin for event management? [closed]

This one is the best I know of: Event Calendar / Scheduler The main features include: Day/Week/Month/Year/Agenda view + ability to create custom view Drag-n-drop support to configure event date and time Customizable appearance Single/multi-days events (daily, weekly, monthly or yearly basis) Customizable time scale Recurring events Multilingual

How to change or add Woocommerce thank you page URL key content?

you can edit the return url woocommerce provides to gateways by using the filter woocommerce_get_return_url some gateway plugins use a different method to get return url by invoking $order->get_checkout_order_received_url() ; which applies the filter woocommerce_get_checkout_order_received_url an example would be like : add_filter(‘woocommerce_get_return_url’,’override_return_url’,10,2); function override_return_url($return_url,$order){ //create empty array to store url parameters in $sku_list = array(); … Read more

Paypal IPN Verification Postback with HTTPS

hostname If OpenSSL support is installed, you may prefix the hostname with either ssl:// or tls:// to use an SSL or TLS client connection over TCP/IP to connect to the remote host. http://www.php.net/fsockopen The port would also need to change to 443. So: https:// would not work because you’re opening a socket, which is a low-level transport. HTTP is an application level protocol on … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)