Special note to unregistered users


 
Thread Tools
Contact Us Forum Support Area for Unregistered Users & Account Problems Special note to unregistered users
# 1  
Old 12-11-2006
Special note to unregistered users

This forum is intended only as a means to contact us if you are having trouble with your account. This forum is the only area on the site where even unregistered users can post. But because some spammers were using this to post spam, we have changed things a little bit. When an unregistered user posts, that post will go into a "Moderation Queue". A Moderator must approve the post before it actually become visible. So don't despair if you post something and it does not immediately show up. Your post have not been lost and will we get to it when we can. But, needless to say, any spam in the Moderation Queue will be deleted forthwith.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Updates to Forum Navbar and Thread Reply for Unregistered Users

Hey You may have noticed I changed the navbar at the top a bit. I've almost finished converting the navbar to divs from table tags. In addition, for unregistered users, instead of seeing a "New Reply" button, unregistered users see a "Login to Reply" and icon which looks the same as our... (2 Replies)
Discussion started by: Neo
2 Replies

2. Red Hat

Unregistered version RHEL...

Hi everyone, I am working a contract and the customer has not registered there RHEL 5 servers. They have a cluster of servers and it would seem that they all stop logging in messages @ appox 15:50 and then start logging again at 4:04 am. Is this a normal thing for non-registered? Lee (3 Replies)
Discussion started by: Lee Dunsmoor
3 Replies

3. IP Networking

using unregistered domain names

hey what the hell happens if you make sure (as best one can) that a domain name like anything.com is not used at all, and you set up your own DNS and use that name without registering with a registrar, i know if the address is in use you will make some people very upset and give many internet users... (2 Replies)
Discussion started by: norsk hedensk
2 Replies
Login or Register to Ask a Question
Net::EPP::Frame::Command::Check::Contact(3pm)		User Contributed Perl Documentation	     Net::EPP::Frame::Command::Check::Contact(3pm)

NAME
Net::EPP::Frame::Command::Check::Contact - an instance of Net::EPP::Frame::Command::Check for contact objects. SYNOPSIS
use Net::EPP::Frame::Command::Check::Contact; use strict; my $check = Net::EPP::Frame::Command::Check::Contact->new; $check->addContact('contact-id-01'); $check->addContact('contact-id-02'); $check->addContact('contact-id-03'); print $check->toString(1); This results in an XML document like this: <?xml version="1.0" encoding="UTF-8"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <command> <check> <contact:check xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:contact-1.0 contact-1.0.xsd"> <contact:id>contact-id-01E<lt>/contact:id> <contact:id>contact-id-02E<lt>/contact:id> <contact:id>contact-id-03E<lt>/contact:id> </contact:check> </check> <clTRID>0cf1b8f7e14547d26f03b7641660c641d9e79f45</clTRIDE<gt> </command> </epp> OBJECT HIERARCHY
L<XML::LibXML::Node> +----L<XML::LibXML::Document> +----L<Net::EPP::Frame> +----L<Net::EPP::Frame::Command> +----L<Net::EPP::Frame::Command::Check> +----L<Net::EPP::Frame::Command::Check::Contact> METHODS
$frame->addContact($contact_id); This adds a contact ID to the list of contacts to be checked. AUTHOR
CentralNic Ltd (http://www.centralnic.com/). COPYRIGHT
This module is (c) 2012 CentralNic Ltd. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
o Net::EPP::Frame perl v5.14.2 2012-04-23 Net::EPP::Frame::Command::Check::Contact(3pm)