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

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
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 |
|
 |
|