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: 43295
Total Topics: 7523
Most Online Today: 241
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 253
Total: 253

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 - shuban

Pages: [1] 2 3 ... 39
1
Feature Requests / Re: Using SMF's Built-in Search Algorithm
« on: March 27, 2023, 09:15:10 am »
I don't think that's good enough. If you look at the code SMF uses, it goes beyond offering a fulltext search. It adds weights to certain words, omits shorter common words, and breaks down the search query more effectively. I believe it also includes an index.

2
Feature Requests / Using SMF's Built-in Search Algorithm
« on: March 27, 2023, 08:56:44 am »
The current search feature for this mod is badly lacking, especially for galleries that feature 1000's of pictures. Are there any plans to improve the search function so that it searches the database more like the way SMF's search feature does for topics?

3
General SMF Forum / SQL Help
« on: October 17, 2022, 09:34:28 pm »
Hello, I am seeking to get a count of topics given the following code. However, it produces over 500,000 topics, which is exhausting the server. I want to limit it to the first 1000 results, but the LIMIT feature isn't working. Apparently there is a solution here, but I can't get it to work.

Do you have any suggestions?

Code: [Select]
$request = db_query("
 SELECT COUNT(DISTINCT t.ID_TOPIC)
 FROM ({$db_prefix}topics AS t, {$db_prefix}boards AS b)
 
INNER JOIN {$db_prefix}messages AS m ON (m.ID_MSG = t.ID_FIRST_MSG)
 
 WHERE b.ID_BOARD = t.ID_BOARD
 AND $query_this_board
 AND m.topicSolved = 0 AND t.ID_FIRST_MSG = t.ID_LAST_MSG", __FILE__, __LINE__);

4
News / Re: S3 System For SMF Attachments
« on: October 06, 2021, 07:58:50 am »
@Mickjav

My questions was completely valid. Remember, this is being sold to the public, not to a single individual. I know a lot of time goes into building an app, thus I don't need to be lectured by you or anyone alike on that matter.

@SMFHacks

Thanks for your response.

5
News / Re: S3 System For SMF Attachments
« on: October 05, 2021, 11:32:15 pm »
Looks like an excellent add-on.

Why is this priced so outrageously different than your other products? The price makes me want to code one from scratch instead.

6
Code: [Select]
Guest 14 minutes ago
https://myurl.com/index.php?action=login2;sa=check;member=1004XXX
You were unable to login. Please check your cookie settings

Hello, I keep getting these errors, but I don't know how to replicate them. Could you explain what's causing this error, and how sa=check is activated?

Since the last I deleted my error messages around 3, I've gotten 3 pages worth of these errors for different member IDs.

7
Support / Re: Changes to PayPal Recently
« on: December 05, 2020, 10:24:36 pm »
No they aren't recorded either.

Could you check @ your end if things are working?

8
Support / Changes to PayPal Recently
« on: December 05, 2020, 10:20:23 pm »
Recently, when people checkout via PayPal, it doesn't activate the group membership (since last week actually).

Have there been any prominent changes from PayPal that need updating here?

9
News / Re: Zapier/API For SMF Released!
« on: April 21, 2020, 01:25:40 pm »
I've literally never heard of this service before, why did you choose it?

10
Essentially what has to happen (no exceptions) by default:

When member is deleted > delete all associated user galleries > modify all picture records associated with the user gallery to point to a global default {adjusted as a setting in admin section}

Currently this does occur, which is a bad foresight

11
Sort of sucks. I just attempted to replicate the scenario and while it doesn't delete the image (which is what I want), it doesn't relocate the member's personal images into a default global category.

I think this is something that should be included in future updates.

Thanks anyway

12
For example,

Let's say I have a personal gallery associated with my account, and I have one category made with 10 pictures uploaded.

If I delete my account, are the picture records that point to the personal category updated as well?

The reason why that's important is because if the pictures don't get deleted in the deletion process, how will other users be able to see those pictures indexed if the personal category doesn't exist any more?

13
Support / Re: Ideas
« on: October 03, 2019, 10:19:06 pm »
I'm quite sure that if you add the original extension it'd work as a normal file.

Tried that. Didn't work

14
Support / Re: Ideas
« on: October 03, 2019, 09:31:13 pm »
I'm not following. The files are stored without extensions.

15
Support / Re: Ideas
« on: September 30, 2019, 10:23:36 pm »
such as the download link itself, right? I believe I tried that, but no dice. Unless you had another idea in mind.

I like that it's extension-less actually, it's a good deterrent from folder hackers

Pages: [1] 2 3 ... 39

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

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

Powered by EzPortal