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

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Number format {total_hits}
« on: January 01, 2016, 08:03:15 PM »
Using mod more statistics for users.

Wondering if we can make {total_hits} number format. IE. XX,XXX not XXXXXX.

Big thanks.

EDIT: Figured it out on my own.

In stats.php find:
  $total_hits "".$lang['total_hits']."<B> ".$row['sum']."</B>\n";

Replace with:
  $total_hits "".$lang['total_hits']."<B> ".number_format($row['sum'])."</B>\n";

2
As of 1.7.13 this mod is no longer working.

3
Discussion & Troubleshooting / Blank page on checkimages.php
« on: August 23, 2015, 11:11:22 PM »
Gallery recently passed over 200,000 images.

On "check new images" I've been able to add 75 images at a time with no issues. Now I get blank pages after adding images.

I can no longer add 75 photos at a time. Had to bring it down to 65. Now issue is happening with 65 and had to bring it down to 60 images at a time.

If I attempt to check for new images and put 75 it shows a blank page. Anything between 61-74 will show images but after I add them shows a blank page. Anything 60 and below works normal.

Any idea what this could be?

4
Hello,

I want to further edit this mod:

http://www.4homepages.de/forum/index.php?topic=27253.0

Currently it shows the latest category image with the category name. I have the mod setup so it directs to the category (as in page 2) and not linking the specific image.

Anyways, I would like to have it show the parent category (one category name back) as well as the category name.


Example: States > Cities > New York > images


This would normally show as:

{thumbnail}
New York

I would like to have it as:

{thumbnail}
Cities
New York




Paying $75 for this change in this already released mod.

PM me.

5
Hello,

Requesting a paid mod for 1.7.11.

I would like a second description box for categories. Simple enough. Paying $75.

Please PM me if interested.

Regards,
Indo

6
Discussion & Troubleshooting / db_mysql.php error on line 120
« on: June 14, 2015, 11:00:26 PM »
This error occurs when you visit our photo gallery. It currently holds more than 80,000 photos.

Dieser Fehler tritt auf , wenn Sie besuchen Sie unsere Foto-Galerie. Es hält derzeit mehr als 80.000 Fotos .


This happens only when batch uploading images and a user happens to be visiting the website at the same time.

Quote
An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

An unexpected error occured. Please try again later.

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /includes/db_mysql.php on line 120

An unexpected error occured. Please try again later.

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /includes/db_mysql.php on line 120

Code in line 120:
Code: [Select]
    return mysql_num_rows($this->query_id);
Any idea what this could be?

7
Worked perfectly! Thanks!

8
Is there anyway to get how many images as well as date added are in the specific category in this mod?

9
Hello,

I've been searching but haven't found a solution.

Right now my images show up as XXXXX and not XX,XXX. I would like to have them in number format for {lang_site_stats} and {num_images}

Regards,
Indo

Pages: [1]