| View previous topic :: View next topic |
| Author |
Message |
mkkak
Joined: 14 May 2008 Posts: 13
|
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Jun 06, 2008 6:20 am Post subject: |
|
|
This is a bit complicated, but let's try this:
1) in unpload.cgi comment this line:
| Code: | | $fhash{file_name_orig}=~s/[^a-zA-Z0-9-_\.]/_/gs; |
2) in DataBase.pm find
| Code: | | $self->{dbh}=DBI->connect("DBI:mysql:database=$c->{'db_name'};host=$c->{'db_host'}",$c->{'db_login'},$c->{'db_passwd'}) || die ("Can't connect to Mysql server.".$! ); |
and add below:
| Code: | | $self->Exec("SET NAMES 'utf8' COLLATE 'utf8_general_ci'"); |
Now probably this will work  |
|
| Back to top |
|
 |
mkkak
Joined: 14 May 2008 Posts: 13
|
Posted: Jun 08, 2008 2:18 pm Post subject: |
|
|
for sorrow it not working ..
the same result.. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|