|
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Topics - diegolyanky
Pages: [1]
1
« on: April 21, 2019, 10:05:31 am »
Hi to everyone:
I have a table called smf_seller_view_log ...
Can I empty it without problems? In the interface I have configured so that it does NOT count the impressions, but it continues doing it and the table that already weighs almost 1 GB lol
Thanks !!
2
« on: November 26, 2018, 10:22:38 am »
Hi:
I have upgraded from SMF 1.1.x to 2.0.x and updated the SMFSTORE to the latest version. Behold, the subscriptions created in version 1.x of SMFStore point to storeipn.php and the new version works on storeipn2.php
Now, I have been able to modify the URL of the new IPN in PayPal, but this will only work with the "new subscriptions" and will not work with the subscriptions already created in the previous version.
I need to create a rule in my apache (I have a dedicated server, it is not rented hosting) so I think I would need to redirect from my .htaccess so that all requests sent to storeipn.php are redirected to storeipn2.php
I have read about using the method $ POST (307) in the rule, but I do not know how it would be.
Could you help me with this problem? ... Since I can not modify the notifications of the subscriptions already created.
Of course, thank you!
3
« on: August 16, 2018, 09:05:24 pm »
How can I make the ADS show at the beginning of the first post and not at the end of the post? That is to say, I want the message that is normally shown in the first post, to do so at the beginning of the POST and not at the last. What should I modify? Thank you !!! P.D: Very good MOD;)
4
« on: July 08, 2018, 11:23:18 pm »
Since June 29, 2018, SMFSTORE has stopped interacting with Paypal. Subscriptions and payments do not reach my site anymore. I think it's due to a change that Paypal made, but I'm not sure how to fix it. Active subscriptions continue to generate income, but it is not updated on my site ... And if someone buys a product (digital products) they are not reflected in the list of transactions (the money normally comes into my Paypal account)
I understand that there have been a number of changes in Paypal, which puts me in need of modifying something on my site, but I can not know with precision what I should modify. Has this happened to someone else? Thanks a lot for the help... I really need it.
5
« on: October 04, 2013, 01:03:06 pm »
Hi: I received a notification from Paypal, say: Action Required before October 7, 2013 Merchants need to update their scripts IPN and PDT to use HTTP 1.1 and include the HTTP header "Host" and "Connection: close" in the script IPN return shipping.
Example with Host as www.paypal.com (make the necessary changes if you are using ipnpb.paypal.com):
ASP //Establezca los valores para la solicitud de regreso req.Method="POST"; req.Host="'www.paypal.com'"; req.ContentType="application/x-www-form-urlencoded";
Perl $req=HTTP::Request->new('POST', 'https://www.paypal.com/cgi-bin/webscr'); $req->content_type('application/x-www-form-urlencoded'); $req->header(Host=> 'www.paypal.com'); $req->header(Connection=> 'close'); PHP // envío de regreso al sistema PayPal para que lo valide $header="POST /cgi-bin/webscr HTTP/1.1\r\n"; $header .="Content-Type: application/x-www-form-urlencoded\r\n"; $header .="Host: www.paypal.com\r\n"; $header .="Connection: close\r\n\r\n";
Java HttpsURLConnection uc=(HttpsURLConnection) u.openConnection(); uc.setDoOutput(true); uc.setRequestProperty("Content-Type","application/x-www-form-urlencoded"); uc.setRequestProperty("Host", "www.paypal.com"); uc.setRequestProperty("Connection", "Close");
The Sandbox environment is configured to reject HTTP requests that do not have the header "Host" HTTP 400 error with. Businesses can use the PayPal Sandbox environment to certify the changes made to your scripts IPN and PDT.
For more information about PDT and IPN, see http://www.paypal.com/pdt and http://www.paypal.com/ipn. For additional information or have any questions about this change, please contact the Technical Support team to trade through https://www.paypal.com/mts PayPal.
Sincerely,
PayPal I'm using version 1.3.8 ... I can´t upgrade, because I have a lot of modifications... so, just tell me if I must change anything... Thanks a lot !
6
« on: March 16, 2010, 06:05:18 am »
Hi: I bought one year licence ... I have installed and licence for 1.3.6a ... Now, I see that last version is 1.3.8 ... how must I update the Store ? ... I can't find where to download last version  Thanks !!
7
« on: December 01, 2009, 04:49:20 pm »
Hi everyone: How can I disable the automatic sort in the store for digital products ? ... Each time I add a product, this appears on first place ( i want in the last place ) Is this possible ?  Thanks !
8
« on: April 12, 2009, 02:30:35 pm »
Hi:
With SMF Store, can I sell files attached into posts ? ...
Can I set the price ? ...
Can I set one or more files ?
Example: One user need a file posted in a post, then can I sell it trought SMF Store ?
Thanks !
Pages: [1]
|
Forum ToolBox
by SMFHacks
Today at 10:34:06 am
|
Gallery Pro v8.0 and PHP 7.4
by SMFHacks
January 20, 2021, 10:21:25 pm
|
[Mod] Tagging System
by SMFHacks
January 13, 2021, 08:43:33 pm
|
Using Alternate PayPal Address
by KKOG
January 13, 2021, 07:24:46 pm
|
Assigning a BuyNow Button to a product
by SMFHacks
January 12, 2021, 04:59:32 pm
|
SMF Links
by Nicole
January 10, 2021, 12:02:39 pm
|
Error on the latest version
by davejo
January 06, 2021, 08:04:05 am
|
Recent topics on board index
by eugen
January 01, 2021, 11:08:16 am
|
Parser
by swayforth
December 31, 2020, 12:24:23 am
|
Show Gallery in Users Profile
by swayforth
December 29, 2020, 10:37:17 pm
|
|
|