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.


Topics - Bugfixed

Pages: [1]
1
Discussion & Troubleshooting / a question
« on: September 08, 2008, 12:36:45 AM »
hello. function utf8_to_htmlentities, function uni_to_utf8, function clean_string, function clean_array what is this functions?

2
Discussion & Troubleshooting / utf-8 how to?
« on: September 03, 2008, 01:57:21 AM »
Hello all.
1. i all files php and templates files convert encoding to utf-8.(with pspad)
2. added new lines to db_mysql.php:

this line above return $this->connection;
to this code:
    mysql_query("SET NAMES 'utf8'");
    mysql_query("SET CHARACTER SET utf8");
mysql_query("SET COLLATION_CONNECTION = 'utf8_turkish_ci'");

and this line after function query($query = "") {
unset($this->query_id);
 mysql_query("SET NAMES 'utf8'");
    mysql_query("SET CHARACTER SET utf8");
mysql_query("SET COLLATION_CONNECTION = 'utf8_turkish_ci'");

3. meta charset iso-8859.... to utf-8 in language charset.
4. added this line to page_header.php
header ("Content-type: text/html; charset=UTF-8");
5. all db table convert to utf-8 collation utf8_turkish_ci

Ok no problem. all site text displaying true.. new data added ok displaying true encoding.
But how to i can make extra fix or code?

i checked my site from http://www.w3.org/2003/12/semantic-extractor.html
character displaying wrong. example:
Fotoğraf - 1176

but other website (original utf8) no problem.
sorry my english not enought. :( if you reply me messages i will be happy. thanks.


3
Discussion & Troubleshooting / Page number?
« on: January 27, 2008, 02:32:57 PM »
Hello.
How to displaying page number on the categories page?

e.g.: categories name - page 2
e.g.: categories name - page 3
e.g.: categories name - page 4

4
Installation, Update & Configuration / 4images 1.7.4 with php5
« on: July 20, 2007, 03:45:03 PM »
hello all.
New installation.
I using:
4images 1.7.4
php 5.2.3
mysql 5.0.45

gallery working. 
after upload a picture. Ok working upload.
but "Keywords:" area >>> empty

NOTE: Please display attach file..

thanks...

5
Installation, Update & Configuration / 302 status code
« on: September 09, 2006, 05:44:07 PM »
hello all.

I have big problem. my problem is this system is showing doesnt lacking pages.

for example: there is no addresses like
http://www.mydomain .com/categories.php?cat_id=866
http://www.mydomain .com/details.php?image_id=7111
 
but it is showing . redirect to main page (with 302 status code).

file not 302, it must be 404 status code.

this is spam I think.   8O

please help me    :?

6
hello.

I'm using 1.7.3. require areas for picture upload form eg: image descripition> this area require
----
edit:

how can I make required image descripition, image name, keywords>" photo upload form area."

7
hello I'm using 
"4images 1.7.3", "Search Engine Friendly URLs aka Short URLs mod" and phpbb integration mod.

my rss page link example:
 .../rss.php?action=images
.../rss.php?action=comments&image_id=1907
.../rss.php?action=images&cat_id=10

convert to .htm or file eg /images/ ?

and problem user mail address. example@example.com how remove or add userpagelink?

8
Installation, Update & Configuration / charset problem in 1.7.2
« on: March 04, 2006, 11:11:07 AM »
hello all.
I updated my gallery 1.7.1 up 1.7.2. after update charset problem  pls help me.
my page charset is iso-8859-9 >turkish
 :cry:

9
Mods & Plugins (Requests & Discussions) / Deter comment spam
« on: January 20, 2006, 11:56:01 AM »
add comment spammers  adding rel="nofollow" tag  ??? . e.g details.php, image desc., comment. without mywebsite.

similar mod http://www.phpbb.com/phpBB/viewtopic.php?t=259827

10
Mods & Plugins (Requests & Discussions) / phpbb 2.0.18 and 4images 1.7.1
« on: November 01, 2005, 06:06:46 PM »
hello all.
İ integrated phpbb+4images. phpbb team 31 oct 2005 phpbb 2.0.18 released. session.php changed.

I'm logout my gallery link . : Invalid_session

pls help.

Pages: [1]