Current time: 12-25-2024, 12:01 PM Hello There, Guest! (LoginRegister)


Post Reply 
Problem to add the domain in .рф zone
Author Message
itfn Offline


Posts: 4
Joined: Nov 2010
Reputation: 2
Post: #3
RE: Problem to add the domain in .рф zone
Yes, it's working, but I solve it another way :
In /var/www/ispcp/gui/include/input-checks.php search for function
_validates_tld($tld) and add to $pattern line with .рф zone

PHP Code:
$pattern =
      
'@^(?:
           (?:a[cdefgilmnoqrstuwxz]|aero|asia)|
              ...
              ...
              рф|  
              ...
              ([a-z]|[a-z]{7,})
       )$@ix'

11-13-2010 10:57 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem to add the domain in .рф zone - itfn - 11-13-2010 10:57 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)