View Single Post
StayOx
SourceMod Donor
Join Date: Jun 2012
Location: Gliese 581g
Old 11-08-2013 , 20:40   Re: Donation Control [updated 11-7-13]
Reply With Quote #114

Quote:
Originally Posted by nineteeneleven View Post
never mind, there is not any real easy way (that i could find) to store all those different special charaters in the database. lol update to 2.0.3



changed files:
class_lib.php

ipn.php

index.php

donate.php

everything in /admin/pages

are special caracters, if there is a way to set to UTF-8 I think I managed to solve the problem set UTF-8 to be able to make the translations.

http://www.w3schools.com/tags/ref_charactersets.asp
http://en.wikipedia.org/wiki/Character_encoding


just some suggestions

maybe it would be cool to set everything to support UTF-8 with that customizations and translations would be simpler?

Another issue is the time format that are different in each region.


EDIT:

Not solve the problem

PHP Code:
if (empty($username)) {
    
$username=$tools->randomPassword(6);

see the problem
Attached Thumbnails
Click image for larger version

Name:	no_name.png
Views:	248
Size:	76.8 KB
ID:	127643  

Last edited by StayOx; 12-04-2013 at 15:22.
StayOx is offline