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 7 8 9 ... 741
61
Welcome to 4images forum.
You've missed Step 2.3

62
Hello. Welcome to 4images forum.

I just tried on my demo site and url http://www.vimeo.com/32740964 added just fine:
http://4images.vano.org/ajaxcomments/details.php?image_id=155

63
You've missed one line in step 2. (there are two places needed changes) To save you time it's line 515.

P.S.
Kudos to you for finding proper lines even though they are different then per instructions. Good job.

64
Welcome to 4images forum.

Do you get any error messages?

Please attach your admin/categories.php

65
Discussion & Troubleshooting / Re: No thumbnails
« on: December 22, 2011, 12:49:17 PM »
The validation process has no affect on thumbnails. If you don't run that auto thumbnailer in ACP (Admin Control Panel) and when you edit newly uploaded image (validated or not) see the thumbnail, then it's all good.
Check again "Auto-create thumbnails" settings. If still doesn't work can you PM me with link to your gallery where I can test and see it?

66
Discussion & Troubleshooting / Re: Captcha not working on IIS and PHP 5.2.5
« on: December 22, 2011, 04:35:37 AM »
In your case one or more files you've edited were saved in UNICODE/UTF8 encoding with BOM. You'll need edit these files again and save them either in single byte encoding (ASCII) or UNICODE/UTF8 without BOM.

If your text editor doesn't allow you control encoding and/or BOM, then you'll need change the editor. Windows Notepad/Wordpad are no good for such things.

Good luck.

67
Discussion & Troubleshooting / Re: No thumbnails
« on: December 21, 2011, 10:45:28 PM »
Hello and welcome to 4images forum.


First of all, make sure auto thumbnails is enabled in the settings. Then try upload as normal member/guest, not as administrator.

68
Discussion & Troubleshooting / Re: Two periodic errors on my site...
« on: December 19, 2011, 01:03:32 PM »
These error come from includes/sessions.php

Are both these errors show at the same time?

69
Did you try use something like this?
Code: [Select]
{if sess_user_notify}» Notifications <a href="notifications.php?action=new">{sess_user_notify}</a><br />{endif sess_user_notify}

70
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: December 18, 2011, 01:01:06 AM »
Do you want just the text or see actual avatar like this?

username: Admin

71
Installation, Update & Configuration / Re: Duplicate image gallery
« on: December 16, 2011, 08:07:29 PM »
  • Settings table you probably want make full backup - what exactly do you mean by this - I cant find phpmyadmin?
in phpmyadmin when you open your database it will list you all the tables in that database. Click on settings table, from there you can use export feature, where you should select both structure and data (I don't have access to phpmyadmin interface right now, so can't tell exactly where and what it called)

  • Add two users with this database query - Where do I add the query?
I believe there is a link on top menu of phpmyadmin interface called "run" "SQL" or something similar. It will allow you execute any mysql commands. Just paste the queries in that field and run it. Mind you, this must be done on the "new" database where you going to copy everything, not database you are making copy of.

72
In member.php find:
Code: [Select]
          "file_name" => $new_name,
Insert below:
Code: [Select]
          "user_id" => $user_info['user_level'] == GUEST ? "" : $user_info['user_id'],
          "user_name" => $user_info['user_level'] == GUEST ? $lang['userlevel_guest'] : format_text($user_info['user_name'], 2),
          "user_url" => $user_info['user_level'] == GUEST ? "" : $script_url."member.php?action=showprofile&amp;".URL_USER_ID."=".$user_info['user_id'],
Now you can use {user_id}, {user_name} and {user_url} tags

73
Installation, Update & Configuration / Re: Duplicate image gallery
« on: December 08, 2011, 03:02:52 AM »
In theory should be pretty simple: copy all files (exclude data directory) and using phpmyadmin backup database structure (settings table you probably want make full backup), and finally add two users with this database query (again via phpmyadmin)
Code: [Select]
INSERT INTO 4images_users VALUES (-1, -1, 'Guest', '0493984f537120be0b8d96bc9b69cdd2', '', 0, 0, 0, 0, '', 0, '', 0, 0, '', '');
INSERT INTO 4images_users VALUES (1, 9, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin@yourdomain.com', 1, 1, 0, 1016023608, '1e3457c0b2052a9633b886fd75ef91e0', 1016023608, '', 0, 0, '', '');

login with username/pass: admin/admin

75
They are already being cached:
Code: [Select]
GET /gallery/data/thumbnails/21/betel-nut.jpg HTTP/1.1
Host: www.jeyjoo.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
DNT: 1
Connection: keep-alive
Referer: http://www.jeyjoo.com/gallery/
Cookie: 4images_lastvisit=1318173197; 4images_userid=-1; sessionid=23fqe6vpp33kt4bfg2gg8fhjv2
If-Modified-Since: Thu, 24 Nov 2011 09:22:08 GMT
If-None-Match: "6cc011c-ef8-920cb000"
Cache-Control: max-age=0

HTTP/1.1 304 Not Modified
Date: Thu, 08 Dec 2011 01:48:05 GMT
Server: Apache
Connection: Keep-Alive
Keep-Alive: timeout=3
Etag: "6cc011c-ef8-920cb000"

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