Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43293
Total Topics: 7522
Most Online Today: 118
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 103
Total: 103

Show Posts

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.


Messages - NeoX

Pages: [1] 2
1
Bugs / Re: Guest New Icon
« on: September 19, 2012, 04:07:50 pm »
Ok thank you...  :)

2
Bugs / Guest New Icon
« on: September 16, 2012, 03:54:16 pm »
Hi SmfHacks!
there is a little problem with "New" icon...
Guests can see the "New" icon but does not disappear when they look at the picture.
I think would be correct that the guest does not see the new icon.

Thank you very much  :)

3
Site Discussion / Re: Button Problem with Chrome
« on: August 25, 2012, 03:42:48 am »
Great!

 :-[
Excuse me...
Unfortunately I have so many changes to the template, and now I can't install new version.
Can you tell me what changes you've made to the buttons?

Thank you very much and sorry for inconvenience.  :-[

4
Site Discussion / Re: Button Problem with Chrome
« on: August 24, 2012, 02:33:38 am »
 :)
Thank you!

5
Site Discussion / Re: Button Problem with Chrome
« on: August 23, 2012, 03:27:23 am »
Can you help me?
In attachments you can see as button appears with all other browser.

Thank you very much

6
Site Discussion / Button Problem with Chrome
« on: August 21, 2012, 05:12:02 am »
Hello SMFhacks.com,
I have a problem with some button in the store and in the gallery but only with Chrome.
This problem appears with any theme.

THank you very much

7
Support / Re: IPN Error - Paypal transactions not from the store
« on: August 09, 2011, 05:58:17 am »
Thank you very much SMFHacks,
now now it seems to work....

 :)

8
Support / Re: IPN Error - Paypal transactions not from the store
« on: August 01, 2011, 06:09:53 am »
 :)

Thank you,
ok this is debug log with last info:

http://www.charactersforum.com/store_debug.txt

Here also paypal debug:

http://www.charactersforum.com/paypal_logs.txt

Yes paypal IPN url enabled to path where storeipn2 is installed, before Paypal transactions not from the store everything worked perfectly.
In paypal IPN details there is 500 HTTP error and the transaction delivery status in attempting after 15 attemps in about 3 days.
The  transaction made for error a week ago in paypal IPN details there is no error.... strange thing, something happened in the database after this transaction not from the store?

Thank You.


9
Support / Re: IPN Error - Paypal transactions not from the store
« on: July 30, 2011, 05:34:14 pm »
Yes it's  a real paypal transaction....

10
Support / IPN Error - Paypal transactions not from the store
« on: July 30, 2011, 05:15:37 pm »
Hi SmfHacks.com,
I have a problem with store and IPN.
A week ago for error  :'(  I have made a Paypal transactions not from the store and now with normal smf store there are problems because transactions not being recorded, with IPN link I have this error:

Array ( [_php] => [start] => 0 ) Array ( [_php] => [start] => 0 ) Error

For now I can use the send free product link to send download links but how can I correct this error and come back as before??
Here Store_debug.txt log:

July 31, 2011, 12:02 am
FOUND
July 31, 2011, 12:02 am
Post Request1 REQ:cmd=_notify-validate
July 31, 2011, 12:02 am
No Basket IS1
July 31, 2011, 12:02 am
FOUND
July 31, 2011, 12:02 am
Post Request1 REQ:cmd=_notify-validate
July 31, 2011, 12:02 am
No Basket IS1

Thank you very much  :)

11
Support / Re: Hide Download Link
« on: July 11, 2011, 02:25:12 pm »
For example:

- File add with "Insert file" Button from my PC, SMF Store create this link: http://www.mysite.com/index.php?action=store;sa=download;id=27
  With this option link can't be shared and anyone can't see original link.

- File add with "remote file" from another server because too large, SMF Store create normal link:  http://www.mysite.com/Source_1/Test.zip
  With this option link can be shared and anyone can see original link.

No solution?
Thank You very much  :)

12
Support / Hide Download Link
« on: July 08, 2011, 06:46:05 pm »
Hi SmfHacks!
I have a problem with Store and Digital Download link...
When I add file with remote file option user can see the download link.

Someone can share link and download free digital products .
There is a system to prevent this problem?

Thank you very much!

13
Support / User gallery Random Avatar
« on: December 04, 2010, 04:47:41 am »
Hi Smf Hacks,
there is possibility to randomize user gallery list in the PHP Code?

http://i54.tinypic.com/2dt5z6.jpg

Now only Asc or Desc order possibility..
Thank You
 :)




14
Support / Re: SMF Store - Move to Another Group Problem
« on: December 01, 2010, 11:20:58 am »
Now the store work perfect I have change this code....is that correct?


Code: [Select]
// Update the User's Group if there is a group
if ($row['ID_GROUPToMove'] != 0 && $memid != 0)
{
$groupid = $row['ID_GROUPToMove'];
$groupexpiredays = $row['groupexpiredays'];


require_once($sourcedir . '/Subs-Members.php');
addMembersToGroup($memid, $groupid, 'auto');

$currentdate = time();

With this:

Code: [Select]
// Update the User's Group if there is a group
if ($row['ID_GROUPToMove'] != 0 && $memid != 0)
{
$groupid = $row['ID_GROUPToMove'];
$groupexpiredays = $row['groupexpiredays'];


require_once($sourcedir . '/Subs-Members.php');
require_once($sourcedir . '/Subs-Membergroups.php');
addMembersToGroup($memid, $groupid, 'auto', true);

$currentdate = time();

Thank you  :)



15
Support / Re: SMF Store - Move to Another Group Problem
« on: December 01, 2010, 10:42:22 am »
I thought fixed some of those issues with new SMF Store updates. You should be able to use the latest SMF Store on SMF 2 rc1.2

Yes it is true...
but with last version of your mod Smf gallery, store, downloads etc and with old theme overview from Dzinner studio on SMF2 rc1.2 I have thi problem:

Correct:

http://i52.tinypic.com/6fppx4.jpg

Wrong:

http://i52.tinypic.com/wrf33l.jpg

 :'(


Pages: [1] 2

+- Recent Topics

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

Powered by EzPortal