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 - V@no

Pages: 1 [2] 3 4 5 6 ... 741
16
Programming / Re: How to fix, hits in lightbox?
« on: May 15, 2012, 04:02:38 AM »
Where exactly did you put this code?

17
Discussion & Troubleshooting / Re: PHP 5.3 issue
« on: May 13, 2012, 09:24:25 AM »
I think replacing the line I mentioned above with this should work:
Code: [Select]
if ($ref_domain=='') return false;

18
Doesn't work how?

19
Added step 2.2b

20
Discussion & Troubleshooting / Re: PHP 5.3 issue
« on: May 12, 2012, 09:06:46 PM »
The problem seems to be in this line:
Code: [Select]
if ($ref_domain=='') $ref_domain = $ref_url ;

Can you show the entire function where this code is from?

21
Welcome to 4images forum.

It seems you only restored database, but images themselves were not restored. You'll need copy everything located in data directory and then set proper permissions per docs/install.txt instructions

22
Mods & Plugins (Releases & Support) / Re: [MOD] Ajax Username Checker
« on: April 04, 2012, 02:30:18 PM »
Start with checking error console of your browser

23
Mods & Plugins (Releases & Support) / Re: [MOD] Votes saved in DB
« on: April 04, 2012, 02:14:58 PM »
Vano, hi.
Explain me pls, only votes of registred users save in DB? what about guests?
After cookie delete, every guest can vote again!
The only solution is to don't allow vote for guests.

Hallo,
habe ein kleines Problem in (/member.php?action=showprofile&user_id=552), hätte es gerne so wie bei (Kommentare:    (19)  alle anzeigen)

Bilder bewertet    (15)  alle anzeigen (hier fehlt mir die Seite) bekomme ich nicht hin
Registriert seit:    22.07.2009
Aktualisiert:    04.04.2012 09:22
Kommentare:    (19)  alle anzeigen (geht)
Kommentare schreiben    Passives Mitglied, Beginner,  Aktives Mitglied, Super, Mega
Email:    
Homepage:    
ICQ:    
toni's Favoriten:    (34)  alle anzeigen (geht)

Gruss Lailash
Yes, possible, but that would be a completely knew mod ;)
Try request it at mod request section.

24
Did you try start with a lightbox with one picture, then add one picture at a time to see how many it actually allows download?

Anyhow, you should ask your host administrator for error logs to see if anything there that could answer some of your questions.

25
I don't get it, how is this a vulnerability? if someone already got access to admin account information and logged in as admin, this will not stop them from do whatever they want to, let alone use this security hole for anything...I mean, sure it's a bug, should be fixed, but call it a security bug... ;)

26
Discussion & Troubleshooting / Re: About Rename during Upload
« on: March 20, 2012, 03:38:30 AM »
In includes/upload.php remove:
Code: [Select]
     $this->file_name = str_replace(" ", "_", $this->file_name);
      $this->file_name = str_replace("%20", "_", $this->file_name);
      $this->file_name = preg_replace("/[^-\._a-zA-Z0-9]/", "", $this->file_name);
(it's still a bad idea. The best way to go around this is to store original filename in database and send that filename when file being download)

27
Mods & Plugins (Requests & Discussions) / Re: [MOD]HTML Sitemap
« on: March 17, 2012, 05:51:53 PM »
Thank you for sharing.

You do realize that error.html is being used by 4images, right? by renaming it you create problem when 4images decided display that template and not find it.

You should create a copy of it, not renaming it.


Now, about optimizing it. Since you define GET_CACHES constant, all needed information about categories is already loaded in $cat_cache array.
And finally, unless that's the plan, it will show all categories regardless of visitor's permissions...

P.S.
Would it affect google if many categories have the same name? Maybe it would be better add parent categories names to each category?

28
Discussion & Troubleshooting / Re: About Rename during Upload
« on: March 17, 2012, 01:51:03 AM »
I would highly recommend leave it as is, especially if you are a Windows user and one day you might decide copy your website, which most probably a linux system, to your computer.

29
Discussion & Troubleshooting / Re: category blank page
« on: March 17, 2012, 01:48:02 AM »
In global.php find:
error_reporting(E_ERROR E_WARNING E_PARSE);


insert below:
error_reporting(E_ALL);
ini_set("display_errors"true);

see if any errors shows.
If not, check server's error logs.

30
What 4images version you are trying to install?

Installation Solution >> DB Error: Bad SQL Query [TYPE=MyISAM] [MySQL 5.5]
Download attached to that post 4images.sql.txt file, rename it to mysql_default.sql and copy it to data/database/default/ overwriting the old file. Start installation again.

Pages: 1 [2] 3 4 5 6 ... 741