<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osspl.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>Prime Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osspl.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://wiki.osspl.com/Special:Contributions/Admin"/>
	<updated>2026-04-14T23:52:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=538</id>
		<title>Manage DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=538"/>
		<updated>2025-12-02T02:31:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage Free DNS records (A, TXT, MX, CNAME, etc) on a DIY basis.&lt;br /&gt;
&lt;br /&gt;
[https://l.osspl.com/l Click here to Login] &amp;gt; Use forgot password if needed &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records&lt;br /&gt;
&lt;br /&gt;
Once DNS changes are saved, it may take upto 48 hours for propagation. If you need faster and more secure DNS services, migrate to our [https://www.indiahosting.org/product/business-host/ cloud hosting] with free Premium DNS.&lt;br /&gt;
&lt;br /&gt;
The Domain Name System (DNS) is a distributed database, arranged hierarchically, containing records for domain names. The DNS system&#039;s main aim is to match a domain name to an IP Address. In order to fulfill this role, the DNS Server contains Resource Records (Records) in a Zone File, which contains the domain name and IP address mappings for computers contained within that Zone. All Resource Records have a Time To Live TTL (TTL), specifying the number of seconds other DNS servers and applications are allowed to cache the Record.&lt;br /&gt;
&lt;br /&gt;
If you need more detailed technical guides, refer below or search at https://l.osspl.com/h&lt;br /&gt;
&lt;br /&gt;
Mail Exchanger (MX) Record (Anchor: defmx): An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@osspl.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.osspl.com or someone else&#039;s email server like mx1.osspl.com). Then it looks up the A Record for the email server to connect to its IP address.&lt;br /&gt;
&lt;br /&gt;
An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.&lt;br /&gt;
&lt;br /&gt;
Canonical Name (CNAME) Record (Anchor: defcname): CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).&lt;br /&gt;
&lt;br /&gt;
Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
www.abc.in could be CNAME to www.abc.com.&lt;br /&gt;
&lt;br /&gt;
The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)].&lt;br /&gt;
&lt;br /&gt;
CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.&lt;br /&gt;
&lt;br /&gt;
Name Server (NS) Record (Anchor: defns): NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.&lt;br /&gt;
&lt;br /&gt;
The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.&lt;br /&gt;
&lt;br /&gt;
You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn&#039;t really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.&lt;br /&gt;
&lt;br /&gt;
Text (TXT) Records (Anchor: deftxt): TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.&lt;br /&gt;
&lt;br /&gt;
TXT Record can be used to implement the following:&lt;br /&gt;
&lt;br /&gt;
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name. 1. The technology requires two sides to work in tandem:&lt;br /&gt;
&lt;br /&gt;
        The domain owner publishes this information in an TXT Record in the domain&#039;s DNS zone, and when someone else&#039;s email server receives a message claiming to come from that domain, then&lt;br /&gt;
&lt;br /&gt;
        the receiving server can check whether the message complies with the domain&#039;s stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.&lt;br /&gt;
&lt;br /&gt;
    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). 2&lt;br /&gt;
&lt;br /&gt;
Service (SRV) Record (Anchor: defsrv): An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.&lt;br /&gt;
&lt;br /&gt;
The SRV Record has a priority field similar to an MX Record&#039;s priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record&#039;s host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.&lt;br /&gt;
&lt;br /&gt;
Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.&lt;br /&gt;
&lt;br /&gt;
Start of Authority (SOA) Record (Anchor: defsoa): Each Zone contains a single SOA Record, which holds the following values for the Zone:&lt;br /&gt;
&lt;br /&gt;
    Name of Primary DNS Server: The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.&lt;br /&gt;
&lt;br /&gt;
    Mailbox of the Responsible Person: The email address of the person responsible for maintenance of the Zone.&lt;br /&gt;
&lt;br /&gt;
    Serial Number: Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is automatically increased by our DNS servers when changes to the Zone or its Records are made.&lt;br /&gt;
&lt;br /&gt;
    Refresh Interval: How often the Secondary DNS servers should check if changes are made to the zone.&lt;br /&gt;
&lt;br /&gt;
    Retry Interval: How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.&lt;br /&gt;
&lt;br /&gt;
    Expire Interval: How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.&lt;br /&gt;
&lt;br /&gt;
    Minimum (Default) TTL: Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.).&lt;br /&gt;
&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;br /&gt;
[[Category: Indian websites]]&lt;br /&gt;
[[Category: API Guides]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Lastmodifiedat&amp;diff=537</id>
		<title>MediaWiki:Lastmodifiedat</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Lastmodifiedat&amp;diff=537"/>
		<updated>2025-12-02T02:24:18Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dedicated Servers Powered by http://www.indiahosting.org&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=536</id>
		<title>MediaWiki:Citizen-footer-desc</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=536"/>
		<updated>2025-12-02T02:22:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We build public servers / networks on secure platforms, equipped with custom made components, ideas, features and functionalities required to address users increasingly high-end computing needs and privacy concerns.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Sidebar&amp;diff=535</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Sidebar&amp;diff=535"/>
		<updated>2025-12-02T02:21:24Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** http://www.indiahosting.org|Prime Home&lt;br /&gt;
** mainpage|Wiki Home&lt;br /&gt;
** https://www.indiahosting.org/websites|Website Plans&lt;br /&gt;
** https://www.indiahosting.org/hosting|Hosting Plans&lt;br /&gt;
** https://solutionpoint.in/@prime|News &amp;amp; Press&lt;br /&gt;
** http://h.osspl.com|Contact for Help&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Prime_Wiki:About&amp;diff=534</id>
		<title>Prime Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Prime_Wiki:About&amp;diff=534"/>
		<updated>2025-12-02T02:18:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Refer https://indiahosting.org/about&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Contact Page]&lt;br /&gt;
*[https://www.indiahosting.org/about About]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Domain_Name_Registration_Default_Settings&amp;diff=533</id>
		<title>Domain Name Registration Default Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Domain_Name_Registration_Default_Settings&amp;diff=533"/>
		<updated>2025-08-28T00:29:45Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Default Settings for Customers&lt;br /&gt;
&lt;br /&gt;
1.1. To Set Default Settings&lt;br /&gt;
&lt;br /&gt;
2. Default Settings for Resellers&lt;br /&gt;
&lt;br /&gt;
Default Settings for Customers&lt;br /&gt;
&lt;br /&gt;
Under Default Settings you may set your Default Name Servers and Default Contact Ids to ease the domain name purchase process. The system will prefill these Default Name Servers and Default Contact Ids for you every time you register/transfer a domain name. You will, however, be able choose different Contacts and Name Servers each time, should you prefer to select some other details.&lt;br /&gt;
To Set Default Settings&lt;br /&gt;
&lt;br /&gt;
Login to Customer Panel. How to Login to manage domain names?&lt;br /&gt;
[https://h.osspl.com/ Chat with us or Refer Wiki]&lt;br /&gt;
&lt;br /&gt;
In the Menu, point to Settings -&amp;gt; Domain Specific and click Default Information.&lt;br /&gt;
&lt;br /&gt;
Here you may specify:&lt;br /&gt;
&lt;br /&gt;
Upto 4 Default Name Servers, and/or&lt;br /&gt;
&lt;br /&gt;
Default Contacts Ids&lt;br /&gt;
Contact Types &lt;br /&gt;
&lt;br /&gt;
You need to click the Edit link next to each Default Contact Id. A new window will open listing all the Contacts created by you for that specific Contact type (as listed above).&lt;br /&gt;
Contact Search &lt;br /&gt;
&lt;br /&gt;
Now, to select a particular Contact as the Default Contact, click the Contact Id link for that Contact. The selected Contact will now be displayed as the Default Contact.&lt;br /&gt;
&lt;br /&gt;
Note :If you wish to add a new Contact, you need to click the Add New link, provide the Contact details and click the Add button.&lt;br /&gt;
&lt;br /&gt;
A new Contact will be created and will be selected as the default Contact automatically.&lt;br /&gt;
&lt;br /&gt;
Note :It is recommended that you mention at least 2 Name Servers here.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Rules related to Name Servers&lt;br /&gt;
Default Settings for Resellers&lt;br /&gt;
&lt;br /&gt;
Setting your Default Name Server Information&lt;br /&gt;
&lt;br /&gt;
Branding .COM, .NET Domain Names Web-based and Port 43 Whois Lookup Results&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Support Knowledge Base Wiki.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, we have listed information on our current web products and services and answers to possibly all your queries or faqs. This Support Wiki cum KnowledgeBase has been divided into categories indicating a particular interface or a particular product or service offering. These have been further logically divided into sub-categories and answers, detailing a particular action or guide.&lt;br /&gt;
&lt;br /&gt;
If you are unable to locate your answer, please use search box provided on each page or inform our support team.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Business Email]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Modifying_the_Whois_of_Domain&amp;diff=532</id>
		<title>Modifying the Whois of Domain</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Modifying_the_Whois_of_Domain&amp;diff=532"/>
		<updated>2025-08-28T00:26:22Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Registration Data Directory Services (RDDS), formerly WHOIS, system is a set of independently operated and distributed databases that are responsible for their portion of the Internet&#039;s identifiers, the responsible parties being known as registrars and registries. - ICANN&lt;br /&gt;
&lt;br /&gt;
1. To Modify Contact Details for a Domain Name&lt;br /&gt;
&lt;br /&gt;
2. Modifying CED Contact Details for a .ASIA domain name&lt;br /&gt;
&lt;br /&gt;
2.1. To Modify the CED Contact associated with a .ASIA domain name&lt;br /&gt;
&lt;br /&gt;
Typically, Domain Name Contacts are of the following types:&lt;br /&gt;
&lt;br /&gt;
Registrant Contact&lt;br /&gt;
Administrative Contact&lt;br /&gt;
Technical Contact&lt;br /&gt;
Billing Contact&lt;br /&gt;
&lt;br /&gt;
In the system, Contacts are independent of a domain name. All contact information that you have used for registering any domain name, is maintained separately in a Contact database. This allows you to re-use the contact information for any other domain name registration without having to fill in all the values again. Think of this as linking Contacts from your Contact database to the domain names you register. Whenever you change any contact information in any Contact, it will automatically change that information in every domain name which uses that contact information and reflect the same immediately in the Whois lookup results of your domain name.&lt;br /&gt;
&lt;br /&gt;
To Modify Contact Details for a Domain Name&lt;br /&gt;
Exceptions &lt;br /&gt;
&lt;br /&gt;
Note :The following instructions are not meant for modifying the Contact Details of:&lt;br /&gt;
&lt;br /&gt;
.RU domain names&lt;br /&gt;
&lt;br /&gt;
.UK domain names&lt;br /&gt;
&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Modifying the Whois / Contact Details of a .RU Domain Name&lt;br /&gt;
&lt;br /&gt;
Modifying the Whois / Contact Details of a .UK Domain Name&lt;br /&gt;
&lt;br /&gt;
Login to your Control Panel, search for the domain name whose Contact Details you wish to modify and proceed to the Order Information view. 1&lt;br /&gt;
About Lock / Suspension &lt;br /&gt;
&lt;br /&gt;
Note :If the domain name is Locked/Suspended, you will have to first get it Unlocked/Unsuspended it before proceeding further.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Locked by you, you may proceed without Unlocking it.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Locked by Prime, you need to get it Unlocked first. Contact us at https://h.osspl.com.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Suspended by either you or Prime, it needs to be first Unsuspended, before you can proceed.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Unlocking a domain name&lt;br /&gt;
&lt;br /&gt;
Unsuspending a domain name&lt;br /&gt;
&lt;br /&gt;
Click the Contact Details link to proceed to the Contact Details view.&lt;br /&gt;
About Contact Details View &lt;br /&gt;
&lt;br /&gt;
Note :.CA domain names only have Registrant, Administrative and Technical Contacts. There is no Billing Contact.&lt;br /&gt;
&lt;br /&gt;
In case of a .EU domain name, only the Registrant Contact information needs to be provided and hence, the Contact Details view will display only the Registrant Contact. However, the Whois Lookup results of a .EU domain name will also display an Onsite Contact and a Billing Contact. 2&lt;br /&gt;
&lt;br /&gt;
.NL domain names only have Registrant, Administrative and Technical Contacts. There is no Billing Contact.&lt;br /&gt;
&lt;br /&gt;
In case of a .NZ domain name, only the Registrant Contact information needs to be provided and hence, the Contact Details view will display only the Registrant Contact. However, the Whois Lookup results of a .NZ domain name will also display an Administrative Contact and a Technical Contact, which displays the same Contact Details as those of the Registrant Contact.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Modifying .US Nexus information&lt;br /&gt;
&lt;br /&gt;
Modify the details and click the Save Contact Details button to save the changes.&lt;br /&gt;
&lt;br /&gt;
You may choose to use the the Registrant Contact Details for the Administrative, Billing &amp;amp; Technical Contact Details by selecting the Use same contact for Administrative, Billing &amp;amp; Technical details checkbox.&lt;br /&gt;
&lt;br /&gt;
You may choose to apply the modified details to all the domain names using this Contact by selecting the Update all Domain Names currently using this contact (wherever applicable) checkbox.&lt;br /&gt;
&lt;br /&gt;
You will encounter the below error message in case the Contact is associated with one or more suspended domain name(s):&lt;br /&gt;
Attention&lt;br /&gt;
&lt;br /&gt;
Change of this contact is not allowed as it is associated with a suspended domain&lt;br /&gt;
Domain Name Extension Specific Contact Information &lt;br /&gt;
&lt;br /&gt;
Note :The Modify Contact form supports the following, except for the Phone Number, Fax Number and Email Address fields:&lt;br /&gt;
&lt;br /&gt;
Accented characters in case of the below Contact Types:&lt;br /&gt;
&lt;br /&gt;
General Contact&lt;br /&gt;
&lt;br /&gt;
Thin Registry - All characters&lt;br /&gt;
&lt;br /&gt;
Thick Registry - A set of characters and this set varies from Registry to Registry&lt;br /&gt;
&lt;br /&gt;
.CA Contact&lt;br /&gt;
&lt;br /&gt;
.CO Contact&lt;br /&gt;
&lt;br /&gt;
.DE Contact: This supports the following Latin-1 characters:&lt;br /&gt;
&lt;br /&gt;
.ES Contact: This supports all UTF-8 characters.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
List of UTF-8 Accented Characters&lt;br /&gt;
&lt;br /&gt;
.EU Contact&lt;br /&gt;
&lt;br /&gt;
Chinese characters in case of .CN Contact (Contact Type).&lt;br /&gt;
&lt;br /&gt;
In case of a .CA (Anchor: caaddrules) domain name, the following is relevant:&lt;br /&gt;
&lt;br /&gt;
A Registrant Contact can be either an Individual or a Company.&lt;br /&gt;
&lt;br /&gt;
In case the Registrant Contact is a Company, the Company name itself should be mentioned in the Name field of the Contact. The Company Name field can be filled in as N/A.&lt;br /&gt;
&lt;br /&gt;
Administrative and Technical Contacts can only be Individuals.&lt;br /&gt;
&lt;br /&gt;
There is no Billing Contact for a .CA domain name.&lt;br /&gt;
&lt;br /&gt;
You can not modify the Registrant Contact&#039;s Name of a .CA domain name. If you wish to modify the Registrant Contact Details of your .CA domain name, you need to instead create a new Contact and assign it as the Registrant Contact.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
.CA Domain Name Rules/Requirements&lt;br /&gt;
&lt;br /&gt;
The following list displays the various types of .DE (Anchor: deaddrules) Contacts listed in our system and how they are displayed in the Whois of .DE domain names:&lt;br /&gt;
&lt;br /&gt;
.DE Contact Type displayed in the System&lt;br /&gt;
        	&lt;br /&gt;
&lt;br /&gt;
.DE Contact Type displayed in the Whois&lt;br /&gt;
&lt;br /&gt;
Registrant&lt;br /&gt;
Domain Holder&lt;br /&gt;
Administrative or admin-c&lt;br /&gt;
Technical or tech-c&lt;br /&gt;
Billing        	&lt;br /&gt;
&lt;br /&gt;
Zone administrator or zone-c&lt;br /&gt;
&lt;br /&gt;
The Registrant or the Administrative Contact of a .DE domain name needs to be from Germany. This implies that the country of either of these Contacts needs to be Germany.&lt;br /&gt;
&lt;br /&gt;
The Name field of any .DE Contact can not be modified. If you wish to modify the Name, create another Contact and associate the same with your .DE domain name.&lt;br /&gt;
&lt;br /&gt;
While modifying the Contact Details of a .DE domain name, the .DE Registry checks if the Name Servers used by the domain name contain a Zone for this domain name and the correct NS Records.&lt;br /&gt;
&lt;br /&gt;
If the Name Servers fail to display the Zone file of your .DE domain name and/or display NS Records for the Name Servers, you will not be able to modify the Contact details of your .DE domain name. Moreover, you will be provided 30 days to correct this issue or else your domain name would get Deleted by DENIC.&lt;br /&gt;
&lt;br /&gt;
Once you have setup your .DE domain name&#039;s Zone correctly, you may click the Recheck Nameserver Status button in the Order Information view to confirm the same with the .DE Registry.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
.DE Contact Details related Rules&lt;br /&gt;
&lt;br /&gt;
Manage NS Records with Prime&lt;br /&gt;
&lt;br /&gt;
Interface to confirm correct Name Server Delegation&lt;br /&gt;
&lt;br /&gt;
.ES (Anchor: esaddrules) domain names use an independent Contact database in the system. Contacts for .ES domain names are listed under .ES Contact.&lt;br /&gt;
&lt;br /&gt;
The following list displays the various types of .ES Contacts listed in our system and how they are displayed in the Whois of .ES domain names:&lt;br /&gt;
&lt;br /&gt;
.ES Contact Type displayed in the System&lt;br /&gt;
        	&lt;br /&gt;
&lt;br /&gt;
.ES Contact Type displayed in the Whois&lt;br /&gt;
&lt;br /&gt;
Registrant&lt;br /&gt;
Admin&lt;br /&gt;
Technical&lt;br /&gt;
Billing&lt;br /&gt;
&lt;br /&gt;
Contact Details addition is restricted in the following ways:&lt;br /&gt;
&lt;br /&gt;
For Registrant Contact:&lt;br /&gt;
&lt;br /&gt;
The Registrant Contact of a .ES domain name may either be a natural person/individual or a company.&lt;br /&gt;
&lt;br /&gt;
You may not modify through our system any Contact Details of the Registrant Contact, of a registered .ES domain name.&lt;br /&gt;
Note :If you wish to transfer the ownership of a .ES domain name to another entity, the transfer procedure needs to be followed. Once a request has been submitted at the Registry, you need to inform our Support Team via http://h.osspl.com. This will enable us to track the request and update our database accordingly.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Process of transferring the ownership of a .ES domain name&lt;br /&gt;
&lt;br /&gt;
For Other Contacts:&lt;br /&gt;
&lt;br /&gt;
The Admin, Technical and Billing Contacts must be natural persons/individuals only.&lt;br /&gt;
&lt;br /&gt;
You may not modify any Contact Details. However, you may add another .ES Contact and select the same as either the Admin, Technical or Billing Contact.&lt;br /&gt;
&lt;br /&gt;
In case of a .JOBS (Anchor: jobsaddrules) domain name, the following is relevant:&lt;br /&gt;
&lt;br /&gt;
Modifying the Registrant Contact Organization for a .JOBS domain name will necessitate re-verification.&lt;br /&gt;
&lt;br /&gt;
A fee might apply depending on the situation; instances are handled on a case by case basis by the Registry Operator for .JOBS (Employ Media LLC). Registry Operator may be contacted directly at the time of the Registrant change to find out if there is going to be any fee.&lt;br /&gt;
&lt;br /&gt;
You may modify the additional information associated with a .JOBS domain name, from this interface.&lt;br /&gt;
&lt;br /&gt;
In case of a .NL (Anchor: nladdrules) domain name, the following is relevant:&lt;br /&gt;
&lt;br /&gt;
There is no Billing Contact for a .NL domain name.&lt;br /&gt;
&lt;br /&gt;
You can not modify the Registrant Contact&#039;s Name, Company Name or Legal Form. If you wish to modify the Registrant Contact Details of your .NL domain name, you need to instead create a new Contact and assign it as the Registrant Contact.&lt;br /&gt;
&lt;br /&gt;
Modifying any information of the Registrant Contact for a .NZ (Anchor: nzaddrules) domain name will result in the change(s) being applied to all .NZ domain names using this Contact. This will also result in a new Unique Domain Authentication ID (UDAI) being generated for each affected domain name.&lt;br /&gt;
&lt;br /&gt;
You may modify the Profession for a .PRO domain name, from this interface.&lt;br /&gt;
&lt;br /&gt;
Contacts Management Independent of Domain Name &lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Apart from the above process, Contacts can be created and managed independent of the domain name(s), directly from within the Customer Control Panel 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact Details Modification Errors and Domain Name Extension Specific Conditions &lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
You will encounter the below error message in case the domain name is either:&lt;br /&gt;
&lt;br /&gt;
Locked/Suspended at the Registry (and not under our system), or&lt;br /&gt;
&lt;br /&gt;
a Transfer Away for the domain name to another Registrar is under process&lt;br /&gt;
Attention&lt;br /&gt;
&lt;br /&gt;
Domain Status does not allow this operation.&lt;br /&gt;
&lt;br /&gt;
If you wish to modify your domain name&#039;s Contact Details in these circumstances, you have the following solutions:&lt;br /&gt;
&lt;br /&gt;
Lock/Suspension applied at the Registry: Contact our Support Team at http://www.osspl.com/contact to know the reason for Lock/Suspension and how this Lock/Suspension may be removed.&lt;br /&gt;
&lt;br /&gt;
While a Transfer Away is under process:&lt;br /&gt;
&lt;br /&gt;
Cancel the Transfer through the link listed in the email sent to the Registrant/Administrative Contact of the domain name and then perform the required modification, or&lt;br /&gt;
&lt;br /&gt;
Wait for the Transfer to complete and then carry out the desired modification at the New Registrar.&lt;br /&gt;
&lt;br /&gt;
While you may modify the Contact Details of a .AU domain name, you may not associate different Eligibility information for the Registrant Contact.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
.AU Eligibility Information&lt;br /&gt;
&lt;br /&gt;
Modification of Registrant Contact of a Third level .ME domain name would be allowed, only if the Registrant remains a Montenegrin individual or entity.&lt;br /&gt;
&lt;br /&gt;
While modifying the Contact Details for a .US domain name, the system would collect additional Nexus information, if the same is not already associated with the new Registrant Contact. 4&lt;br /&gt;
&lt;br /&gt;
Modifying CED Contact Details for a .ASIA domain name&lt;br /&gt;
&lt;br /&gt;
At the time of registering a .ASIA domain name, you are required to designate a CED Contact.&lt;br /&gt;
About CED Contact &lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
CED Contact&lt;br /&gt;
&lt;br /&gt;
In this regard,&lt;br /&gt;
&lt;br /&gt;
you may choose either the Registrant, Admin, Technical or Billing Contact as the CED Contact, or&lt;br /&gt;
&lt;br /&gt;
if none of these Contacts meet the CED requirement, you can use the CED Contact provided by Prime. In this case, the Technical Contact provided by you gets replaced by the CED Contact. Due to this, information of the Technical Contact associated with such a .ASIA domain name cannot be modified.&lt;br /&gt;
&lt;br /&gt;
To Modify the CED Contact associated with a .ASIA domain name&lt;br /&gt;
&lt;br /&gt;
Login to your Control Panel, search for the domain name and proceed to the Order Information view. 5&lt;br /&gt;
About .ASIA Lock / Suspension &lt;br /&gt;
&lt;br /&gt;
Note :If the domain name is Locked/Suspended, you will have to first get it Unlocked/Unsuspended it before proceeding further.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Locked by you, you may proceed without Unlocking it.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Locked by Prime, you need to get it Unlocked first. Contact our Support Team at https://h.osspl.com.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Suspended by either you or Prime, it needs to be first Unsuspended, before you can proceed.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Unlocking a domain name&lt;br /&gt;
&lt;br /&gt;
Unsuspending a domain name&lt;br /&gt;
&lt;br /&gt;
Click the Contact Details link.&lt;br /&gt;
&lt;br /&gt;
The existing CED Contact is marked as (CED). Here, you may modify the CED Contact specific details.&lt;br /&gt;
&lt;br /&gt;
You may also select one of the other Contacts (Registrant, Administrative, Billing or Technical) as the CED Contact for the domain name. For this, click the specific Contact, select the Use this as your local Contact(CED) checkbox. If the newly selected Contact has never been used as a CED Contact before, you would be prompted to provide additional information, so as to declare that this Contact is a legal entity within the DotAsia Community. Provide the details.&lt;br /&gt;
&lt;br /&gt;
If you had chosen the CED Contact provided by Prime during the registration of your .ASIA domain name, the newly selected CED Contact will now be listed as the Technical Contact for your domain name.&lt;br /&gt;
&lt;br /&gt;
Click the Save Contact Details button.&lt;br /&gt;
&lt;br /&gt;
.ASIA CED Contact Modification Errors &lt;br /&gt;
Note :You will encounter the below error message in case the domain name is either:&lt;br /&gt;
&lt;br /&gt;
Locked/Suspended at the Registry (and not under our system), or&lt;br /&gt;
&lt;br /&gt;
a Transfer Away for the domain name to another Registrar is under process&lt;br /&gt;
Attention&lt;br /&gt;
&lt;br /&gt;
Domain Status does not allow this operation.&lt;br /&gt;
&lt;br /&gt;
If you wish to modify your domain name&#039;s Contact Details in these circumstances, you have the following solutions:&lt;br /&gt;
&lt;br /&gt;
Lock/Suspension applied at the Registry: Contact our Support Team via http://h.osspl.com to know the reason for Lock/Suspension and how this Lock/Suspension may be removed.&lt;br /&gt;
&lt;br /&gt;
While a Transfer Away is under process:&lt;br /&gt;
&lt;br /&gt;
Cancel the Transfer through the link listed in the email sent to the Registrant/Administrative Contact of the domain name and then perform the required modification, or&lt;br /&gt;
&lt;br /&gt;
Wait for the Transfer to complete and then carry out the desired modification at the New Registrar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Support Knowledge Base Wiki.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, we have listed information on our current web products and services and answers to possibly all your queries or faqs. This Support Wiki cum KnowledgeBase has been divided into categories indicating a particular interface or a particular product or service offering. These have been further logically divided into sub-categories and answers, detailing a particular action or guide.&lt;br /&gt;
&lt;br /&gt;
If you are unable to locate your answer, please use search box provided on each page or inform our support team.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Business Email]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Defining_Privacy_Protection&amp;diff=531</id>
		<title>Defining Privacy Protection</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Defining_Privacy_Protection&amp;diff=531"/>
		<updated>2025-08-28T00:23:03Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When you Register a domain name with Prime, the WHOIS or RDDS of your domain name lists your personal information (such as Name, Company Name, Address, Telephone Number, Email Address) as Contact Details for that domain name. This information becomes available to anyone who performs a WHOIS lookup of your domain name.&lt;br /&gt;
&lt;br /&gt;
Your personal information is, therefore, at risk from being manipulated by data miners, who can then target you via junk email, prank telephone calls, postal messages, fax messages, etc..&lt;br /&gt;
&lt;br /&gt;
Using Prime&#039;s Privacy Protection service, you may immediately put a stop to such abuse. When you enable this service for your domain name, we replace your Contact Details in the Whois information with our generic contact details, thus, masking your personal contact details.&lt;br /&gt;
&lt;br /&gt;
The Registration Data Directory Services (RDDS), formerly WHOIS, system is a set of independently operated and distributed databases that are responsible for their portion of the Internet&#039;s identifiers, the responsible parties being known as registrars and registries. - ICANN&lt;br /&gt;
&lt;br /&gt;
Note :This feature is not available for the following TLDs (extensions):&lt;br /&gt;
&lt;br /&gt;
Due to restrictions imposed by the Registry Operator:&lt;br /&gt;
&lt;br /&gt;
.ASIA&lt;br /&gt;
&lt;br /&gt;
.AU&lt;br /&gt;
&lt;br /&gt;
.CA&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Hiding/Publishing Contact Details in the Whois of a .CA Domain Name&lt;br /&gt;
&lt;br /&gt;
.CN&lt;br /&gt;
&lt;br /&gt;
.DE&lt;br /&gt;
&lt;br /&gt;
.ES&lt;br /&gt;
&lt;br /&gt;
.EU&lt;br /&gt;
&lt;br /&gt;
.IN&lt;br /&gt;
&lt;br /&gt;
.NL&lt;br /&gt;
&lt;br /&gt;
.NZ&lt;br /&gt;
&lt;br /&gt;
.PRO&lt;br /&gt;
&lt;br /&gt;
.RU&lt;br /&gt;
&lt;br /&gt;
.SX&lt;br /&gt;
&lt;br /&gt;
.TEL&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Hiding/Publishing Contact Details in the Whois of a .TEL Domain Name&lt;br /&gt;
&lt;br /&gt;
.UK&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
.UK Registrants who are non-trading individuals (those who do not use or plan to use their domain name for business, trade [including registration of domain names for monetization purposes] or professional transactions) can choose to opt out of having their Contact Details displayed in the Whois lookup.&lt;br /&gt;
&lt;br /&gt;
This option can be enabled by the Registrant from within his control panel.&lt;br /&gt;
&lt;br /&gt;
.US&lt;br /&gt;
&lt;br /&gt;
Due to other restrictions:&lt;br /&gt;
&lt;br /&gt;
.ORG.CO, .MIL.CO, .GOV.CO, .EDU.CO&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Support Knowledge Base Wiki.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, we have listed information on our current web products and services and answers to possibly all your queries or faqs. This Support Wiki cum KnowledgeBase has been divided into categories indicating a particular interface or a particular product or service offering. These have been further logically divided into sub-categories and answers, detailing a particular action or guide.&lt;br /&gt;
&lt;br /&gt;
If you are unable to locate your answer, please use search box provided on each page or inform our support team.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Business Email]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Category:DNS&amp;diff=530</id>
		<title>Category:DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Category:DNS&amp;diff=530"/>
		<updated>2025-07-13T12:01:21Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Premium DNS is your gateway to a secure, stable and fast Domain Name System (DNS). With Premium DNS you can ensure that your websites are blazing fast, your DNS records propagate instantaneously and your domains are always secure with enterprise grade security.&lt;br /&gt;
&lt;br /&gt;
The first part of a request to a website is typically a DNS lookup. If the DNS server is not close to the customer this will result in a slow lookup ultimately leading to a slower loading website. With anycast servers your dns zones are pushed to all dns servers around the world. Any DNS requests are routed to the closest server possible thus resulting in a faster loading website and an optimal end-user experience.&lt;br /&gt;
&lt;br /&gt;
Premium DNS also comes along with DDoS protection. The Enterprise Grade DDoS protection will keep your DNS Zone protected from DNS DDoS attacks at all times    &lt;br /&gt;
&lt;br /&gt;
What is offered with my premium DNS service? &lt;br /&gt;
&lt;br /&gt;
DDoS Protection, DKIM Record, DMARC Record, SPF Record, IPv6 and Unlimited DNS Records&lt;br /&gt;
&lt;br /&gt;
To start using the DNS Service, you need to:&lt;br /&gt;
&lt;br /&gt;
    Purchase the Premium DNS service&lt;br /&gt;
    Change your domain name with our Name Servers&lt;br /&gt;
&lt;br /&gt;
Purchase the Premium DNS Service&lt;br /&gt;
&lt;br /&gt;
Login to your Control Panel, Search for the domain name for which you want to purchase the Premium DNS service and go to the Order Information view. &lt;br /&gt;
&lt;br /&gt;
    Click Premium DNS.&lt;br /&gt;
&lt;br /&gt;
    Proceed with the purchase of the Premium DNS service&lt;br /&gt;
&lt;br /&gt;
    Click the Buy Now button.&lt;br /&gt;
&lt;br /&gt;
    Proceed to pay for the Invoice generated.&lt;br /&gt;
&lt;br /&gt;
Change the Name Servers of your domain name to our Name Servers&lt;br /&gt;
&lt;br /&gt;
[https://l.osspl.com/l Login to your Control Panel], Search for the domain name for which you want to purchase the Premium DNS service and go to the Order Information view. &lt;br /&gt;
    Click Premium DNS, under domain management. &lt;br /&gt;
    Click Manage Premium DNS to open Premium DNS interface.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Category:DNS&amp;diff=529</id>
		<title>Category:DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Category:DNS&amp;diff=529"/>
		<updated>2025-07-13T11:59:13Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Premium DNS is your gateway to a secure, stable and fast Domain Name System (DNS). With Premium DNS you can ensure that your websites are blazing fast, your DNS records propagate instantaneously and your domains are always secure with enterprise grade security.   The first part of a request to a website is typically a DNS lookup. If the DNS server is not close to the customer this will result in a slow lookup ultimately leading to a slower loading website. With anycast s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Premium DNS is your gateway to a secure, stable and fast Domain Name System (DNS). With Premium DNS you can ensure that your websites are blazing fast, your DNS records propagate instantaneously and your domains are always secure with enterprise grade security.&lt;br /&gt;
&lt;br /&gt;
 The first part of a request to a website is typically a DNS lookup. If the DNS server is not close to the customer this will result in a slow lookup ultimately leading to a slower loading website. With anycast servers your dns zones are pushed to all dns servers around the world. Any DNS requests are routed to the closest server possible thus resulting in a faster loading website and an optimal end-user experience.&lt;br /&gt;
&lt;br /&gt;
Premium DNS also comes along with DDoS protection. The Enterprise Grade DDoS protection will keep your DNS Zone protected from DNS DDoS attacks at all times    &lt;br /&gt;
&lt;br /&gt;
What is offered with my premium DNS service? &lt;br /&gt;
&lt;br /&gt;
DDoS Protection, DKIM Record, DMARC Record, SPF Record, IPv6 and Unlimited DNS Records&lt;br /&gt;
&lt;br /&gt;
To start using the DNS Service, you need to:&lt;br /&gt;
&lt;br /&gt;
    Purchase the Premium DNS service&lt;br /&gt;
    Change your domain name with our Name Servers&lt;br /&gt;
&lt;br /&gt;
Purchase the Premium DNS Service&lt;br /&gt;
&lt;br /&gt;
    Login to your Control Panel, Search for the domain name for which you want to purchase the Premium DNS service and go to the Order Information view. &lt;br /&gt;
&lt;br /&gt;
    Click Premium DNS.&lt;br /&gt;
&lt;br /&gt;
    Proceed with the purchase of the Premium DNS service&lt;br /&gt;
&lt;br /&gt;
    Click the Buy Now button.&lt;br /&gt;
&lt;br /&gt;
    Proceed to pay for the Invoice generated.&lt;br /&gt;
&lt;br /&gt;
Change the Name Servers of your domain name to our Name Servers&lt;br /&gt;
&lt;br /&gt;
    Login to your Control Panel, Search for the domain name for which you want to purchase the Premium DNS service and go to the Order Information view. &lt;br /&gt;
    Click Premium DNS, under domain management. &lt;br /&gt;
    Click Manage Premium DNS button to open the Premium DNS interface.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=528</id>
		<title>Manage DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=528"/>
		<updated>2025-07-13T11:50:56Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage Free DNS records (A, TXT, MX, CNAME, etc) on a DIY basis.&lt;br /&gt;
&lt;br /&gt;
[https://l.osspl.com/l Click here to Login] &amp;gt; Use forgot password if needed &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records&lt;br /&gt;
&lt;br /&gt;
Once DNS changes are saved, it may take upto 48 hours for propagation. If you need faster and more secure DNS services, migrate to our [https://www.indiahosting.org/product/business-host/ cloud hosting] with free Premium DNS.&lt;br /&gt;
&lt;br /&gt;
The Domain Name System (DNS) is a distributed database, arranged hierarchically, containing records for domain names. The DNS system&#039;s main aim is to match a domain name to an IP Address. In order to fulfill this role, the DNS Server contains Resource Records (Records) in a Zone File, which contains the domain name and IP address mappings for computers contained within that Zone. All Resource Records have a Time To Live TTL (TTL), specifying the number of seconds other DNS servers and applications are allowed to cache the Record.&lt;br /&gt;
&lt;br /&gt;
If you need more detailed technical guides, refer below or search at https://osspl.myorderbox.com/kb/&lt;br /&gt;
&lt;br /&gt;
Mail Exchanger (MX) Record (Anchor: defmx): An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@osspl.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.osspl.com or someone else&#039;s email server like mx1.osspl.com). Then it looks up the A Record for the email server to connect to its IP address.&lt;br /&gt;
&lt;br /&gt;
An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.&lt;br /&gt;
&lt;br /&gt;
Canonical Name (CNAME) Record (Anchor: defcname): CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).&lt;br /&gt;
&lt;br /&gt;
Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
www.abc.in could be CNAME to www.abc.com.&lt;br /&gt;
&lt;br /&gt;
The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)].&lt;br /&gt;
&lt;br /&gt;
CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.&lt;br /&gt;
&lt;br /&gt;
Name Server (NS) Record (Anchor: defns): NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.&lt;br /&gt;
&lt;br /&gt;
The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.&lt;br /&gt;
&lt;br /&gt;
You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn&#039;t really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.&lt;br /&gt;
&lt;br /&gt;
Text (TXT) Records (Anchor: deftxt): TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.&lt;br /&gt;
&lt;br /&gt;
TXT Record can be used to implement the following:&lt;br /&gt;
&lt;br /&gt;
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name. 1. The technology requires two sides to work in tandem:&lt;br /&gt;
&lt;br /&gt;
        The domain owner publishes this information in an TXT Record in the domain&#039;s DNS zone, and when someone else&#039;s email server receives a message claiming to come from that domain, then&lt;br /&gt;
&lt;br /&gt;
        the receiving server can check whether the message complies with the domain&#039;s stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.&lt;br /&gt;
&lt;br /&gt;
    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). 2&lt;br /&gt;
&lt;br /&gt;
Service (SRV) Record (Anchor: defsrv): An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.&lt;br /&gt;
&lt;br /&gt;
The SRV Record has a priority field similar to an MX Record&#039;s priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record&#039;s host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.&lt;br /&gt;
&lt;br /&gt;
Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.&lt;br /&gt;
&lt;br /&gt;
Start of Authority (SOA) Record (Anchor: defsoa): Each Zone contains a single SOA Record, which holds the following values for the Zone:&lt;br /&gt;
&lt;br /&gt;
    Name of Primary DNS Server: The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.&lt;br /&gt;
&lt;br /&gt;
    Mailbox of the Responsible Person: The email address of the person responsible for maintenance of the Zone.&lt;br /&gt;
&lt;br /&gt;
    Serial Number: Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is automatically increased by our DNS servers when changes to the Zone or its Records are made.&lt;br /&gt;
&lt;br /&gt;
    Refresh Interval: How often the Secondary DNS servers should check if changes are made to the zone.&lt;br /&gt;
&lt;br /&gt;
    Retry Interval: How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.&lt;br /&gt;
&lt;br /&gt;
    Expire Interval: How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.&lt;br /&gt;
&lt;br /&gt;
    Minimum (Default) TTL: Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.).&lt;br /&gt;
&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;br /&gt;
[[Category: Indian websites]]&lt;br /&gt;
[[Category: API Guides]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Transferring_your_Domain&amp;diff=527</id>
		<title>Transferring your Domain</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Transferring_your_Domain&amp;diff=527"/>
		<updated>2025-07-13T11:49:48Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before proceeding with Domain Transfer, you are advised to first check the following:&lt;br /&gt;
&lt;br /&gt;
Confirm if your domain name can be transferred.&lt;br /&gt;
&lt;br /&gt;
Check if you require to obtain a Domain (Transfer) Secret or Authorization Code or Domain Authentication ID for your domain name prior to placing a Transfer request. After you have confirmed these, you may place a Transfer request for your domain name at https://www.osspl.com/&lt;br /&gt;
&lt;br /&gt;
Signup or Login at https://www.osspl.com - In the Menu, point to Manage Orders and then click Transfer Domain.&lt;br /&gt;
&lt;br /&gt;
Now, enter the domain name you wish to Transfer - About Domain (Transfer) Secret Key/Authorization Code Requirement &lt;br /&gt;
&lt;br /&gt;
Click the Transfer button - Click the icon to change the Contacts and Name servers&lt;br /&gt;
&lt;br /&gt;
Contacts: Click the Change Contact button. Then, you may select from the available list of Contacts or Add a New Contact by clicking the Add New button.&lt;br /&gt;
&lt;br /&gt;
Name Servers: Click the Change Name Servers tab and specify the Name Servers.&lt;br /&gt;
&lt;br /&gt;
Additional Information&lt;br /&gt;
Default Contacts IDs and Default Name Servers Settings within the Customer Control Panel&lt;br /&gt;
&lt;br /&gt;
Proceed with the Payment of the Invoice - Paying for an Invoice&lt;br /&gt;
&lt;br /&gt;
After you have placed the Transfer Order, the Administrative Contact for the domain name will receive an e-mail from OSS Prime Linuxers for the Transfer Authorization process, which needs to be approved within 5 days.&lt;br /&gt;
&lt;br /&gt;
Domain Transfer Authorization &lt;br /&gt;
&lt;br /&gt;
Note: If the Administrative Contact does not approve the Transfer within 5 days, it is assumed that the Admin Contact does not wish for the Transfer to complete and the Order is deleted in our system.&lt;br /&gt;
&lt;br /&gt;
Provide the Domain (Transfer) Secret Key/Authorization Code and click the Submit button.&lt;br /&gt;
Note :The Domain (Transfer) Secret Key/Authorization Code can be submitted through the approval link or from within your Control Panel, within 30 days after the Transfer Order is placed. If the Authorization Code provided is incorrect, the transfer will not proceed - you will have to verify the code with the current Registrar, and submit the correct code from the approval link or the Control Panel.&lt;br /&gt;
&lt;br /&gt;
Once the mail has been approved by the Administrative Contact and the Domain (Transfer) Secret Key/Authorization Code submitted, the Current Registrar will be notified regarding the transfer.&lt;br /&gt;
&lt;br /&gt;
The Current Registrar will send an e-mail to the Registrant and/or the Administrative Contact of the concerned domain name to confirm that they wish to Transfer their domain name. If the Transfer is not denied by either the Registrant or the Administrative Contact or the Current Registrar, the domain name will be Transferred to you under OSS Prime Linuxers in the next 5 days.&lt;br /&gt;
&lt;br /&gt;
Transfer Status, Domain (Transfer) Secret Change and Other Conditions &lt;br /&gt;
&lt;br /&gt;
Domain Theft Protection&lt;br /&gt;
&lt;br /&gt;
Once a domain name having an associated Domain (Transfer) Secret is transferred to OSS Prime Linuxers from another Registrar, the system would set a new Domain (Transfer) Secret for such a domain name. This process is implemented from a security perspective.&lt;br /&gt;
&lt;br /&gt;
Explaining Domain (Transfer) Secret or Authorization (Auth) Code and How to Obtain it from your Current Registrar?&lt;br /&gt;
&lt;br /&gt;
A Domain (Transfer) Secret or Authorization (Auth) Code is a code assigned by the Registrar at the time the domain name was Registered. This Domain (Transfer) Secret acts like a password for a domain name, ensuring that only the owner of the domain can Transfer their domain name.&lt;br /&gt;
&lt;br /&gt;
To Transfer any domain name, of any of the following TLDs (extensions), you would require to first obtain the Domain (Transfer) Secret or Auth. Code from your Current Registrar. Ideally, your domain name&#039;s Domain (Transfer) Secret or Auth Code should be available within the Control Panel provided by your Registrar. In the event that you are not able to locate your Domain (Transfer) Secret or Auth Code, you need to contact the Support Team of your Current Registrar, to obtain the same.&lt;br /&gt;
&lt;br /&gt;
Should you Transfer a Domain or Change Name Servers to secure your digital assets? Read useful tips at https://www.wisepoint.org/2423&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;br /&gt;
[[Category: Property]]&lt;br /&gt;
[[Category: Indian websites]]&lt;br /&gt;
[[Category: Reseller]]&lt;br /&gt;
[[Category: API Guides]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=526</id>
		<title>Manage DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=526"/>
		<updated>2025-07-02T08:43:52Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage Free DNS records (A, TXT, MX, CNAME, etc) on a DIY basis.&lt;br /&gt;
&lt;br /&gt;
[https://l.osspl.com/l Click here to Login] &amp;gt; Use forgot password if needed &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records&lt;br /&gt;
&lt;br /&gt;
[[File:Locate DNS.png|thumb|alt=Manage DNS|Manage Free DNS]]&lt;br /&gt;
&lt;br /&gt;
Once DNS changes are saved, it may take upto 48 hours for propagation. If you need faster and more secure DNS services, migrate to our [https://www.indiahosting.org/product/business-host/ cloud hosting] with free Premium DNS.&lt;br /&gt;
&lt;br /&gt;
The Domain Name System (DNS) is a distributed database, arranged hierarchically, containing records for domain names. The DNS system&#039;s main aim is to match a domain name to an IP Address. In order to fulfill this role, the DNS Server contains Resource Records (Records) in a Zone File, which contains the domain name and IP address mappings for computers contained within that Zone. All Resource Records have a Time To Live TTL (TTL), specifying the number of seconds other DNS servers and applications are allowed to cache the Record.&lt;br /&gt;
&lt;br /&gt;
If you need more detailed technical guides, refer below or search at https://osspl.myorderbox.com/kb/&lt;br /&gt;
&lt;br /&gt;
Mail Exchanger (MX) Record (Anchor: defmx): An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@osspl.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.osspl.com or someone else&#039;s email server like mx1.osspl.com). Then it looks up the A Record for the email server to connect to its IP address.&lt;br /&gt;
&lt;br /&gt;
An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.&lt;br /&gt;
&lt;br /&gt;
Canonical Name (CNAME) Record (Anchor: defcname): CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).&lt;br /&gt;
&lt;br /&gt;
Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
www.abc.in could be CNAME to www.abc.com.&lt;br /&gt;
&lt;br /&gt;
The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)].&lt;br /&gt;
&lt;br /&gt;
CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.&lt;br /&gt;
&lt;br /&gt;
Name Server (NS) Record (Anchor: defns): NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.&lt;br /&gt;
&lt;br /&gt;
The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.&lt;br /&gt;
&lt;br /&gt;
You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn&#039;t really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.&lt;br /&gt;
&lt;br /&gt;
Text (TXT) Records (Anchor: deftxt): TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.&lt;br /&gt;
&lt;br /&gt;
TXT Record can be used to implement the following:&lt;br /&gt;
&lt;br /&gt;
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name. 1. The technology requires two sides to work in tandem:&lt;br /&gt;
&lt;br /&gt;
        The domain owner publishes this information in an TXT Record in the domain&#039;s DNS zone, and when someone else&#039;s email server receives a message claiming to come from that domain, then&lt;br /&gt;
&lt;br /&gt;
        the receiving server can check whether the message complies with the domain&#039;s stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.&lt;br /&gt;
&lt;br /&gt;
    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). 2&lt;br /&gt;
&lt;br /&gt;
Service (SRV) Record (Anchor: defsrv): An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.&lt;br /&gt;
&lt;br /&gt;
The SRV Record has a priority field similar to an MX Record&#039;s priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record&#039;s host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.&lt;br /&gt;
&lt;br /&gt;
Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.&lt;br /&gt;
&lt;br /&gt;
Start of Authority (SOA) Record (Anchor: defsoa): Each Zone contains a single SOA Record, which holds the following values for the Zone:&lt;br /&gt;
&lt;br /&gt;
    Name of Primary DNS Server: The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.&lt;br /&gt;
&lt;br /&gt;
    Mailbox of the Responsible Person: The email address of the person responsible for maintenance of the Zone.&lt;br /&gt;
&lt;br /&gt;
    Serial Number: Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is automatically increased by our DNS servers when changes to the Zone or its Records are made.&lt;br /&gt;
&lt;br /&gt;
    Refresh Interval: How often the Secondary DNS servers should check if changes are made to the zone.&lt;br /&gt;
&lt;br /&gt;
    Retry Interval: How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.&lt;br /&gt;
&lt;br /&gt;
    Expire Interval: How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.&lt;br /&gt;
&lt;br /&gt;
    Minimum (Default) TTL: Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.).&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=525</id>
		<title>Manage DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=525"/>
		<updated>2025-07-02T08:41:23Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage DNS records (A, TXT, CNAME, etc) on DIY basis.&lt;br /&gt;
&lt;br /&gt;
Visit https://www.indiahosting.org &amp;gt; My Domains &amp;gt; Login with your email &amp;gt; Or use forgot password &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records&lt;br /&gt;
&lt;br /&gt;
[[File:Locate DNS.png|thumb|alt=Manage DNS|Manage Free DNS]]&lt;br /&gt;
&lt;br /&gt;
Once DNS changes are saved, it may take upto 48 hours for propagation. If you need faster and more secure DNS services, migrate to our [https://www.indiahosting.org/product/business-host/ cloud hosting] with free Premium DNS.&lt;br /&gt;
&lt;br /&gt;
The Domain Name System (DNS) is a distributed database, arranged hierarchically, containing records for domain names. The DNS system&#039;s main aim is to match a domain name to an IP Address. In order to fulfill this role, the DNS Server contains Resource Records (Records) in a Zone File, which contains the domain name and IP address mappings for computers contained within that Zone. All Resource Records have a Time To Live TTL (TTL), specifying the number of seconds other DNS servers and applications are allowed to cache the Record.&lt;br /&gt;
&lt;br /&gt;
If you need more detailed technical guides, refer below or search at https://osspl.myorderbox.com/kb/&lt;br /&gt;
&lt;br /&gt;
Mail Exchanger (MX) Record (Anchor: defmx): An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@osspl.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.osspl.com or someone else&#039;s email server like mx1.osspl.com). Then it looks up the A Record for the email server to connect to its IP address.&lt;br /&gt;
&lt;br /&gt;
An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.&lt;br /&gt;
&lt;br /&gt;
Canonical Name (CNAME) Record (Anchor: defcname): CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).&lt;br /&gt;
&lt;br /&gt;
Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
www.abc.in could be CNAME to www.abc.com.&lt;br /&gt;
&lt;br /&gt;
The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)].&lt;br /&gt;
&lt;br /&gt;
CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.&lt;br /&gt;
&lt;br /&gt;
Name Server (NS) Record (Anchor: defns): NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.&lt;br /&gt;
&lt;br /&gt;
The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.&lt;br /&gt;
&lt;br /&gt;
You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn&#039;t really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.&lt;br /&gt;
&lt;br /&gt;
Text (TXT) Records (Anchor: deftxt): TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.&lt;br /&gt;
&lt;br /&gt;
TXT Record can be used to implement the following:&lt;br /&gt;
&lt;br /&gt;
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name. 1. The technology requires two sides to work in tandem:&lt;br /&gt;
&lt;br /&gt;
        The domain owner publishes this information in an TXT Record in the domain&#039;s DNS zone, and when someone else&#039;s email server receives a message claiming to come from that domain, then&lt;br /&gt;
&lt;br /&gt;
        the receiving server can check whether the message complies with the domain&#039;s stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.&lt;br /&gt;
&lt;br /&gt;
    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). 2&lt;br /&gt;
&lt;br /&gt;
Service (SRV) Record (Anchor: defsrv): An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.&lt;br /&gt;
&lt;br /&gt;
The SRV Record has a priority field similar to an MX Record&#039;s priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record&#039;s host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.&lt;br /&gt;
&lt;br /&gt;
Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.&lt;br /&gt;
&lt;br /&gt;
Start of Authority (SOA) Record (Anchor: defsoa): Each Zone contains a single SOA Record, which holds the following values for the Zone:&lt;br /&gt;
&lt;br /&gt;
    Name of Primary DNS Server: The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.&lt;br /&gt;
&lt;br /&gt;
    Mailbox of the Responsible Person: The email address of the person responsible for maintenance of the Zone.&lt;br /&gt;
&lt;br /&gt;
    Serial Number: Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is automatically increased by our DNS servers when changes to the Zone or its Records are made.&lt;br /&gt;
&lt;br /&gt;
    Refresh Interval: How often the Secondary DNS servers should check if changes are made to the zone.&lt;br /&gt;
&lt;br /&gt;
    Retry Interval: How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.&lt;br /&gt;
&lt;br /&gt;
    Expire Interval: How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.&lt;br /&gt;
&lt;br /&gt;
    Minimum (Default) TTL: Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.).&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=524</id>
		<title>Manage DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=524"/>
		<updated>2025-07-02T08:40:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage DNS records (A, TXT, CNAME, etc) on DIY basis.&lt;br /&gt;
&lt;br /&gt;
Visit https://www.indiahosting.org &amp;gt; My Domains &amp;gt; Login with your email &amp;gt; Or use forgot password &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records&lt;br /&gt;
&lt;br /&gt;
[[File:Locate DNS.png|thumb|alt=Manage DNS|Manage DNS]]&lt;br /&gt;
&lt;br /&gt;
Once DNS changes are saved, it may take upto 48 hours for propagation. If you need faster and more secure DNS services, migrate to our [https://www.indiahosting.org/product/business-host/ cloud hosting] with free Premium DNS.&lt;br /&gt;
&lt;br /&gt;
The Domain Name System (DNS) is a distributed database, arranged hierarchically, containing records for domain names. The DNS system&#039;s main aim is to match a domain name to an IP Address. In order to fulfill this role, the DNS Server contains Resource Records (Records) in a Zone File, which contains the domain name and IP address mappings for computers contained within that Zone. All Resource Records have a Time To Live TTL (TTL), specifying the number of seconds other DNS servers and applications are allowed to cache the Record.&lt;br /&gt;
&lt;br /&gt;
If you need more detailed technical guides, refer below or search at https://osspl.myorderbox.com/kb/&lt;br /&gt;
&lt;br /&gt;
Mail Exchanger (MX) Record (Anchor: defmx): An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@osspl.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.osspl.com or someone else&#039;s email server like mx1.osspl.com). Then it looks up the A Record for the email server to connect to its IP address.&lt;br /&gt;
&lt;br /&gt;
An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.&lt;br /&gt;
&lt;br /&gt;
Canonical Name (CNAME) Record (Anchor: defcname): CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).&lt;br /&gt;
&lt;br /&gt;
Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
www.abc.in could be CNAME to www.abc.com.&lt;br /&gt;
&lt;br /&gt;
The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)].&lt;br /&gt;
&lt;br /&gt;
CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.&lt;br /&gt;
&lt;br /&gt;
Name Server (NS) Record (Anchor: defns): NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.&lt;br /&gt;
&lt;br /&gt;
The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.&lt;br /&gt;
&lt;br /&gt;
You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn&#039;t really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.&lt;br /&gt;
&lt;br /&gt;
Text (TXT) Records (Anchor: deftxt): TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.&lt;br /&gt;
&lt;br /&gt;
TXT Record can be used to implement the following:&lt;br /&gt;
&lt;br /&gt;
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name. 1. The technology requires two sides to work in tandem:&lt;br /&gt;
&lt;br /&gt;
        The domain owner publishes this information in an TXT Record in the domain&#039;s DNS zone, and when someone else&#039;s email server receives a message claiming to come from that domain, then&lt;br /&gt;
&lt;br /&gt;
        the receiving server can check whether the message complies with the domain&#039;s stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.&lt;br /&gt;
&lt;br /&gt;
    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). 2&lt;br /&gt;
&lt;br /&gt;
Service (SRV) Record (Anchor: defsrv): An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.&lt;br /&gt;
&lt;br /&gt;
The SRV Record has a priority field similar to an MX Record&#039;s priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record&#039;s host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.&lt;br /&gt;
&lt;br /&gt;
Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.&lt;br /&gt;
&lt;br /&gt;
Start of Authority (SOA) Record (Anchor: defsoa): Each Zone contains a single SOA Record, which holds the following values for the Zone:&lt;br /&gt;
&lt;br /&gt;
    Name of Primary DNS Server: The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.&lt;br /&gt;
&lt;br /&gt;
    Mailbox of the Responsible Person: The email address of the person responsible for maintenance of the Zone.&lt;br /&gt;
&lt;br /&gt;
    Serial Number: Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is automatically increased by our DNS servers when changes to the Zone or its Records are made.&lt;br /&gt;
&lt;br /&gt;
    Refresh Interval: How often the Secondary DNS servers should check if changes are made to the zone.&lt;br /&gt;
&lt;br /&gt;
    Retry Interval: How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.&lt;br /&gt;
&lt;br /&gt;
    Expire Interval: How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.&lt;br /&gt;
&lt;br /&gt;
    Minimum (Default) TTL: Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.).&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=523</id>
		<title>Manage DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=523"/>
		<updated>2025-07-02T08:38:07Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage DNS records (A, TXT, CNAME, etc) on DIY basis.&lt;br /&gt;
&lt;br /&gt;
Visit https://www.indiahosting.org &amp;gt; My Domains &amp;gt; Login with your email &amp;gt; Or use forgot password &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records&lt;br /&gt;
&lt;br /&gt;
[[File:Locate DNS.png|thumb|alt=Manage DNS|Manage DNS]]&lt;br /&gt;
&lt;br /&gt;
Once DNS changes are saved, it may take upto 48 hours for propagation. If you need faster and more secure DNS services, buy Premium DNS from right side menu in Domain cPanel.&lt;br /&gt;
&lt;br /&gt;
The Domain Name System (DNS) is a distributed database, arranged hierarchically, containing records for domain names. The DNS system&#039;s main aim is to match a domain name to an IP Address. In order to fulfill this role, the DNS Server contains Resource Records (Records) in a Zone File, which contains the domain name and IP address mappings for computers contained within that Zone. All Resource Records have a Time To Live TTL (TTL), specifying the number of seconds other DNS servers and applications are allowed to cache the Record.&lt;br /&gt;
&lt;br /&gt;
If you need more detailed technical guides, refer below or search at https://osspl.myorderbox.com/kb/&lt;br /&gt;
&lt;br /&gt;
Mail Exchanger (MX) Record (Anchor: defmx): An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@osspl.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.osspl.com or someone else&#039;s email server like mx1.osspl.com). Then it looks up the A Record for the email server to connect to its IP address.&lt;br /&gt;
&lt;br /&gt;
An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.&lt;br /&gt;
&lt;br /&gt;
Canonical Name (CNAME) Record (Anchor: defcname): CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).&lt;br /&gt;
&lt;br /&gt;
Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
www.abc.in could be CNAME to www.abc.com.&lt;br /&gt;
&lt;br /&gt;
The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)].&lt;br /&gt;
&lt;br /&gt;
CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.&lt;br /&gt;
&lt;br /&gt;
Name Server (NS) Record (Anchor: defns): NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.&lt;br /&gt;
&lt;br /&gt;
The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.&lt;br /&gt;
&lt;br /&gt;
You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn&#039;t really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.&lt;br /&gt;
&lt;br /&gt;
Text (TXT) Records (Anchor: deftxt): TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.&lt;br /&gt;
&lt;br /&gt;
TXT Record can be used to implement the following:&lt;br /&gt;
&lt;br /&gt;
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name. 1. The technology requires two sides to work in tandem:&lt;br /&gt;
&lt;br /&gt;
        The domain owner publishes this information in an TXT Record in the domain&#039;s DNS zone, and when someone else&#039;s email server receives a message claiming to come from that domain, then&lt;br /&gt;
&lt;br /&gt;
        the receiving server can check whether the message complies with the domain&#039;s stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.&lt;br /&gt;
&lt;br /&gt;
    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). 2&lt;br /&gt;
&lt;br /&gt;
Service (SRV) Record (Anchor: defsrv): An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.&lt;br /&gt;
&lt;br /&gt;
The SRV Record has a priority field similar to an MX Record&#039;s priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record&#039;s host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.&lt;br /&gt;
&lt;br /&gt;
Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.&lt;br /&gt;
&lt;br /&gt;
Start of Authority (SOA) Record (Anchor: defsoa): Each Zone contains a single SOA Record, which holds the following values for the Zone:&lt;br /&gt;
&lt;br /&gt;
    Name of Primary DNS Server: The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.&lt;br /&gt;
&lt;br /&gt;
    Mailbox of the Responsible Person: The email address of the person responsible for maintenance of the Zone.&lt;br /&gt;
&lt;br /&gt;
    Serial Number: Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is automatically increased by our DNS servers when changes to the Zone or its Records are made.&lt;br /&gt;
&lt;br /&gt;
    Refresh Interval: How often the Secondary DNS servers should check if changes are made to the zone.&lt;br /&gt;
&lt;br /&gt;
    Retry Interval: How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.&lt;br /&gt;
&lt;br /&gt;
    Expire Interval: How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.&lt;br /&gt;
&lt;br /&gt;
    Minimum (Default) TTL: Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.).&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=File:Locate_DNS.png&amp;diff=522</id>
		<title>File:Locate DNS.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=File:Locate_DNS.png&amp;diff=522"/>
		<updated>2025-07-02T08:37:14Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Manage DNS&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=521</id>
		<title>Manage DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Manage_DNS&amp;diff=521"/>
		<updated>2025-07-02T08:36:13Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage DNS records (A, TXT, CNAME, etc) on DIY basis.  Visit https://www.indiahosting.org &amp;gt; My Domains &amp;gt; Login with your email &amp;gt; Or use forgot password &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records  Once DNS changes are saved, it may take...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have a domain name registered with us and it is using our default name servers, login to Domain cPanel to Manage DNS records (A, TXT, CNAME, etc) on DIY basis.&lt;br /&gt;
&lt;br /&gt;
Visit https://www.indiahosting.org &amp;gt; My Domains &amp;gt; Login with your email &amp;gt; Or use forgot password &amp;gt; Click My Account &amp;gt; Manage Orders &amp;gt; List/Search Orders &amp;gt; Click Domain &amp;gt; Scroll Down to DNS Management &amp;gt; Click Manage DNS &amp;gt; DNS Service interface &amp;gt; Edit, Remove records&lt;br /&gt;
&lt;br /&gt;
Once DNS changes are saved, it may take upto 48 hours for propagation. If you need faster and more secure DNS services, buy Premium DNS from right side menu in Domain cPanel.&lt;br /&gt;
&lt;br /&gt;
The Domain Name System (DNS) is a distributed database, arranged hierarchically, containing records for domain names. The DNS system&#039;s main aim is to match a domain name to an IP Address. In order to fulfill this role, the DNS Server contains Resource Records (Records) in a Zone File, which contains the domain name and IP address mappings for computers contained within that Zone. All Resource Records have a Time To Live TTL (TTL), specifying the number of seconds other DNS servers and applications are allowed to cache the Record.&lt;br /&gt;
&lt;br /&gt;
If you need more detailed technical guides, refer below or search at https://osspl.myorderbox.com/kb/&lt;br /&gt;
&lt;br /&gt;
Mail Exchanger (MX) Record (Anchor: defmx): An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@osspl.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.osspl.com or someone else&#039;s email server like mx1.osspl.com). Then it looks up the A Record for the email server to connect to its IP address.&lt;br /&gt;
&lt;br /&gt;
An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.&lt;br /&gt;
&lt;br /&gt;
Canonical Name (CNAME) Record (Anchor: defcname): CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).&lt;br /&gt;
&lt;br /&gt;
Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
www.abc.in could be CNAME to www.abc.com.&lt;br /&gt;
&lt;br /&gt;
The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)].&lt;br /&gt;
&lt;br /&gt;
CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.&lt;br /&gt;
&lt;br /&gt;
Name Server (NS) Record (Anchor: defns): NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.&lt;br /&gt;
&lt;br /&gt;
The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.&lt;br /&gt;
&lt;br /&gt;
You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn&#039;t really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.&lt;br /&gt;
&lt;br /&gt;
Text (TXT) Records (Anchor: deftxt): TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.&lt;br /&gt;
&lt;br /&gt;
TXT Record can be used to implement the following:&lt;br /&gt;
&lt;br /&gt;
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name. 1. The technology requires two sides to work in tandem:&lt;br /&gt;
&lt;br /&gt;
        The domain owner publishes this information in an TXT Record in the domain&#039;s DNS zone, and when someone else&#039;s email server receives a message claiming to come from that domain, then&lt;br /&gt;
&lt;br /&gt;
        the receiving server can check whether the message complies with the domain&#039;s stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.&lt;br /&gt;
&lt;br /&gt;
    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM). 2&lt;br /&gt;
&lt;br /&gt;
Service (SRV) Record (Anchor: defsrv): An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.&lt;br /&gt;
&lt;br /&gt;
The SRV Record has a priority field similar to an MX Record&#039;s priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record&#039;s host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.&lt;br /&gt;
&lt;br /&gt;
Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.&lt;br /&gt;
&lt;br /&gt;
Start of Authority (SOA) Record (Anchor: defsoa): Each Zone contains a single SOA Record, which holds the following values for the Zone:&lt;br /&gt;
&lt;br /&gt;
    Name of Primary DNS Server: The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.&lt;br /&gt;
&lt;br /&gt;
    Mailbox of the Responsible Person: The email address of the person responsible for maintenance of the Zone.&lt;br /&gt;
&lt;br /&gt;
    Serial Number: Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is automatically increased by our DNS servers when changes to the Zone or its Records are made.&lt;br /&gt;
&lt;br /&gt;
    Refresh Interval: How often the Secondary DNS servers should check if changes are made to the zone.&lt;br /&gt;
&lt;br /&gt;
    Retry Interval: How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.&lt;br /&gt;
&lt;br /&gt;
    Expire Interval: How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.&lt;br /&gt;
&lt;br /&gt;
    Minimum (Default) TTL: Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.).&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Apps&amp;diff=520</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Apps&amp;diff=520"/>
		<updated>2025-05-15T06:25:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Why we do not have apps for Google Play or Apple Store? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Why we do not have apps for Google Play or Apple Store? ====&lt;br /&gt;
As a small agency, dealing with Google APKs, Microsoft, Apple and their marketplace windows are big harassment. Since 2017, we’re not even developing or recommending any mobile apps as a policy both for long-term security and protecting our network integrity. Refer the [https://www.wisepoint.org/1300 official announcement].&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Apps&amp;diff=519</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Apps&amp;diff=519"/>
		<updated>2025-05-15T06:25:11Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;==== Why we do not have apps for Google Play or Apple Store? ==== As a small agency, dealing with Google APKs, Microsoft, Apple and their marketplace windows are big harassment. We’ll not even developing or recommending any mobile apps as a policy both for long-term security and protecting our network integrity. Refer the [https://www.wisepoint.org/1300 official announcement].&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Why we do not have apps for Google Play or Apple Store? ====&lt;br /&gt;
As a small agency, dealing with Google APKs, Microsoft, Apple and their marketplace windows are big harassment. We’ll not even developing or recommending any mobile apps as a policy both for long-term security and protecting our network integrity. Refer the [https://www.wisepoint.org/1300 official announcement].&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=518</id>
		<title>MediaWiki:Citizen-footer-tagline</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=518"/>
		<updated>2025-04-12T12:30:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;© 2025 One-Stop-Solution Prime Linuxers ♻ A Green Digital Initiative [[⏻ Simplified by Prime]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Terms_and_Conditions&amp;diff=517</id>
		<title>Terms and Conditions</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Terms_and_Conditions&amp;diff=517"/>
		<updated>2024-12-19T04:49:07Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thank you for visiting *.osspl.com / *.indiahosting.org.&lt;br /&gt;
&lt;br /&gt;
OSS Prime Linuxers and its affiliates provide access to websites subject to conditions set out on this page. By using our websites, you signify your agreement to be bound by these conditions. OSS Prime Linuxers and/or OSSPL, hereinafter can also be referred to as &amp;quot;Parent&amp;quot;, AND you, hereinafter referred to as &amp;quot;Customer&amp;quot; or &amp;quot;User&amp;quot; or &amp;quot;Member&amp;quot;, HAVE entered into a Customer Agreement or &amp;quot;Agreement&amp;quot; as below effective from today.&lt;br /&gt;
&lt;br /&gt;
The aforesaid websites are the only official websites of OSSPL. User(s) are cautioned and advised not to rely upon any information stated on any other websites which may appear to be similar to OSSPL official website and/or contain OSSPL logo/brand name or information about OSSPL or its products / services.&lt;br /&gt;
&lt;br /&gt;
Terms of Use&lt;br /&gt;
&lt;br /&gt;
Please read these conditions carefully before using the OSS Prime Linuxers website. By using the OSS Prime Linuxers website, you signify your agreement to be bound by these conditions.&lt;br /&gt;
&lt;br /&gt;
In addition, when you use any of our current or future websites, you will also be subject to the terms, guidelines and conditions applicable to that Website (&amp;quot;Terms&amp;quot;). If these Conditions of Use are inconsistent with such Terms, the Terms will control.&lt;br /&gt;
&lt;br /&gt;
These &amp;quot;Terms of Use&amp;quot; constitute an electronic record within the meaning of the applicable law. This electronic record is generated by a computer system and does not require any physical or digital signatures.&lt;br /&gt;
&lt;br /&gt;
    Terms Relating to Your Use of OSS Prime Linuxers&lt;br /&gt;
    Notice and Procedure for Making Claims of Infringement or Violations&lt;br /&gt;
    Notice and Procedure for Notifying OSS Prime Linuxers of Objectionable Content&lt;br /&gt;
&lt;br /&gt;
Conditions Relating to Your Use of OSS Prime Linuxers&lt;br /&gt;
&lt;br /&gt;
1. Your Account&lt;br /&gt;
&lt;br /&gt;
If you use the website, you are responsible for maintaining the confidentiality of your account and password and for restricting access to your computer to prevent unauthorised access to your account. You agree to accept responsibility for all activities that occur under your account or password. You should take all necessary steps to ensure that the password is kept confidential and secure and should inform us immediately if you have any reason to believe that your password has become known to anyone else, or if the password is being, or is likely to be, used in an unauthorised manner. Please ensure that the details you provide us with are correct and complete and inform us immediately of any changes to the information that you provided when registering. You can access and update much of the information you provided us with in the Your Account area of our website. OSS Prime Linuxers reserves the right to refuse access to the website, terminate accounts, remove or edit content at any time without notice to you.&lt;br /&gt;
&lt;br /&gt;
2. Privacy&lt;br /&gt;
&lt;br /&gt;
Please review our Privacy Policy, which also governs your visit to OSS Prime Linuxers, to understand our practices. The personal information / data provided to us by you during the course of usage of OSS Prime Linuxers websites will be treated as confidential and in accordance with the Privacy Policy and applicable laws and regulations. If you object to your information being transferred or used, please do not use the website.&lt;br /&gt;
&lt;br /&gt;
3. Digital Platform for Communication&lt;br /&gt;
&lt;br /&gt;
You agree, understand and acknowledge that the website is an online platform that enables you to purchase products or services listed on the website at the price indicated therein at any time from any location. You further agree and acknowledge that OSS Prime Linuxers is only a facilitator and is not and cannot be a party to or control in any manner any transactions on the website. Accordingly, the contract of sale on the website shall be a strictly bipartite contract between you and partners of OSS Prime Linuxers.&lt;br /&gt;
&lt;br /&gt;
4. Access to OSS Prime Linuxers&lt;br /&gt;
&lt;br /&gt;
We will do our utmost to ensure that availability of the website will be uninterrupted and that transmissions will be error-free. However, due to the nature of the Internet, this cannot be guaranteed. Also, your access to the website may also be occasionally suspended or restricted to allow for repairs, maintenance, or the introduction of new facilities or services at any time without prior notice. We will attempt to limit the frequency and duration of any such suspension or restriction.&lt;br /&gt;
&lt;br /&gt;
5. Licence for website access&lt;br /&gt;
&lt;br /&gt;
OSS Prime Linuxers grants you a limited licence to access and make personal use of this website, but not to download (other than page caching) or modify it, or any portion of it, except with express written consent of OSS Prime Linuxers and / or its affiliates, as may be applicable. This licence does not include any resale or commercial use of this website or its contents; any collection and use of any product listings, descriptions, or prices; any derivative use of this website or its contents; any downloading or copying of account information for the benefit of another seller; or any use of data mining, robots, or similar data gathering and extraction tools.&lt;br /&gt;
&lt;br /&gt;
This website or any portion of this website (including but not limited to any copyrighted material, trademarks, or other proprietary information) may not be reproduced, duplicated, copied, sold, resold, visited, distributed or otherwise exploited for any commercial purpose without express written consent of OSS Prime Linuxers and / or its affiliates, as may be applicable.&lt;br /&gt;
&lt;br /&gt;
You may not frame or use framing techniques to enclose any trademark, logo, or other proprietary information (including images, text, page layout, or form) of OSS Prime Linuxers and its affiliates without express written consent. You may not use any meta tags or any other &amp;quot;hidden text&amp;quot; utilising OSS Prime Linuxers&#039;s or its affiliates&#039; names or trademarks without the express written consent of OSS Prime Linuxers and / or its affiliates, as applicable. Any unauthorised use terminates the permission or license granted by OSS Prime Linuxers and / or its affiliates, as applicable.&lt;br /&gt;
&lt;br /&gt;
You are granted a limited, revocable, and non-exclusive right to create a hyperlink to the Welcome page of OSS Prime Linuxers as long as the link does not portray OSS Prime Linuxers, OSS Prime Linuxers, their affiliates, or their products or services in a false, misleading, derogatory, or otherwise offensive matter. You may not use any OSS Prime Linuxers logo or other proprietary graphic or trademark as part of the link without express written consent of OSS Prime Linuxers and / or its affiliates, as may be applicable.&lt;br /&gt;
&lt;br /&gt;
6. Your Conduct&lt;br /&gt;
&lt;br /&gt;
You must not use the website in any way that causes, or is likely to cause, the website or access to it to be interrupted, damaged or impaired in any way You understand that you, and not OSS Prime Linuxers, are responsible for all electronic communications and content sent from your computer to us and you must use the website for lawful purposes only. You must not use the website for any of the following:&lt;br /&gt;
&lt;br /&gt;
    for fraudulent purposes, or in connection with a criminal offense or other unlawful activity&lt;br /&gt;
    to send, use or reuse any material that does not belong to you; or is illegal, offensive (including but not limited to material that is sexually explicit content or which promotes racism, bigotry, hatred or physical harm), deceptive, misleading, abusive, indecent, harassing, blasphemous, defamatory, libelous, obscene, pornographic, pedophilic or menacing; ethnically objectionable, disparaging or in breach of copyright, trademark, confidentiality, privacy or any other proprietary information or right; or is otherwise injurious to third parties; or relates to or promotes money laundering or gambling; or is harmful to minors in any way; or impersonates another person; or threatens the unity, integrity, security or sovereignty of India or friendly relations with foreign States; or objectionable or otherwise unlawful in any manner whatsoever; or which consists of or contains software viruses, political campaigning, commercial solicitation, chain letters, mass mailings or any &amp;quot;spam&lt;br /&gt;
    to cause annoyance, inconvenience or needless anxiety&lt;br /&gt;
&lt;br /&gt;
7. Reviews, comments, posts, communications and other content&lt;br /&gt;
&lt;br /&gt;
Users of our websites may post reviews, comments and other content; send communications; and submit suggestions, ideas, comments, questions, or other information, as long as the content is not illegal, obscene, abusive, threatening, defamatory, invasive of privacy, infringing of intellectual property rights, or otherwise injurious to third parties, or objectionable and does not consist of or contain software viruses, political campaigning, commercial solicitation, chain letters, mass mailings, or any form of &amp;quot;spam.&amp;quot; In the event a user uses a false e-mail address, impersonates any person or entity, or otherwise misleads as to the origin of any content. OSS Prime Linuxers reserves the right (but not the obligation) to remove, refuse, delete or edit any content that in the sole judgement of OSS Prime Linuxers violates these Conditions of use and, or terminate your permission to access or use this website.&lt;br /&gt;
&lt;br /&gt;
If you do post content or submit material, and unless we indicate otherwise, you&lt;br /&gt;
&lt;br /&gt;
    (a) grant OSS Prime Linuxers and its affiliates a non-exclusive, royalty-free, irrevocable, perpetual and fully sublicensable rights to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, and display such content throughout the world in any media; and&lt;br /&gt;
    (b) OSS Prime Linuxers and its affiliates and sublicensees the right to use the name that you submit in connection with such content, if they choose.&lt;br /&gt;
&lt;br /&gt;
You agree that the rights you grant above are irrevocable during the entire period of protection of your intellectual property rights associated with such content and material. You agree to waive your right to be identified as the author of such content and your right to object to derogatory treatment of such content. You agree to perform all further acts necessary to perfect any of the above rights granted by you to OSS Prime Linuxers, including the execution of deeds and documents, at its request.&lt;br /&gt;
&lt;br /&gt;
You represent and warrant that you own or otherwise control all of the rights to the content that you post or that you otherwise provide on or through the website; that, as at the date that the content or material is submitted to OSS Prime Linuxers: (i) the content and material is accurate; (ii) use of the content and material you supply does not breach any applicable OSS Prime Linuxers policies or guidelines and will not cause injury to any person or entity (including that the content or material is not defamatory); (iii) the content is lawful. You agree to indemnify OSS Prime Linuxers and its affiliates for all claims brought by a third party against it or its affiliates arising out of or in connection with a breach of any of these warranties.&lt;br /&gt;
&lt;br /&gt;
8. Claims against Objectionable Content&lt;br /&gt;
&lt;br /&gt;
Because OSS Prime Linuxers lists many products / services for sale offered by sellers on the website and hosts many thousands of comments, it is not possible for us to be aware of the contents of each product listed for sale, or each comment or review that is displayed. Accordingly, OSS Prime Linuxers operates on a &amp;quot;notice and takedown&amp;quot; basis. If you believe that any content on the website is illegal, offensive (including but not limited to material that is sexually explicit content or which promotes racism, bigotry, hatred or physical harm), deceptive, misleading, abusive, indecent, harassing, blasphemous, defamatory, libelous, obscene, pornographic, pedophilic or menacing; ethnically objectionable, disparaging; or is otherwise injurious to third parties; or relates to or promotes money laundering or gambling; or is harmful to minors in any way; or impersonates another person; or threatens the unity, integrity, security or sovereignty of India or friendly relations with foreign States; or objectionable or otherwise unlawful in any manner whatsoever; or which consists of or contains software viruses, (&amp;quot; Objectionable Content &amp;quot;), please notify us immediately by following our Notice and Procedure for Notifying of Objectionable Content. Once this procedure has been followed, OSS Prime Linuxers will make all reasonable endeavours to remove such Objectionable Content complained about within a reasonable time.&lt;br /&gt;
&lt;br /&gt;
9. Copyright, authors&#039; rights and database rights&lt;br /&gt;
&lt;br /&gt;
All content included on the website, such as text, graphics, logos, button icons, images, audio clips, digital downloads, data compilations, and software, is the property of OSS Prime Linuxers, its affiliates or its content suppliers and is protected by India and international copyright, authors&#039; rights and database right laws. The compilation of all content on this website is the exclusive property of OSS Prime Linuxers and its affiliates and is protected by laws of India and international copyright and database right laws. All software used on this website is the property of OSS Prime Linuxers, its affiliates or its software suppliers and is protected by India and international copyright and author&#039; rights laws.&lt;br /&gt;
&lt;br /&gt;
You may not systematically extract/ or re-utilise parts of the contents of the website without OSS Prime Linuxers and / or its affiliate&#039;s (as may be applicable) express written consent. In particular, you may not utilise any data mining, robots, or similar data gathering and extraction tools to extract (whether once or many times) for re-utilisation of any substantial parts of this website, without OSS Prime Linuxers and / or its affiliate&#039;s (as may be applicable) express written consent. You may also not create and/ or publish your own database that features substantial (eg: prices and product listings) parts of this website without OSS Prime Linuxers and / or its affiliate&#039;s (as may be applicable) express written consent.&lt;br /&gt;
&lt;br /&gt;
10. Intellectual Property Claims&lt;br /&gt;
&lt;br /&gt;
OSS Prime Linuxers and its affiliates respect the intellectual property of others. If you believe that your intellectual property rights have been used in a way that gives rise to concerns of infringement, please follow our Notice and Procedure for Making Claims of Right Infringements.&lt;br /&gt;
&lt;br /&gt;
11. Trademarks&lt;br /&gt;
&lt;br /&gt;
OSS Prime Linuxers and OSSPL are private trademarks. OSS Prime Linuxers&#039;s graphics, logos, page headers, button icons, scripts and service names are the trademarks or trade dress of OSS Prime Linuxers. OSS Prime Linuxers&#039;s trademarks and trade dress may not be used in connection with any product or service that is not OSS Prime Linuxers&#039;s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits OSS Prime Linuxers. All other trademarks not owned by OSS Prime Linuxers that appear on this website are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by OSS Prime Linuxers.&lt;br /&gt;
&lt;br /&gt;
12. Disclaimer&lt;br /&gt;
&lt;br /&gt;
You acknowledge and undertake that you are accessing the services on the website and transacting at your own risk and are using your best and prudent judgment before entering into any transactions through the website. We shall neither be liable nor responsible for any actions or inactions of sellers nor any breach of conditions, representations or warranties by the sellers or manufacturers of the products and hereby expressly disclaim and any all responsibility and liability in that regard. We shall not mediate or resolve any dispute or disagreement between you and the sellers or manufacturers of the products.&lt;br /&gt;
&lt;br /&gt;
We further expressly disclaim any warranties or representations (express or implied) in respect of quality, suitability, accuracy, reliability, completeness, timeliness, performance, safety, merchantability, fitness for a particular purpose, or legality of the products listed or displayed or transacted or the content (including product or pricing information and/or specifications) on the website. While we have taken precautions to avoid inaccuracies in content, this website, all content, information (including the price of products), software, products, services and related graphics are provided as is, without warranty of any kind. We do not implicitly or explicitly support or endorse the sale or purchase of any products on the website. At no time shall any right, title or interest in the products sold through or displayed on the website vest with OSS Prime Linuxers nor shall OSS Prime Linuxers have any obligations or liabilities in respect of any transactions on the website.&lt;br /&gt;
&lt;br /&gt;
13. Indemnity and Release&lt;br /&gt;
&lt;br /&gt;
You shall indemnify and hold harmless OSS Prime Linuxers, its subsidiaries, affiliates and their respective officers, directors, agents and employees, from any claim or demand, or actions including reasonable attorney&#039;s fees, made by any third party or penalty imposed due to or arising out of your breach of these Conditions of Use or any document incorporated by reference, or your violation of any law, rules, regulations or the rights of a third party.&lt;br /&gt;
&lt;br /&gt;
You hereby expressly release OSS Prime Linuxers and/or its affiliates and/or any of its officers and representatives from any cost, damage, liability or other consequence of any of the actions/inactions of the vendors and specifically waiver any claims or demands that you may have in this behalf under any statute, contract or otherwise.&lt;br /&gt;
&lt;br /&gt;
14. Children&lt;br /&gt;
&lt;br /&gt;
Use of OSS Prime Linuxers websites is available only to persons who can form a legally binding contract under applicable Indian Laws. If you are a minor i.e. under the age of 18 years, you may use OSS Prime Linuxers only with the involvement of a parent or guardian.&lt;br /&gt;
&lt;br /&gt;
15. Other Businesses&lt;br /&gt;
&lt;br /&gt;
Parties other than OSS Prime Linuxers and its affiliates may operate stores, provide services, or sell product lines on OSS Prime Linuxers. For example, businesses and individuals offer products via shopping portal. In addition, we provide links to the websites of affiliated companies and certain other businesses. We are not responsible for examining or evaluating, and we do not warrant or endorse the offerings of any of these businesses or individuals, or the content of their websites. OSS Prime Linuxers does not assume any responsibility or liability for the actions, products, and content of any of these and any other third-parties. You can tell when a third-party is involved in your transactions, and we may share customer information related to those transactions with that third-party. You should carefully review their privacy statements and other conditions of use.&lt;br /&gt;
&lt;br /&gt;
16. Communications&lt;br /&gt;
&lt;br /&gt;
When you visit OSS Prime Linuxers or send e-mails to us, you are communicating with us electronically. You will be required to provide a valid phone number while placing an order with us. We may communicate with you by e-mail, SMS, phone call or by posting notices on the website, social media or by any other mode of communication. For contractual purposes, you consent to receive communications (including transactional, promotional and/or commercial messages), from us with respect to your use of the website and/or your order placed on the website.&lt;br /&gt;
&lt;br /&gt;
17. Losses&lt;br /&gt;
&lt;br /&gt;
We will not be responsible for any business loss (including loss of profits, revenue, contracts, anticipated savings, data, goodwill or wasted expenditure) or any other indirect or consequential loss that is not reasonably foreseeable to both you and us when you commenced using the website.&lt;br /&gt;
&lt;br /&gt;
18. Alteration of Service or Amendements to the Conditions&lt;br /&gt;
&lt;br /&gt;
We reserve the right to make changes to our website, policies, and these Conditions of Use at any time. You will be subject to the policies and Conditions of Use in force at the time that you use the website or that you order goods from us, unless any change to those policies or these conditions is required to be made by law or government authority (in which case it will apply to orders previously placed by you). If any of these conditions is deemed invalid, void, or for any reason unenforceable, that condition will be deemed severable and will not affect the validity and enforceability of any remaining condition.&lt;br /&gt;
&lt;br /&gt;
19. Events beyond our reasonable control&lt;br /&gt;
&lt;br /&gt;
We will not be held responsible for any delay or failure to comply with our obligations under these conditions if the delay or failure arises from any cause which is beyond our reasonable control. This condition does not affect your statutory rights.&lt;br /&gt;
&lt;br /&gt;
20. Waiver&lt;br /&gt;
&lt;br /&gt;
If you breach these conditions and we take no action, we will still be entitled to use our rights and remedies in any other situation where you breach these conditions.&lt;br /&gt;
&lt;br /&gt;
21. Governing law and Jurisdiction&lt;br /&gt;
&lt;br /&gt;
These conditions are governed by and construed in accordance with the laws of India. You agree, as we do, to submit to the exclusive jurisdiction of courts within Delhi NCR region.&lt;br /&gt;
&lt;br /&gt;
23. Our Details&lt;br /&gt;
&lt;br /&gt;
This website is operated by OSS Prime Linuxers.&lt;br /&gt;
&lt;br /&gt;
You could contact us by visiting: https://h.osspl.com&lt;br /&gt;
&lt;br /&gt;
23. OSS Prime Linuxers Software Terms&lt;br /&gt;
&lt;br /&gt;
In addition to these Conditions of Use, the terms found here apply to any software (including any updates or upgrades to the software and any related documentation) that we make available to you from time to time for your use in connection with OSS Prime Linuxers Services (the &amp;quot;OSS Prime Linuxers Software&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice Form:&lt;br /&gt;
&lt;br /&gt;
If you believe that your rights are being violated by an item or information on the OSS Prime Linuxers site, you may fill out and submit the Notice Form (below). This signed form can be sent via E-mail PDF to our Legal In-charge:&lt;br /&gt;
&lt;br /&gt;
E-mail scanned PDF: legal@osspl.com&lt;br /&gt;
Subject Line: Claim of Violation&lt;br /&gt;
&lt;br /&gt;
(We will accept a signed PDF via e-mail with the subject line &amp;quot;Claim of Violation&amp;quot; unless by prior agreement we have agreed with you for an alternative receipt mechanism).&lt;br /&gt;
&lt;br /&gt;
Please fill out the Notice form using the corresponding numbered paragraphs to frame your communication.&lt;br /&gt;
&lt;br /&gt;
Notice Form&lt;br /&gt;
&lt;br /&gt;
Re: [INSERT FULL WEBSITE URL ]&lt;br /&gt;
&lt;br /&gt;
I, [INSERT FULL NAME AND TITLE ] of [COMPANY NAME, IF APPLICABLE] , state as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    Contact information&lt;br /&gt;
&lt;br /&gt;
    : (a) Your and/ or your company&#039;s name, address, telephone number and contact email address; (b)The contact email address and/or name which we will provide to Third Party Sellers (if relevant) so they may contact you to resolve any issues regarding your notification to us. If you do not provide a separate contact email, you authorize us to use the contact information you provide in (1)(a).&lt;br /&gt;
    Listing&#039;s ASIN (or ISBN-13 if applicable) and Allegation of Infringed Right:&lt;br /&gt;
&lt;br /&gt;
    (a) The listing&#039;s ASIN/ISBN-13 number or detailed description of where the information that you claim is infringing your rights is located on the site; if regarding a Third Party Seller listing please also provide the name used to identify the Seller on the site (look for &amp;quot;dispatched and sold by _____&amp;quot; or &amp;quot;by ______&amp;quot; in the listing). (b) A description of your intellectual property right(s) that you claim has/have been infringed (e.g. copyright, trademark or patent) by the information of/for this ASIN/ISBN-13. [REPEAT (2)(a-b) as necessary for multiple items, see example Notice Form here.]&lt;br /&gt;
&lt;br /&gt;
    Include the following statement: &amp;quot;I have a good faith belief that the portion of the listing(s) described above violate(s) the intellectual property rights owned by the intellectual property owner or its agent, nor is such use otherwise permissible under law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    Include the following statement: &amp;quot;I represent that the information in this notification is true and correct and that I am the intellectual property owner or authorised to act on behalf of the intellectual property owner for the rights described above.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sign the Notice Form.&lt;br /&gt;
&lt;br /&gt;
Notice and Procedure for Notifying OSS Prime Linuxers of Objectionable Content&lt;br /&gt;
&lt;br /&gt;
If you believe that any content on, or advertised for sale on, the website contains any Objectionable Content as defined under Section 8 above, please notify us immediately by copying the Notice to OSS Prime Linuxers of Objectionable Content below into your word processor program, complete it in accordance with the instructions set out in the Notice and send a signed copy via E-mail PDF to In-charge:&lt;br /&gt;
&lt;br /&gt;
e-mail scanned PDF: legal@osspl.com&lt;br /&gt;
Subject Line: Claim of Violation&lt;br /&gt;
&lt;br /&gt;
Please note that this procedure is exclusively for notifying OSS Prime Linuxers of Objectionable Content on or advertised for sale on the OSS Prime Linuxers website. Please provide your address, telephone number, and e-mail address when sending the notice to us.&lt;br /&gt;
&lt;br /&gt;
Important Warning: Giving false, misleading or inaccurate information in the Notice to OSS Prime Linuxers may result in civil and/ or criminal liability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice to OSS Prime Linuxers of Objectionable Content&lt;br /&gt;
&lt;br /&gt;
In the matter of OSS Prime Linuxers&lt;br /&gt;
&lt;br /&gt;
I, [Please set out your full name] of [please give your postal address], [please set your occupation] , says as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    I refer to [INSERT FULL WEBSITE URL ] (&amp;quot;the website&amp;quot;). I make this statement in support of my giving OSS Prime Linuxers notice that, via the website, it is causing or contributing to the publication of Objectionable Content.&lt;br /&gt;
&lt;br /&gt;
    The Objectionable Content (delete whichever paragraph is not applicable): (a) appear in a book being sold by OSS Prime Linuxers via the website entitled [please state the book name and its author]. The Objectionable Content appear on page [please state the page number(s) where you consider the words constitute Objectionable Content]. OR (b) appear on the website at [please cut and paste the address of the relevant Web page from the website where the Objectionable Content appears].&lt;br /&gt;
&lt;br /&gt;
    The words/ content that I consider to be Objectionable Content are [please repeat the exact words you are complaining about].&lt;br /&gt;
&lt;br /&gt;
    This content is Objectionable Content because [please state why you consider the content is Objectionable Content].&lt;br /&gt;
&lt;br /&gt;
    I understand that this statement may be used in any court proceedings that may arise out of or relating to the Objectionable Content which I have complained about.&lt;br /&gt;
&lt;br /&gt;
Statement of Truth&lt;br /&gt;
&lt;br /&gt;
I declare the facts stated above to be true.&lt;br /&gt;
&lt;br /&gt;
Signed:&lt;br /&gt;
&lt;br /&gt;
Dated:&lt;br /&gt;
&lt;br /&gt;
Please read the conditions of use carefully before using the OSS Prime Linuxers website. By using the OSS Prime Linuxers website, you signify your agreement to be bound by these conditions.&lt;br /&gt;
&lt;br /&gt;
OSS Prime Linuxers Software Terms&lt;br /&gt;
&lt;br /&gt;
1. Use of the OSS Prime Linuxers Software&lt;br /&gt;
&lt;br /&gt;
You may use OSS Prime Linuxers Software solely for purposes of enabling you to use and enjoy the OSS Prime Linuxers Services as provided by OSS Prime Linuxers, and as permitted by the Conditions of Use, these OSS Prime Linuxers Software Terms and any Terms. You may not incorporate any portion of the OSS Prime Linuxers Software into your own programs or compile any portion of it in combination with your own programs, transfer it for use with another service, or sell, rent, lease, lend, loan, distribute or sub-license the OSS Prime Linuxers Software or otherwise assign any rights to the OSS Prime Linuxers Software in whole or in part.&lt;br /&gt;
&lt;br /&gt;
You may not use the OSS Prime Linuxers Software for any illegal purpose. We may cease providing any OSS Prime Linuxers Software and we may terminate your right to use any OSS Prime Linuxers Software at any time. Your rights to use the OSS Prime Linuxers Software will automatically terminate without notice from us if you fail to comply with any of these OSS Prime Linuxers Software Terms, the Conditions of Use or any other Terms. Additional third party terms contained within or distributed with certain OSS Prime Linuxers Software that are specifically identified in related documentation may apply to that OSS Prime Linuxers Software (or software incorporated with the OSS Prime Linuxers Software) and will govern the use of such software in the event of a conflict with these Conditions of Use. All software used in any OSS Prime Linuxers Service is the property of OSS Prime Linuxers and/or its affiliates or its software suppliers and protected by laws of India including but not limited to any other applicable copyright laws.&lt;br /&gt;
&lt;br /&gt;
2. Use of Third Party Services&lt;br /&gt;
&lt;br /&gt;
When you use the OSS Prime Linuxers Software, you may also be using the services of one or more third parties, such as a wireless carrier or a mobile platform provider. Your use of these third party services may be subject to the separate policies, terms of use, and fees of these third parties.&lt;br /&gt;
&lt;br /&gt;
Updates&lt;br /&gt;
&lt;br /&gt;
In order to keep the OSS Prime Linuxers Software up-to-date, we may offer automatic or manual updates at any time and without notice to you.&lt;br /&gt;
&lt;br /&gt;
Conditions of Sale (between Sellers and the Customer)&lt;br /&gt;
&lt;br /&gt;
Please read these conditions carefully before placing an order for any products with the Sellers (&amp;quot;We&amp;quot; or &amp;quot;Our&amp;quot; or &amp;quot;Us&amp;quot;, wherever applicable) on the OSS Prime Linuxers (the website). These conditions signify your agreement to be bound by these conditions.&lt;br /&gt;
&lt;br /&gt;
In addition, when you use any current or future OSS Prime Linuxers service (eg: Wishlist or Marketplace or OSS Prime Linuxers MP3 Service), you will also be subject to the terms, guidelines and conditions applicable to that service (&amp;quot;Terms&amp;quot;). If these Conditions of Sale are inconsistent with such Terms, the Terms will control.&lt;br /&gt;
&lt;br /&gt;
1. Conditions Relating to the Sale of Products to You&lt;br /&gt;
&lt;br /&gt;
This section deals with conditions relating to the sale of products on the website by us to you.&lt;br /&gt;
&lt;br /&gt;
2. Our Contract&lt;br /&gt;
&lt;br /&gt;
Your order is an offer to us to buy the product(s) in your order. When you place an order to purchase a product from us, you will receive an e-mail confirming receipt of your order and containing the details of your order (the &amp;quot;Order Confirmation E-mail&amp;quot;). The Order Confirmation E-mail is acknowledgement that we have received your order, and does not confirm acceptance of your offer to buy the product(s) ordered. We only accept your offer, and conclude the contract of sale for a product ordered by you, when the product is dispatched to you and an e-mail confirmation is sent to you that the product has been dispatched to you (the &amp;quot;Dispatch Confirmation E-mail&amp;quot;). If your order is dispatched in more than one package, you may receive a separate Dispatch Confirmation E-mail for each package, and each Dispatch Confirmation E-mail and corresponding dispatch will conclude a separate contract of sale between you and us for the product(s) specified in that Dispatch Confirmation E-mail.&lt;br /&gt;
&lt;br /&gt;
Your contract is with us (the Sellers) and you confirm that the product(s) ordered by you are purchased for your internal / personal purpose and not for re-sale. You authorize us to declare and provide declaration to any governmental authority on your behalf stating the aforesaid purpose of the products ordered by you on the website.&lt;br /&gt;
&lt;br /&gt;
You can cancel your order for a product at no cost any time before we send the Dispatch Confirmation E-mail relating to that product.&lt;br /&gt;
&lt;br /&gt;
Please note that we sell products only in quantities which correspond to the typical needs of an average household. This applies both to the number of products ordered within a single order and the placing of several orders for the same product where the individual orders comprise a quantity typical for a normal household.&lt;br /&gt;
&lt;br /&gt;
3. Returns &amp;amp; Refunds&lt;br /&gt;
&lt;br /&gt;
Please review our Returns Policy, which applies to products sold by us.&lt;br /&gt;
&lt;br /&gt;
4. Pricing and availability&lt;br /&gt;
&lt;br /&gt;
We list availability information for products sold by us on the website, including on each product information page. Beyond what we say on that page or otherwise on the website, we cannot be more specific about availability. Please note that dispatch estimates are just that. They are not guaranteed dispatch times and should not be relied upon as such. As we process your order, you will be informed by e-mail if any products you order turn out to be unavailable.&lt;br /&gt;
&lt;br /&gt;
For more details, please review our Pricing policy and our Availability Guide, both of which apply to products ordered from us.&lt;br /&gt;
&lt;br /&gt;
All prices are exclusive of Goods and Services Tax (&amp;quot;GST&amp;quot;), duties and cesses as applicable - unless stated otherwise.&lt;br /&gt;
&lt;br /&gt;
5. Taxes&lt;br /&gt;
&lt;br /&gt;
You shall be responsible for payment of all fees/costs/charges associated with the purchase of products from us and you agree to bear any and all applicable taxes including but not limited to GST, duties and cesses etc.&lt;br /&gt;
&lt;br /&gt;
6. Health &amp;amp; Safety&lt;br /&gt;
&lt;br /&gt;
By purchasing any product from our Home &amp;amp; Kitchen shop, you acknowledge that you have read and understood our Health &amp;amp; Safety Guidelines.&lt;br /&gt;
&lt;br /&gt;
7. Children&lt;br /&gt;
&lt;br /&gt;
Use of OSS Prime Linuxers is available only to persons who can form a legally binding contract under Indian Laws. If you are a minor i.e. under the age of 18 years, you may purchase only with the involvement of a parent or guardian.&lt;br /&gt;
&lt;br /&gt;
8. Communications&lt;br /&gt;
&lt;br /&gt;
When you send e-mails to us, you are communicating with us electronically. You will be required to provide a valid phone number while placing an order with us. We may communicate with you by e-mail, SMS, phone call or by posting notices on the website or by any other mode of communication. For contractual purposes, you consent to receive communications including SMS, e-mails or phone calls from us with respect to your order.&lt;br /&gt;
&lt;br /&gt;
9. Losses&lt;br /&gt;
&lt;br /&gt;
We will not be responsible for any business loss (including loss of profits, revenue, contracts, anticipated savings, data, goodwill or wasted expenditure) or any other indirect or consequential loss that is not reasonably foreseeable to both you and us when a contract for the sale of goods by us to you was formed.&lt;br /&gt;
&lt;br /&gt;
10. Alteration or Amendments to the Conditions&lt;br /&gt;
&lt;br /&gt;
We reserve the right to make changes to our policies, and these Conditions of Sale at any time. You will be subject to the policies and Conditions of Sale in force at the time you order goods from us, unless any change to those policies or these conditions is required to be made by law or government authority (in which case it will apply to orders previously placed by you). If any of these conditions is deemed invalid, void, or for any reason unenforceable, that condition will be deemed severable and will not affect the validity and enforceability of any remaining condition.&lt;br /&gt;
&lt;br /&gt;
11. Events beyond our reasonable control&lt;br /&gt;
&lt;br /&gt;
We will not be held responsible for any delay or failure to comply with our obligations under these conditions if the delay or failure arises from any cause which is beyond our reasonable control. This condition does not affect your statutory rights.&lt;br /&gt;
&lt;br /&gt;
12. Waiver&lt;br /&gt;
&lt;br /&gt;
If you breach these conditions and we take no action, we will still be entitled to use our rights and remedies in any other situation where you breach these conditions.&lt;br /&gt;
&lt;br /&gt;
13. Governing Law and Jurisdiction&lt;br /&gt;
&lt;br /&gt;
These conditions are governed by and construed in accordance with the laws of India, and the application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. You agree, as we do, to submit to the exclusive jurisdiction of the courts at Delhi.&lt;br /&gt;
&lt;br /&gt;
A. Policies For Online-Payments&lt;br /&gt;
&lt;br /&gt;
The Terms and Conditions contained herein shall apply to any person (“User”) making invoice, fund credits or service fee payments through an online mode through any payment gateway on OSS Prime Linuxers&#039;s website i.e. http://osspl.com and other websites owned by OSS Prime Linuxers. Each User is therefore deemed to have read and accepted these Terms and Conditions.&lt;br /&gt;
&lt;br /&gt;
1. Once a User has accepted these Terms and Conditions, he / she may register and avail the Services. A User may register on OSS Prime Linuxers’s website or other websites owned by OSS Prime Linuxers or in any other manner as may be specified by OSS Prime Linuxers from time to time.&lt;br /&gt;
&lt;br /&gt;
2. OSS Prime Linuxers&#039;s rights, obligations, undertakings shall be subject to the laws in force in India, as well as any directives / procedures of Government of India, and nothing contained in these Terms and Conditions shall be in derogation of OSS Prime Linuxers&#039;s right to comply with any law enforcement agencies request or requirements relating to any User’s use of the website or information provided to or gathered by OSS Prime Linuxers with respect to such use. Each User accepts and agrees that the provision of details of his/ her use of the Website to regulators or police or to any other third party in order to resolve disputes or complaints which relate to the Website shall be at the absolute discretion of OSS Prime Linuxers.&lt;br /&gt;
&lt;br /&gt;
3. If any part of these Terms and Conditions are determined to be invalid or unenforceable pursuant to applicable law including, but not limited to, the warranty disclaimers and liability limitations set forth herein, then the invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision and the remainder of these Terms and Conditions shall continue in effect.&lt;br /&gt;
&lt;br /&gt;
4. These Terms and Conditions constitute the entire agreement between the User and OSS Prime Linuxers. These Terms and Conditions supersede all prior or contemporaneous communications and proposals, whether electronic, oral, or written, between the User and OSS Prime Linuxers. A printed version of these Terms and Conditions and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to these Terms and Conditions to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form.&lt;br /&gt;
&lt;br /&gt;
5. The entries in the books of OSS Prime Linuxers and/or the Payment Service Providers kept in the ordinary course of business of OSS Prime Linuxers and/or the Payment Service Providers with regard to transactions covered under these Terms and Conditions and matters therein appearing shall be binding on the User and shall be conclusive proof of the genuineness and accuracy of the transaction.&lt;br /&gt;
&lt;br /&gt;
6. Refund And Cancellation : As per http://wiki.osspl.com/Refund_Policy&lt;br /&gt;
&lt;br /&gt;
7. Refund For Charge Back Transaction: In the event there is any claim for/ of charge back by the User for any reason whatsoever, such User shall immediately approach OSS Prime Linuxers with his/ her claim details and claim refund from OSS Prime Linuxers alone. Such refund (if any) shall be effected only by OSS Prime Linuxers via payment gateway or by means of a demand draft or such other means as OSS Prime Linuxers deems appropriate. No claims for refund/ charge back shall be made by any User to the Payment Service Provider(s) and in the event such claim is made it shall not be entertained.&lt;br /&gt;
&lt;br /&gt;
8. In these Terms and Conditions, the term “Charge Back” shall mean, approved and settled credit card or net banking purchase transaction(s) which are at any time refused, debited or charged back to merchant account (and shall also include similar debits to Payment Service Provider&#039;s accounts, if any) by the acquiring bank or credit card company for any reason whatsoever, together with the bank fees, penalties and other charges incidental thereto.&lt;br /&gt;
&lt;br /&gt;
9. Refund for fraudulent/duplicate transaction(s): The User shall directly contact OSS Prime Linuxers for any fraudulent transaction(s) on account of misuse of Card/ Bank details by a fraudulent individual/party and such issues shall be suitably addressed by OSS Prime Linuxers alone in line with their policies and rules.&lt;br /&gt;
&lt;br /&gt;
10. Server Slow Down/Session Timeout: In case the Website or Payment Service Provider’s webpage, that is linked to the Website, is experiencing any server related issues like ‘slow down’ or ‘failure’ or ‘session timeout’, the User shall, before initiating the second payment,, check whether his/her Bank Account has been debited or not and accordingly resort to one of the following options:&lt;br /&gt;
&lt;br /&gt;
(I) In case the Bank Account appears to be debited, ensure that he/ she does not make the payment twice and immediately thereafter contact OSS Prime Linuxers via e-mail or any other mode of contact as provided by OSS Prime Linuxers to confirm payment.&lt;br /&gt;
&lt;br /&gt;
(II) In case the Bank Account is not debited, the User may initiate a fresh transaction to make payment.&lt;br /&gt;
&lt;br /&gt;
However, the User agrees that under no circumstances the Payment Gateway Service Provider shall be held responsible for such fraudulent / duplicate transactions and hence no claims should be raised to Payment Gateway Service Provider No communication received by the Payment Service Provider(s) in this regards shall be entertained by the Payment Service Provider(s).&lt;br /&gt;
&lt;br /&gt;
B. Limitation of Liability&lt;br /&gt;
&lt;br /&gt;
1. OSS Prime Linuxers has made this Service available to the User as a matter of convenience. OSS Prime Linuxers expressly disclaims any claim or liability arising out of the provision of this Service. The User agrees and acknowledges that he/ she shall be solely responsible for his/ her conduct and that OSS Prime Linuxers reserves the right to terminate the rights to use of the Service immediately without giving any prior notice thereof.&lt;br /&gt;
&lt;br /&gt;
2. OSS Prime Linuxers and/or the Payment Service Providers shall not be liable for any inaccuracy, error or delay in, or omission of (a) any data, information or message, or (b) the transmission or delivery of any such data, information or message; or (c) any loss or damage arising from or occasioned by any such inaccuracy, error, delay or omission, non-performance or interruption in any such data, information or message. Under no circumstances shall the OSS Prime Linuxers and/or the Payment Service Providers, its employees, directors, and its third party agents involved in processing, delivering or managing the Services, be liable for any direct, indirect, incidental, special or consequential damages, or any damages whatsoever, including punitive or exemplary arising out of or in any way connected with the provision of or any inadequacy or deficiency in the provision of the Services or resulting from unauthorized access or alteration of transmissions of data or arising from suspension or termination of the Services.&lt;br /&gt;
&lt;br /&gt;
3. OSS Prime Linuxers and the Payment Service Provider(s) assume no liability whatsoever for any monetary or other damage suffered by the User on account of:&lt;br /&gt;
&lt;br /&gt;
(I) the delay, failure, interruption, or corruption of any data or other information transmitted in connection with use of the Payment Gateway or Services in connection thereto; and/ or&lt;br /&gt;
&lt;br /&gt;
(II) any interruption or errors in the operation of the Payment Gateway.&lt;br /&gt;
&lt;br /&gt;
4. The User shall indemnify and hold harmless the Payment Service Provider(s) and OSS Prime Linuxers and their respective officers, directors, agents, and employees, from any claim or demand, or actions arising out of or in connection with the utilization of the Services.&lt;br /&gt;
&lt;br /&gt;
5. The User agrees that OSS Prime Linuxers or any of its employees will not be held liable by the User for any loss or damages arising from your use of, or reliance upon the information contained on the Website, or any failure to comply with these Terms and Conditions where such failure is due to circumstance beyond OSS Prime Linuxers’s reasonable control.&lt;br /&gt;
&lt;br /&gt;
C. Debit/Credit Card, Bank Account Details&lt;br /&gt;
&lt;br /&gt;
1. The User agrees that the debit/credit card details provided by him/ her for use of the aforesaid Service(s) must be correct and accurate and that the User shall not use a debit/ credit card, that is not lawfully owned by him/ her or the use of which is not authorized by the lawful owner thereof. The User further agrees and undertakes to provide correct and valid debit/credit card details.&lt;br /&gt;
&lt;br /&gt;
2. The User may pay his / her bills to OSS Prime Linuxers by using a debit/credit card or through online banking account. The User warrants, agrees and confirms that when he/ she initiates a payment transaction and/or issues an online payment instruction and provides his/ her card / bank details:&lt;br /&gt;
&lt;br /&gt;
i. The User is fully and lawfully entitled to use such credit / debit card, bank account for such transactions;&lt;br /&gt;
ii. The User is responsible to ensure that the card/ bank account details provided by him/ her are accurate;&lt;br /&gt;
iii. The User is authorizing debit of the nominated card/ bank account for the payment of bills or add credit funds selected by such User along with the applicable Fees.&lt;br /&gt;
iv. The User is responsible to ensure sufficient credit is available on the nominated card/ bank account at the time of making the payment to permit the payment of the dues payable or the bill(s) selected by the User inclusive of the applicable Fee.&lt;br /&gt;
&lt;br /&gt;
D. Personal Information&lt;br /&gt;
&lt;br /&gt;
1. The User agrees that, to the extent required or permitted by law, OSS Prime Linuxers and/ or the Payment Service Provider(s) may also collect, use and disclose personal information in connection with security related or law enforcement investigations or in the course of cooperating with authorities or complying with legal requirements.&lt;br /&gt;
&lt;br /&gt;
2. The User agrees that any communication sent by the User vide e-mail, shall imply release of information therein/ therewith to OSS Prime Linuxers. The User agrees to be contacted via e-mail on such mails initiated by him/ her.&lt;br /&gt;
&lt;br /&gt;
3. In addition to the information already in the possession of OSS Prime Linuxers and/ or the Payment Service Provider(s), OSS Prime Linuxers may have collected similar information from the User in the past. By entering the Website the User consents to the terms of OSS Prime Linuxers’s information privacy policy and to OSS Prime Linuxers’s continued use of previously collected information. By submitting the User’s personal information to OSS Prime Linuxers, the User will be treated as having given his/her permission for the processing of the User’s personal data as set out herein.&lt;br /&gt;
&lt;br /&gt;
4. The User acknowledges and agrees that his/ her information will be managed in accordance with the laws for the time in force.&lt;br /&gt;
&lt;br /&gt;
E. Payment Gateway Disclaimer&lt;br /&gt;
&lt;br /&gt;
The Service is provided in order to facilitate access to view and pay for web products and services offered online. OSS Prime Linuxers or the Payment Service Provider(s) do not make any representation of any kind, express or implied, as to the operation of the Payment Gateway other than what is specified in the Website for this purpose. By accepting/ agreeing to these Terms and Conditions, the User expressly agrees that his/ her use of the aforesaid online payment Service is entirely at own risk and responsibility of the User.&lt;br /&gt;
&lt;br /&gt;
F. Miscellaneous Terms &amp;amp; Conditions:&lt;br /&gt;
&lt;br /&gt;
1. Any waiver of any rights available to OSS Prime Linuxers under these Terms and Conditions shall not mean that those rights are automatically waived.&lt;br /&gt;
&lt;br /&gt;
2. The User agrees, understands and confirms that his/ her personal data including without limitation details relating to debit card/ credit card transmitted over the Internet may be susceptible to misuse, hacking, theft and/ or fraud and that OSS Prime Linuxers or the Payment Service Provider(s) have no control over such matters.&lt;br /&gt;
&lt;br /&gt;
3. Although all reasonable care has been taken towards guarding against unauthorized use of any information transmitted by the User, OSS Prime Linuxers does not represent or guarantee that the use of the Services provided by/ through it will not result in theft and/or unauthorized use of data over the Internet.&lt;br /&gt;
&lt;br /&gt;
4. OSS Prime Linuxers, the Payment Service Provider(s) and its affiliates and associates shall not be liable, at any time, for any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communications line failure, theft or destruction or unauthorized access to, alteration of, or use of information contained on the Website.&lt;br /&gt;
&lt;br /&gt;
5. The User may be required to create his/ her own User ID and Password in order to register and/ or use the Services provided by OSS Prime Linuxers on the Website. By accepting these Terms and Conditions the User aggress that his/ her User ID and Password are very important pieces of information and it shall be the User’s own responsibility to keep them secure and confidential. In furtherance hereof, the User agrees to;&lt;br /&gt;
&lt;br /&gt;
i. Choose a new password, whenever required for security reasons.&lt;br /&gt;
ii. Keep his/ her User ID &amp;amp; Password strictly confidential.&lt;br /&gt;
iii. Be responsible for any transactions made by User under such User ID and Password.&lt;br /&gt;
&lt;br /&gt;
The User is hereby informed that OSS Prime Linuxers will never ask the User for the User’s password in an unsolicited phone call or in an unsolicited email. The User is hereby required to sign out of his/ her OSS Prime Linuxers account on the Website and close the web browser window when the transaction(s) have been completed. This is to ensure that others cannot access the User’s personal information and correspondence when the User happens to share a computer with someone else or is using a computer in a public place like a library or Internet café.&lt;br /&gt;
&lt;br /&gt;
6. Misuse of the allotted server space, bandwidth are prohibited and penalty will be charge. Distribution of free email IDs to any person other than the ones related to the website owner or the company automatically gives are prohibited, penalty will be charge to those users. In case of misuse of allotted email ID space, we will have the rights to diminish the space provided for one email ID.&lt;br /&gt;
&lt;br /&gt;
7. Misuse of bandwidth will lead a client to be entitled for lesser bandwidth in future or account would be suspended or deleted. Any illegal activity detected on a website will lead to sealing of the same by us with immediate effect, as per the IT rules laid out by the Indian and International IT Act. Intentionally tampering (Hacking or sending virus) of our server by a client will see the account suspended.&lt;br /&gt;
&lt;br /&gt;
8. Customer Election. Customer hereby elects to purchase Domain Name, Web &amp;amp; Email Hosting, Web Design, Software Development, Digital Marketing, Content Distribution and other related services through Parent. Parent own the sole rights to discontinue the services or deny access to anyone who fails to comply with the rules implemented by us, without any warning or prior notice. The payments received from the violating parties in such cases are also non-refundable.&lt;br /&gt;
&lt;br /&gt;
9. Parent&#039;s Acceptance. Parent hereby accepts Customer&#039;s election to purchase Domain Name, Web &amp;amp; Email Hosting, Web Design, Software Development, Digital Marketing, Content Distribution and other related services through Parent.&lt;br /&gt;
&lt;br /&gt;
10. Customers are advised to maintain their own data backups on their home computers or CDs to ensure that they have ready access to their data in case we have a hardware failure. However, such cases are rare in occurrence, but cannot be avoided sometimes. This is why we recommend all our clients to take regular backups for all their important data. You can take your mail backup by forwarding the mail id to other email id and by using outlook of local computer.&lt;br /&gt;
&lt;br /&gt;
For safety reasons, we urge our customers not to divulge the password of their e-mail/hosting/ftp accounts to anyone. In cases where passwords and usernames are to be given to our employees, we suggest to change the password immediately. In every 15 days you have to change your all password for security reason. There is no provision of refund in OSS Prime Linuxers for any products under any circumstances.&lt;br /&gt;
&lt;br /&gt;
11. Customers should also maintain their payment confirmation details that have been paid to us for activation of the orders. It is also advisable to maintain the backup of our first mail which is sent to you after activation of your order and contains your User ID and password. By using the details provided, we will be able to provide you Technical/Billing support and activation/renew/control panel/reset password facility etc.&lt;br /&gt;
&lt;br /&gt;
Hereby we would like to update that we have stopped all kinds of instant order activation of hosting and instant registration of domains. We have taken this step due to various fraud and hacking activities are going on in cyber world. Please ignore such type of wordings if it is mentioned in any WebPages in our website. We have to check manually the payment, domain&#039;s availability and all the credentials of the client to activate any order or register any domain. The order activation and domain registration will or might take little more time due to all kinds verifications and manual checking of the date provided by the client for the same. We hope you can understand the emergency and criticality of the cyber law and will co-operate us to the maximum level. Unfortunately if website/server etc will down then we are not responsible for any losses face by client.&lt;br /&gt;
&lt;br /&gt;
12. If Customer have made the payment by the payment gateway and the payment gateway company has declared the payment as fraud then Customers account will be suspended and the domain name will be deleted immediately with out any prior notice. If Customer is making the payment by offline once again or Customers is clearing payment by speaking with payment gateway company then we will reactive the hosting and re-register the domain if the domain name is available. Reregistration and hosting activation will be done after getting the payment confirmation only. With in this time if the domain will registered by any other company then Parent will not be liable or responsible for that loses. For plan details and services provided by Parent, please refer to the website as the most valid reference. Any commitment made by our employees over chat/phone/mail or by any other mode, which is not mentioned in our website, will not be abided.&lt;br /&gt;
&lt;br /&gt;
13. Parent would like to announce that any misbehave or using abuse languages to our employee then we will suspend or delete Customer account without any priority notice, and he will not get any refund and further support from Parent any point of time. For this Parent is not responsible. Parent have full rights to take action against that client/visitor.&lt;br /&gt;
&lt;br /&gt;
If Customer have taken any free domain from us with any package, then at the time of changing the server from Parent, Customer need pay the domain price extra. If Customer is hosting your domain in any other server with out informing to our billing team by raising a ticket then Customer must have to pay 5 times more of the domain price. Please take the back up of all your data before changing Name Server (DNS) of a Domain. We will delete all Customer data automatically if Customer will change Name Sever. To reduce server burden we will delete all data of the Domain which name server is not pointing to our server. So Parent will not responsible for any loss of data if you changed Name Server of a Domain for single time also.&lt;br /&gt;
&lt;br /&gt;
14. If Customer is not using the hosting service from Parent, it is mandatory for Customer to send the cancellation request in company letter head to billing department by post or courier. Failing with the same Parent will be charging the renewal amount every year. Hereby we would like to update that Parent will not be responsible if any one else book the domain globally within the period of order activation. If any domain gets registered else where globally with in that period and payment is done Customer can avail other domain name. There will not be any refund for the same. It is the sole responsibility of the Customer and not Parent and if once order is activated then payment cant be refund under any circumstance.&lt;br /&gt;
&lt;br /&gt;
15. If Parent is not having correct Customer contact detail and phone number then Parent is having full rights to suspend and delete the account with out any intimation. Before any order activation Parent is having ful rights to verify the clients. Any issue which is not related to server and can be solved by the Customer. We suggest all Customers to use our trial offers before purchasing any package. This will help to avoid post-purchase problems.&lt;br /&gt;
&lt;br /&gt;
16. Parent is not using any incoming E-Mail ID for Billing, Technical Support, Renew, Refund, Complain or any other issue. So if Customer is contacting Parent by mail then Parent is not responsible to give reply. For any type of issue Customer should raise a ticket from https://h.osspl.com&lt;br /&gt;
&lt;br /&gt;
17. Abuse of SMTP Mail Server: If any of the email id will be misused our our mail servers then Parent can suspend or delete Customer hosting account. Network security: In case of any tampering done to network security, Parent will take an immediate action against the respective hosting account. Spam: Unsolicited commercial advertisements (spam) are not allowed in e-mail IDs and may result in cancellation of the account. Abuse of Traffic: If any Customer violates the Parent&#039;s policies in site transfer or misuse of bandwidth is preheated, Parent can decrease its allotted Traffic quota or suspended Customer account with out any prior notice.&lt;br /&gt;
&lt;br /&gt;
Abuse of Space: As per Parent policies, at least 90% of your web pages (HTML) must be &amp;quot;Linked&amp;quot; with files (.GIF, .JPEG, etc.) which are stored in our server. Web space must not be used by Customer&#039;s visitor for free upload, download heavy size file. Web sites containing a large number of unlinked files or using server space for data storing propose are subject to deletion of files otherwise Parent will cancel the account without prior notice. Customers can not run IRC, bots or clients on servers. Customers are also prohibited from running Bulk Emailing, Unsolicited Emailing, Newsgroup Spamming, Pornographic Content, Illegal Content, Copyright Infringement, Trademark Infringement, Warez, Cracks, and Software Serial Numbers.&lt;br /&gt;
&lt;br /&gt;
18. Personal Information: When Customer register for certain services, Parent will ask to provide personal information. The information Parent collects may be combined with information obtained from other services of Parent and other companies. We use cookies and other technologies to keep track of your interactions with our sites and services to offer a personalized experience.&lt;br /&gt;
&lt;br /&gt;
19. Customer Choices: Customer can stop the delivery of promotional e-mails &amp;amp; mobile text messages (SMS) from a OSS Prime Linuxers website/portal or related services by following the instructions in the e-mail Customer receives or by logging into your account. To make proactive choices about how we communicate with Customer, follow the instructions listed in the communication carefully and explore the user a/c &amp;amp; FAQ pages.&lt;br /&gt;
&lt;br /&gt;
20. Uses of Information: We use the information we collect to provide the services you request. Parent services may include the display of personalized content and advertising. Parent use Customer information to inform him/her of other products or services offered by OSS Prime Linuxers and its affiliates, and to send you relevant survey invitations related to OSS Prime Linuxers&#039;s Web Services. Parent do not sell, rent, or lease our customer lists to third parties. In order to help provide the services, Parent occasionally provide information to other companies that work on our behalf.&lt;br /&gt;
&lt;br /&gt;
21. Web Project Development:&lt;br /&gt;
Expectations and commitments: Normally website projects are delayed due to clients not supplying feedback, pictures or content necessary to complete sections. We feel just as important to be clear that we expect your total commitment to the project. If you do not supply information when requested, or request changes mid-stream we may have to re-evaluate our total cost structure. We also assure that, we will take full responsibility if, in case, we are running behind in the project ourselves.&lt;br /&gt;
&lt;br /&gt;
Mock-ups (samples): We will give you a good idea of what the site will look like after you confirm the order with advance payment as agreed.&lt;br /&gt;
&lt;br /&gt;
Online Marketing: We at OSS Prime Linuxers do not claim explicit guarantees on SERPs or Digital Campaigns. Ask for written confirmation, if someone is claiming so. Ongoing website maintenance: Offer for ongoing site maintenance is presented on project completion depending on tasks involved.&lt;br /&gt;
&lt;br /&gt;
Payment Terms: As part of our business policy, we request all our clients to adhere to payment terms to be presented on project confirmation. Miscellaneous expenses, such as deliveries, prints, messengers, software licence fee, ads, custom payment gateway and travel are not included, and will be billed at cost, if applicable.&lt;br /&gt;
&lt;br /&gt;
Also refer Parent&#039;s Customer Master Agreement for DIY Domain Hosting clients registering through our various consumer portals. All other Customers or Users using web services offered through many other partner network web portals owned &amp;amp; managed by Parent agree to terms of use specified on those portals along with terms here above. To know about any other information related to our privacy and legal practices, see disclaimer document or use our contact form.&lt;br /&gt;
&lt;br /&gt;
We follow some strict corporate social responsibility (CSR) practices and code of conduct and expect same from clients &amp;amp; vendors (we can even let go or cancel deals for sake of preserving these values). For any copyright or legal related queries or issues you can email using contact form with full details, suggestions, references and evidences.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Contact Page]&lt;br /&gt;
*[http://wiki.osspl.com/Privacy_Policy Privacy Policy]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Prime_Wiki:General_disclaimer&amp;diff=516</id>
		<title>Prime Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Prime_Wiki:General_disclaimer&amp;diff=516"/>
		<updated>2024-12-19T04:47:00Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Refer https://wiki.osspl.com/Terms_and_Conditions&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Prime_Wiki:About&amp;diff=515</id>
		<title>Prime Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Prime_Wiki:About&amp;diff=515"/>
		<updated>2024-12-19T04:46:12Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Refer https://indiahosting.org/about&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Contact Page]&lt;br /&gt;
*[https://indiahosting.org/about About]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Prime_Wiki:Privacy_policy&amp;diff=514</id>
		<title>Prime Wiki:Privacy policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Prime_Wiki:Privacy_policy&amp;diff=514"/>
		<updated>2024-12-19T04:44:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Published at https://wiki.osspl.com/Privacy_Policy&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Refund_Policy&amp;diff=513</id>
		<title>Refund Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Refund_Policy&amp;diff=513"/>
		<updated>2024-12-19T04:17:55Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Refund &amp;amp; Cancellation: In the event there is any refund claim for any reason whatsoever, customer shall to support@osspl.com with his / her cancellation details. Such refund (if any) shall be effected only by OSS Prime Linuxers via payment gateway reversals or by means of bank deposit or such other means as OSS Prime Linuxers deems appropriate. No claims for refund / charge back shall be made by customer to the Payment Gateway Provider(s) and in the event such claim is made it shall not be entertained.&lt;br /&gt;
&lt;br /&gt;
Refund for fraudulent/duplicate transaction(s): The customer shall contact OSS Prime Linuxers for any fraudulent transaction(s) on account of misuse of Card / Bank details by a fraudulent individual / party and such issues shall be suitably addressed by OSS Prime Linuxers along with payment gateway providers, and their policies / rules.&lt;br /&gt;
&lt;br /&gt;
Domain Registration refund policy is applicable only for new domain name registration. All domain renewal and transfer orders are non refundable once they are processed. Refund for new domain registration can only be made for the following domain extensions:&lt;br /&gt;
&lt;br /&gt;
.COM, .NET, .ORG, .BIZ, .US, .IN&lt;br /&gt;
&lt;br /&gt;
Registration for other domain extensions are final and non-refundable. Once a domain name has been registered and if you require it to be corrected or canceled, you need to submit your request to our support desk at http://h.osspl.com within 48 hours from the time of registration and successful payment. After the 48-hour period all domain registration purchases are final and non-refundable.&lt;br /&gt;
 &lt;br /&gt;
There will be an administrative fee of 200/- per domain name if you want to delete the new domain name and request for a refund. Such refund will be made within 48 hours. Each customer is only allowed to make two (2) such refund requests within any calendar month. Exceptions may be made for domain resellers are registering large number of domains.&lt;br /&gt;
&lt;br /&gt;
Web Services / Mail Hosting Money-Back Guarantee: We have a 30-day Money Back Guarantee policy for anyone who is not completely satisfied with our shared web hosting plans within the first 30 days of sign up. To receive a full refund (not including any setup fees or domain registrations) please contact our support desk at http://h.osspl.com&lt;br /&gt;
&lt;br /&gt;
Refund and cancellation policy for dedicated servers, VPS clouds, custom products / services and related solutions, which are not sold via on-line stores or other public retail channels are evaluated on case to case basis, and beyond scope of this generic policy.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://h.osspl.com Contact Page]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Refund_Policy&amp;diff=512</id>
		<title>Refund Policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Refund_Policy&amp;diff=512"/>
		<updated>2024-12-19T04:13:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Refund &amp;amp; Cancellation: In the event there is any refund claim for any reason whatsoever, customer shall to support@osspl.com with his / her cancellation details. Such refund (if any) shall be effected only by OSS Prime Linuxers via payment gateway reversals or by means of bank deposit or such other means as OSS Prime Linuxers deems appropriate. No claims for refund / charge back shall be made by customer to the Payment Gateway Provider(s) and in the event such claim is made it shall not be entertained.&lt;br /&gt;
&lt;br /&gt;
Refund for fraudulent/duplicate transaction(s): The customer shall contact OSS Prime Linuxers for any fraudulent transaction(s) on account of misuse of Card / Bank details by a fraudulent individual / party and such issues shall be suitably addressed by OSS Prime Linuxers along with payment gateway providers, and their policies / rules.&lt;br /&gt;
&lt;br /&gt;
Domain Registration refund policy is applicable only for new domain name registration. All domain renewal and transfer orders are non refundable once they are processed. Refund for new domain registration can only be made for the following domain extensions:&lt;br /&gt;
&lt;br /&gt;
.COM, .NET, .ORG, .BIZ, .US, .IN&lt;br /&gt;
&lt;br /&gt;
Registration for other domain extensions are final and non-refundable. Once a domain name has been registered and if you require it to be corrected or canceled, you need to submit your request to our support desk at http://h.osspl.com within 48 hours from the time of registration and successful payment. After the 48-hour period all domain registration purchases are final and non-refundable.&lt;br /&gt;
 &lt;br /&gt;
There will be an administrative fee of 200/- per domain name if you want to delete the new domain name and request for a refund. Such refund will be made within 48 hours. Each customer is only allowed to make two (2) such refund requests within any calendar month. Exceptions may be made for our domain reseller or if you are registering large number of domains, but they will be evaluated on case to case basis.&lt;br /&gt;
&lt;br /&gt;
Web Services / Mail Hosting Money-Back Guarantee: We have a 30-day Money Back Guarantee policy for anyone who is not completely satisfied with our shared web hosting plans within the first 30 days of sign up. To receive a full refund (not including any setup fees or domain registrations) please contact our support desk at http://h.osspl.com&lt;br /&gt;
&lt;br /&gt;
Refund and cancellation policy for dedicated servers, VPS clouds and related custom products / services, solutions and service plans, which are not sold via on-line stores or other public retail channels, are beyond scope of this policy.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://h.osspl.com Contact Page]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Courier&amp;diff=511</id>
		<title>Courier</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Courier&amp;diff=511"/>
		<updated>2024-12-18T05:10:23Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ERP for Logistics, Courier and Transport&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner application. You can manage lead times, automate replenishment and configure advanced routes such as drop-shipping, cross-docking, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:ERP.png|none|center|alt=ERP for Logistics, Courier and Transport|ERP for Logistics, Courier and Transport]]&lt;br /&gt;
&lt;br /&gt;
Monitor your fleet in real time. Track maintenance schedules, manage contracts, and ensure driver compliance – all from a single dashboard. The fleet management module also automatically processes logistics data such as driving status, waiting hours, and estimated time of arrival (ETA).&lt;br /&gt;
&lt;br /&gt;
Personalize your customer interactions and maintain a database of all transactions, communications, and preferences. CRM helps you organize your sales activities: track leads, close opportunities and get accurate forecasts. Keep opportunities organized with the pipeline and manage your daily activities.&lt;br /&gt;
&lt;br /&gt;
Share, send, classify and archive documents: contracts, offers, invoices. Documents are secured and stored in same cloud. All invoices are managed online. Invoices are sent by e-mail with attachments in PDF format or with the possibility of printing. Payment can be made online through popular payment gateways. You can also recruit, manage time off and holidays, pay salaries, conduct appraisals, review expenses, and more.&lt;br /&gt;
&lt;br /&gt;
ERP provides an integrated software solution for logistics and transportation companies that streamlines operations with real-time data access, route optimization, and comprehensive fleet and inventory management.&lt;br /&gt;
&lt;br /&gt;
Adaptability and modular are key. You can pick and choose the applications needed, ensuring a customized fit for unique requirements. As businesses grow or evolve, you can easily add or remove modules without disrupting existing processes.&lt;br /&gt;
&lt;br /&gt;
Real-time data access. In logistics, time is often of the essence. With cloud-based solution, stakeholders can access critical information anytime, anywhere. Whether you’re checking stock levels or updating customer data on the go, ensures you’re always connected via desktop, browser, SMS alerts, mobile app, whatsapp and more..&lt;br /&gt;
&lt;br /&gt;
Cost-effective and scalable. Given the competitive nature of the transportation industry, keeping operating costs low is paramount. You benefit from a cost-effective solution that scales as they grow. Because it is open source, companies also have the flexibility to customize the software to their exact needs without exorbitant licensing fees.&lt;br /&gt;
&lt;br /&gt;
Future-ready. Logistics industry is on the cusp of a revolution with the advent of technologies like AI, machine learning, and IoT. Offers all functionality needed and ability for advanced integration through third-party APIs, allowing you to take full advantage of the cutting-edge tech solutions.&lt;br /&gt;
&lt;br /&gt;
[https://h.osspl.com  Support Contact Page]&lt;br /&gt;
&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: ERP]]&lt;br /&gt;
[[Category: CRM]]&lt;br /&gt;
[[Category: App]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Courier&amp;diff=510</id>
		<title>Courier</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Courier&amp;diff=510"/>
		<updated>2024-12-18T05:08:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ERP for Logistics, Courier and Transport&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner application. You can manage lead times, automate replenishment and configure advanced routes such as drop-shipping, cross-docking, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:ERP.png|none|center|alt=ERP for Logistics, Courier and Transport|ERP for Logistics, Courier and Transport]]&lt;br /&gt;
&lt;br /&gt;
Monitor your fleet in real time. Track maintenance schedules, manage contracts, and ensure driver compliance – all from a single dashboard. The fleet management module also automatically processes logistics data such as driving status, waiting hours, and estimated time of arrival (ETA).&lt;br /&gt;
&lt;br /&gt;
Personalize your customer interactions and maintain a database of all transactions, communications, and preferences. CRM helps you organize your sales activities: track leads, close opportunities and get accurate forecasts. Keep opportunities organized with the pipeline and manage your daily activities.&lt;br /&gt;
&lt;br /&gt;
Share, send, classify and archive documents: contracts, offers, invoices. Documents are secured and stored in same cloud. All invoices are managed online. Invoices are sent by e-mail with attachments in PDF format or with the possibility of printing. Payment can be made online through popular payment gateways. You can also recruit, manage time off and holidays, pay salaries, conduct appraisals, review expenses, and more.&lt;br /&gt;
&lt;br /&gt;
ERP provides an integrated software solution for logistics and transportation companies that streamlines operations with real-time data access, route optimization, and comprehensive fleet and inventory management.&lt;br /&gt;
&lt;br /&gt;
Adaptability and modular are key. You can pick and choose the applications needed, ensuring a customized fit for unique requirements. As businesses grow or evolve, you can easily add or remove modules without disrupting existing processes.&lt;br /&gt;
&lt;br /&gt;
Real-time data access. In logistics, time is often of the essence. With cloud-based solution, stakeholders can access critical information anytime, anywhere. Whether you’re checking stock levels or updating customer data on the go, ensures you’re always connected via desktop, browser, SMS alerts, mobile app, whatsapp and more..&lt;br /&gt;
&lt;br /&gt;
Cost-effective and scalable. Given the competitive nature of the transportation industry, keeping operating costs low is paramount. You benefit from a cost-effective solution that scales as they grow. Because it is open source, companies also have the flexibility to customize the software to their exact needs without exorbitant licensing fees.&lt;br /&gt;
&lt;br /&gt;
Future-ready. Logistics industry is on the cusp of a revolution with the advent of technologies like AI, machine learning, and IoT. Offers all functionality needed and ability for advanced integration through third-party APIs, allowing you to take full advantage of the cutting-edge tech solutions.&lt;br /&gt;
&lt;br /&gt;
[https://h.osspl.com  Support Contact Page]&lt;br /&gt;
&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: ERP]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Courier&amp;diff=509</id>
		<title>Courier</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Courier&amp;diff=509"/>
		<updated>2024-12-17T15:07:26Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ERP for Logistics, Courier and Transport&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner application. You can manage lead times, automate replenishment and configure advanced routes such as drop-shipping, cross-docking, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:ERP.png|none|center|alt=ERP for Logistics, Courier and Transport|ERP for Logistics, Courier and Transport]]&lt;br /&gt;
&lt;br /&gt;
Monitor your fleet in real time. Track maintenance schedules, manage contracts, and ensure driver compliance – all from a single dashboard. The fleet management module also automatically processes logistics data such as driving status, waiting hours, and estimated time of arrival (ETA).&lt;br /&gt;
&lt;br /&gt;
Personalize your customer interactions and maintain a database of all transactions, communications, and preferences. CRM helps you organize your sales activities: track leads, close opportunities and get accurate forecasts. Keep opportunities organized with the pipeline and manage your daily activities.&lt;br /&gt;
&lt;br /&gt;
Share, send, classify and archive documents: contracts, offers, invoices. Documents are secured and stored in same cloud. All invoices are managed online. Invoices are sent by e-mail with attachments in PDF format or with the possibility of printing. Payment can be made online through popular payment gateways. You can also recruit, manage time off and holidays, pay salaries, conduct appraisals, review expenses, and more.&lt;br /&gt;
&lt;br /&gt;
ERP provides an integrated software solution for logistics and transportation companies that streamlines operations with real-time data access, route optimization, and comprehensive fleet and inventory management.&lt;br /&gt;
&lt;br /&gt;
Adaptability and modular are key. You can pick and choose the applications needed, ensuring a customized fit for unique requirements. As businesses grow or evolve, you can easily add or remove modules without disrupting existing processes.&lt;br /&gt;
&lt;br /&gt;
Real-time data access. In logistics, time is often of the essence. With cloud-based solution, stakeholders can access critical information anytime, anywhere. Whether you’re checking stock levels or updating customer data on the go, ensures you’re always connected via desktop, browser, SMS alerts, mobile app, whatsapp and more..&lt;br /&gt;
&lt;br /&gt;
Cost-effective and scalable. Given the competitive nature of the transportation industry, keeping operating costs low is paramount. You benefit from a cost-effective solution that scales as they grow. Because it is open source, companies also have the flexibility to customize the software to their exact needs without exorbitant licensing fees.&lt;br /&gt;
&lt;br /&gt;
Future-ready. Logistics industry is on the cusp of a revolution with the advent of technologies like AI, machine learning, and IoT. Offers all functionality needed and ability for advanced integration through third-party APIs, allowing you to take full advantage of the cutting-edge tech solutions.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Courier&amp;diff=508</id>
		<title>Courier</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Courier&amp;diff=508"/>
		<updated>2024-12-17T15:05:54Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ERP for Logistics, Courier and Transport&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner application. You can manage lead times, automate replenishment and configure advanced routes such as drop-shipping, cross-docking, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:ERP.png|none|center|alt=ERP for Logistics, Courier and Transport|ERP for Logistics, Courier and Transport]]&lt;br /&gt;
&lt;br /&gt;
Monitor your fleet in real time. Track maintenance schedules, manage contracts, and ensure driver compliance – all from a single dashboard. The fleet management module also automatically processes logistics data such as driving status, waiting hours, and estimated time of arrival (ETA).&lt;br /&gt;
&lt;br /&gt;
Personalize your customer interactions and maintain a database of all transactions, communications, and preferences. CRM helps you organize your sales activities: track leads, close opportunities and get accurate forecasts. Keep opportunities organized with the pipeline and manage your daily activities.&lt;br /&gt;
&lt;br /&gt;
Share, send, classify and archive documents: contracts, offers, invoices. Documents are secured and stored in same cloud. All invoices are managed online. Invoices are sent by e-mail with attachments in PDF format or with the possibility of printing. Payment can be made online through popular payment gateways. You can also recruit, manage time off and holidays, pay salaries, conduct appraisals, review expenses, and more.&lt;br /&gt;
&lt;br /&gt;
ERP provides an integrated software solution for logistics and transportation companies that streamlines operations with real-time data access, route optimization, and comprehensive fleet and inventory management.&lt;br /&gt;
&lt;br /&gt;
Adaptability and modular are key. You can pick and choose the applications needed, ensuring a customized fit for unique requirements. As businesses grow or evolve, you can easily add or remove modules without disrupting existing processes.&lt;br /&gt;
&lt;br /&gt;
Real-time data access. In logistics, time is often of the essence. With cloud-based solution, stakeholders can access critical information anytime, anywhere. Whether you’re checking stock levels or updating customer data on the go, ensures you’re always connected via desktop, browser, SMS alerts, mobile app, whatsapp and more..&lt;br /&gt;
&lt;br /&gt;
Cost-effective and scalable. Given the competitive nature of the transportation industry, keeping operating costs low is paramount. You benefit from a cost-effective solution that scales as they grow. Because it is open source, companies also have the flexibility to customize the software to their exact needs without exorbitant licensing fees.&lt;br /&gt;
&lt;br /&gt;
Future-ready. The logistics industry is on the cusp of a revolution with the advent of technologies like AI, machine learning, and IoT. Offers all the functionality you need and the ability for advanced integration through third-party APIs, allowing you to take full advantage of the cutting-edge technology solutions.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Courier&amp;diff=507</id>
		<title>Courier</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Courier&amp;diff=507"/>
		<updated>2024-12-17T15:04:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ERP for Logistics, Courier and Transport&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner application. You can manage lead times, automate replenishment and configure advanced routes such as drop-shipping, cross-docking, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:ERP.png|none|center|alt=ERP for Logistics, Courier and Transport|ERP for Logistics, Courier and Transport]]&lt;br /&gt;
&lt;br /&gt;
Monitor your fleet in real time. Track maintenance schedules, manage contracts, and ensure driver compliance – all from a single dashboard. The fleet management module also automatically processes logistics data such as driving status, waiting hours, and estimated time of arrival (ETA).&lt;br /&gt;
&lt;br /&gt;
Personalize your customer interactions and maintain a database of all transactions, communications, and preferences. CRM helps you organize your sales activities: track leads, close opportunities and get accurate forecasts. Keep opportunities organized with the pipeline and manage your daily activities.&lt;br /&gt;
&lt;br /&gt;
Share, send, classify and archive all documents: contracts, offers, invoices. All documents are secured and stored in the same place. All insurance company invoices are managed online. Invoices are sent by e-mail with attachments in PDF format or with the possibility of printing. Payment can be made online through popular payment gateways. You can also recruit, manage time off and holidays, pay salaries, conduct appraisals, review expenses, and more.&lt;br /&gt;
&lt;br /&gt;
ERP provides an integrated software solution for logistics and transportation companies that streamlines operations with real-time data access, route optimization, and comprehensive fleet and inventory management.&lt;br /&gt;
&lt;br /&gt;
Adaptability and modular are key. You can pick and choose the applications needed, ensuring a customized fit for unique requirements. As businesses grow or evolve, you can easily add or remove modules without disrupting existing processes.&lt;br /&gt;
&lt;br /&gt;
Real-time data access. In logistics, time is often of the essence. With cloud-based solution, stakeholders can access critical information anytime, anywhere. Whether you’re checking stock levels or updating customer data on the go, ensures you’re always connected via desktop, browser, SMS alerts, mobile app, whatsapp and more..&lt;br /&gt;
&lt;br /&gt;
Cost-effective and scalable. Given the competitive nature of the transportation industry, keeping operating costs low is paramount. You benefit from a cost-effective solution that scales as they grow. Because it is open source, companies also have the flexibility to customize the software to their exact needs without exorbitant licensing fees.&lt;br /&gt;
&lt;br /&gt;
Future-ready. The logistics industry is on the cusp of a revolution with the advent of technologies like AI, machine learning, and IoT. Offers all the functionality you need and the ability for advanced integration through third-party APIs, allowing you to take full advantage of the cutting-edge technology solutions.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Courier&amp;diff=506</id>
		<title>Courier</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Courier&amp;diff=506"/>
		<updated>2024-12-17T10:26:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ERP for Logistics, Courier and Transport&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner application. You can manage lead times, automate replenishment and configure advanced routes such as drop-shipping, cross-docking, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:ERP.png|none|center|alt=ERP for Logistics, Courier and Transport|ERP for Logistics, Courier and Transport]]&lt;br /&gt;
&lt;br /&gt;
Monitor your fleet in real time. Track maintenance schedules, manage contracts, and ensure driver compliance – all from a single dashboard. The fleet management module also automatically processes logistics data such as driving status, waiting hours, and estimated time of arrival (ETA).&lt;br /&gt;
&lt;br /&gt;
Personalize your customer interactions and maintain a database of all transactions, communications, and preferences. CRM helps you organize your sales activities: track leads, close opportunities and get accurate forecasts. Keep opportunities organized with the pipeline and manage your daily activities.&lt;br /&gt;
&lt;br /&gt;
Share, send, classify and archive all documents: contracts, offers, invoices. All documents are secured and stored in the same place. All insurance company invoices are managed online. Invoices are sent by e-mail with attachments in PDF format or with the possibility of printing. Payment can be made online through popular payment gateways. You can also recruit, manage time off and holidays, pay salaries, conduct appraisals, review expenses, and more.&lt;br /&gt;
&lt;br /&gt;
ERP provides an integrated software solution for logistics and transportation companies that streamlines operations with real-time data access, route optimization, and comprehensive fleet and inventory management.&lt;br /&gt;
&lt;br /&gt;
Adaptability is key. One of the outstanding features is modularity. Organizations can pick and choose the applications they need, ensuring a customized fit for their unique requirements. As businesses grow or evolve, they can easily add or remove modules without disrupting existing processes.&lt;br /&gt;
&lt;br /&gt;
Real-time data access. In logistics, time is often of the essence. With cloud-based solution, stakeholders can access critical information anytime, anywhere. Whether you’re checking stock levels or updating customer data on the go, Odoo ensures you’re always connected.&lt;br /&gt;
&lt;br /&gt;
Cost-effective and scalable. Given the competitive nature of the transportation industry, keeping operating costs low is paramount. You benefit from a cost-effective solution that scales as they grow. Because it is open source, companies also have the flexibility to customize the software to their exact needs without exorbitant licensing fees.&lt;br /&gt;
&lt;br /&gt;
Future-ready. The logistics industry is on the cusp of a revolution with the advent of technologies like AI, machine learning, and IoT. Offers all the functionality you need and the ability for advanced integration through third-party APIs, allowing you to take full advantage of the cutting-edge technology solutions.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Courier&amp;diff=505</id>
		<title>Courier</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Courier&amp;diff=505"/>
		<updated>2024-12-17T10:24:36Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;ERP for Logistics, Courier and Transport&amp;#039;&amp;#039;&amp;#039;  Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ERP for Logistics, Courier and Transport&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Change the way your logistics or courier company operate with transportation efficiency. Powerful open source platform that offers solutions to improve logistics and supply chain management. Multiple warehouses can be set up in the system and the user can create movements between warehouses. Companies can track their inventory levels in real time and generate reports on inventory movements with an advanced barcode scanner application. You can manage lead times, automate replenishment and configure advanced routes such as drop-shipping, cross-docking, etc.&lt;br /&gt;
&lt;br /&gt;
[[File:ERP.png|thumb|center|alt=ERP for Logistics, Courier and Transport|ERP for Logistics, Courier and Transport]]&lt;br /&gt;
&lt;br /&gt;
Monitor your fleet in real time. Track maintenance schedules, manage contracts, and ensure driver compliance – all from a single dashboard. The fleet management module also automatically processes logistics data such as driving status, waiting hours, and estimated time of arrival (ETA).&lt;br /&gt;
&lt;br /&gt;
Personalize your customer interactions and maintain a database of all transactions, communications, and preferences. CRM helps you organize your sales activities: track leads, close opportunities and get accurate forecasts. Keep opportunities organized with the pipeline and manage your daily activities.&lt;br /&gt;
&lt;br /&gt;
Share, send, classify and archive all documents: contracts, offers, invoices. All documents are secured and stored in the same place. All insurance company invoices are managed online. Invoices are sent by e-mail with attachments in PDF format or with the possibility of printing. Payment can be made online through popular payment gateways. You can also recruit, manage time off and holidays, pay salaries, conduct appraisals, review expenses, and more.&lt;br /&gt;
&lt;br /&gt;
ERP provides an integrated software solution for logistics and transportation companies that streamlines operations with real-time data access, route optimization, and comprehensive fleet and inventory management.&lt;br /&gt;
&lt;br /&gt;
Adaptability is key. One of the outstanding features is modularity. Organizations can pick and choose the applications they need, ensuring a customized fit for their unique requirements. As businesses grow or evolve, they can easily add or remove modules without disrupting existing processes.&lt;br /&gt;
&lt;br /&gt;
Real-time data access. In logistics, time is often of the essence. With cloud-based solution, stakeholders can access critical information anytime, anywhere. Whether you’re checking stock levels or updating customer data on the go, Odoo ensures you’re always connected.&lt;br /&gt;
&lt;br /&gt;
Cost-effective and scalable. Given the competitive nature of the transportation industry, keeping operating costs low is paramount. You benefit from a cost-effective solution that scales as they grow. Because it is open source, companies also have the flexibility to customize the software to their exact needs without exorbitant licensing fees.&lt;br /&gt;
&lt;br /&gt;
Future-ready. The logistics industry is on the cusp of a revolution with the advent of technologies like AI, machine learning, and IoT. Offers all the functionality you need and the ability for advanced integration through third-party APIs, allowing you to take full advantage of the cutting-edge technology solutions.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=File:ERP.png&amp;diff=504</id>
		<title>File:ERP.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=File:ERP.png&amp;diff=504"/>
		<updated>2024-12-17T10:24:08Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ERP for Logistics, Courier and Transport by Oddo&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=AI_IoT&amp;diff=503</id>
		<title>AI IoT</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=AI_IoT&amp;diff=503"/>
		<updated>2024-12-11T11:50:56Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Prime AI creates professional, high-end open source and custom built website design and development solutions with the latest in data science / mobile standards, compliance for maximum ease-of-use, stability, open, secure, reach and speed. You need a great-looking, easy-to-find and fast-loading website or app. The truth is, you can’t afford NOT to have a great website. Bad websites do not cut anymore! Get a Free Domain Name + VPS Hosting + WP / Drupal CMS + CiviCRM deployment + Your Own Mobile Apps + You fully own your digital assets, with Prime. Explore http://indiahosting.org for more.&lt;br /&gt;
&lt;br /&gt;
Prime IoT and The Green Digital Initiative: To reduce carbon emissions and electricity usage, our green digital initiatives and self-regulated standards / specifications are in force since last 10 years. Procurement, use, and recycling of green IT hardware, better resource utilization for environmental protection. Unique specifications for devices like personal computers, laptops, tablets, smartphones, servers, and other hardware focus on reducing energy consumption while-in-use, and in longevity, repairability, and recyclability. Prime cloud offer potential for increased energy efficiency of IT systems helping bundle services and operations away from less secure and less efficient large data center monopolies, thus significantly reducing energy consumption, waste and greenhouse emissions.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Contact Page]&lt;br /&gt;
*[https://wisepoint.org/?s=AI AI Updates]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: AI IoT]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=AI_IoT&amp;diff=502</id>
		<title>AI IoT</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=AI_IoT&amp;diff=502"/>
		<updated>2024-12-11T11:46:37Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Prime AI creates professional, high-end open source and custom built website design and development solutions with the latest in web / mobile standards, compliance for maximum ease-of-use, stability, reach and speed. You need a great-looking, easy-to-find and fast-loading website. The truth is, you can’t afford NOT to have a great website. Bad websites do not cut anymore! Get a Free Domain Name + VPS Hosting + WP / Drupal CMS + CiviCRM deployment + Your Own Mobile Apps...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Prime AI creates professional, high-end open source and custom built website design and development solutions with the latest in web / mobile standards, compliance for maximum ease-of-use, stability, reach and speed. You need a great-looking, easy-to-find and fast-loading website. The truth is, you can’t afford NOT to have a great website. Bad websites do not cut anymore! Get a Free Domain Name + VPS Hosting + WP / Drupal CMS + CiviCRM deployment + Your Own Mobile Apps + You fully own your digital assets, with Prime. Explore http://indiahosting.org for more.&lt;br /&gt;
&lt;br /&gt;
Prime IoT and The Green Digital Initiative: To reduce carbon emissions and electricity usage, our green digital initiatives and self-regulated standards / specifications are in force since last 10 years. Procurement, use, and recycling of green IT hardware, better resource utilization for environmental protection. Unique specifications for devices like personal computers, laptops, tablets, smartphones, servers, and other hardware focus on reducing energy consumption while-in-use, and in longevity, repairability, and recyclability. Prime cloud offer potential for increased energy efficiency of IT systems helping bundle services and operations away from less secure and less efficient large data center monopolies, thus significantly reducing energy consumption, waste and greenhouse emissions.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Contact Page]&lt;br /&gt;
*[https://wisepoint.org/?s=AI AI Updates]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: AI IoT]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Category:Linux_Hosting&amp;diff=501</id>
		<title>Category:Linux Hosting</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Category:Linux_Hosting&amp;diff=501"/>
		<updated>2024-12-11T11:37:35Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In Shared Web Hosting, multiple clients are hosted on a single server i.e. the clients share the server&#039;s resources. This helps reduce the cost, since the cost of the server and its resources are spread over all the clients/packages hosted on the server. Shared Hosting is perfect for personal websites, small and mid-sized businesses that do not require all the resources of a server. Just what you need for a Basic Web Presence, starts with ₹190 only via https://indiahosting.org/hosting&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=500</id>
		<title>MediaWiki:Citizen-footer-tagline</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=500"/>
		<updated>2024-12-11T10:52:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;© 2024 One-Stop-Solution Prime Linuxers ♻ A Green Digital Initiative [[⏻ Simplified by Prime]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=499</id>
		<title>MediaWiki:Citizen-footer-desc</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=499"/>
		<updated>2024-12-11T10:52:09Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We build public servers / networks on secure platforms, equipped with custom made components, features and functionalities required to address users increasingly high-end computing needs and privacy concerns. Also offer Linux and BSD Tools, Open Source Software (OSS) advocacy, IT Merchandise, Digital Products / Apps, Custom Data Center Services and Gadgets.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=498</id>
		<title>MediaWiki:Citizen-footer-tagline</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=498"/>
		<updated>2024-12-11T10:50:48Z</updated>

		<summary type="html">&lt;p&gt;Admin: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=497</id>
		<title>MediaWiki:Citizen-footer-tagline</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=497"/>
		<updated>2024-12-11T10:49:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;20+ Years of Digital Service Trust&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;20+ Years of [[Digital Service Trust]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=496</id>
		<title>MediaWiki:Citizen-footer-desc</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=496"/>
		<updated>2024-12-11T10:48:32Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;© 2024 One-Stop-Solution Prime Linuxers ♻ A Green Digital Initiative ⏻ Simplified by Prime&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;© 2024 One-Stop-Solution Prime Linuxers ♻ A Green Digital Initiative [[⏻ Simplified by Prime]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Prime_Wiki:About&amp;diff=495</id>
		<title>Prime Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Prime_Wiki:About&amp;diff=495"/>
		<updated>2024-12-11T09:40:23Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Celebrating 16+ Years of Web Service Trust&lt;br /&gt;
Communicate with Us: Research - Strategy - Design - Training&lt;br /&gt;
Building, Growing &amp;amp; Sustaining Profitable Internet Brands&lt;br /&gt;
Interactive Advertising Marketplace - Online Promotions, Positioning &amp;amp; Press Releases&lt;br /&gt;
&lt;br /&gt;
A no hype one-stop web &amp;amp; mobile solutions provider - becoming mark of Trust, Simplicity, Reliability, Speed, Out-of-the-Box and Security since 2004. In a time when web service is more becoming a commodity from tech-savvy and business creativity, a name like OSS Prime Linuxers might seem rather generic or even uncool. For the ones who think the latter, let us begin from the start. What does ‘OSS Prime Linuxers’ mean?&lt;br /&gt;
&lt;br /&gt;
It’s a Digital Media Hub - where a bunch of diverse minds collaborate to design, develop &amp;amp; promote websites and web applications for business and social causes. We mostly cater to a selected list of niche clients who are well-aware of the evolving digital world, understand it&#039;s pros and cons. OSS Prime Linuxers is neither a mass reach household brand or nor we have any such goals, we simply are a no hype one-stop web solution provider - strive to become a mark of Trust, Simplicity, Reliability, Speed, Out-of-the-Box and Security on Internet.&lt;br /&gt;
&lt;br /&gt;
Another area of focus is reaching niche communities for promoting products and services via portals and shopping sites e.g. domain names and web hosting, seo, ppc, social media promotion, classifieds, mass-communication, digital advertising, business listings, etc...&lt;br /&gt;
&lt;br /&gt;
Since 2004, residing in the unassuming part of South Delhi, we think, write, develop, design, promote and generate refreshing web experiences in an organized manner. We specialize in Business &amp;amp; Social applications of world wide web, digital media, enterprise collaboration technologies, on-line marketing strategy, content marketing, blogging, podcasting, video blogging, social network management, community management, data center technology, applications engineering, document management systems, CRM, web development, online branding, reputation management, Mobile Solutions, Digital Marketing Services... We are a FULL Service Internet Technology and Consultancy Firm!&lt;br /&gt;
&lt;br /&gt;
Specialities: Web Marketing Consultancy, Media Planning, Effective Web Design, Open Source, Internet Development and On-line Promotional activities for Business and Social Purposes. Apart from business sites like osspl.com and indiahosting.org, we also own and manage non-profit Social Media Portal Sites like RealEstateTimes.in, Wisepoint.org and many other technology / business blogs and news portals.&lt;br /&gt;
&lt;br /&gt;
Mission of OSS Prime Linuxers: Our mission statement is simple, but its individual elements apply to the needs of online marketers (especially small &amp;amp; medium scale enterprises) in a variety of crucial ways..&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To partner with clients through flexible, personalized service, provide actionable information and analytics which will encourage more wise analysis/decisions and further their online success.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- Partner -&lt;br /&gt;
We want to establish enduring relationships with our clients. Partnering with you and/or your firm means caring about your long-term success. It means being there when you have a problem several months after the project is done. It means knowing enough to make insightful suggestions that will work for you.&lt;br /&gt;
&lt;br /&gt;
- Personalized -&lt;br /&gt;
Our people have worked on the client side, so we understand your perspective as a client. We don&#039;t push pre-conceived methodologies on you, but design &amp;amp; develop each web project around your specific needs. We seek to make intelligent recommendations, but defer to your final decision. We return phone calls and emails quickly and respond to questions. In short, our focus is on making your relationship with us enjoyable, efficient, and valuable.&lt;br /&gt;
&lt;br /&gt;
- Actionable -&lt;br /&gt;
You want search marketing and web information that is actually useful to your organization, not just nice to know. We provide insights that help shape your future web marketing plans.&lt;br /&gt;
&lt;br /&gt;
- Analysis -&lt;br /&gt;
Chances are, you don&#039;t have the time to crawl through the Internet to research and find what you need. That&#039;s why we offer experienced analysis, bringing to light findings you can put to work. Our goal is to help you and your web ventures look good within your organization, and help your organization succeed among the competition. Our ability to reach both of those goals for our current clients is why the vast majority of our business is referral.&lt;br /&gt;
&lt;br /&gt;
How successful are we?&lt;br /&gt;
Some of our clients say, &amp;quot;we are among the most trusted web service providers in India...&amp;quot;. Sure, some others do differ, which is not uncommon. Nevertheless, we are a small agency just creating web / mobile technologies for some informed clients and organic growth!&lt;br /&gt;
&lt;br /&gt;
Final words: Explore our web products &amp;amp; services here. To manage your domain names, web hosting &amp;amp; DIY Site Builder Plans click here. Top Digital Marketing Company with access to New Trends in Online and Mobile Media Industries worldwide. Page Optimization, Search Marketers, Internet Advertising &amp;amp; SEO Service Providers in India. Best On-line Promotion &amp;amp; Social Media Services firm - Interactive Advertising &amp;amp; Marketing.&lt;br /&gt;
&lt;br /&gt;
Note: Solution Point operations are discontinued in 2016 due to bank frauds and extortion threats resulting business losses. All operations are shifted to OSSPL.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Contact Page]&lt;br /&gt;
*[https://solutionpoint.in/@mast Live Updates]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: DNS]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=2letservice&amp;diff=494</id>
		<title>2letservice</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=2letservice&amp;diff=494"/>
		<updated>2024-12-11T09:38:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox company&lt;br /&gt;
| name             = 2LetService&lt;br /&gt;
| logo             = File:2LetService.png&lt;br /&gt;
| type             = Real Estate&lt;br /&gt;
| language          = [[English language|English]]&lt;br /&gt;
| commercial?      = Yes&lt;br /&gt;
| owner            = OSSPL&lt;br /&gt;
| launch date      = 2004&lt;br /&gt;
| current status   = Active&lt;br /&gt;
| location    = New Delhi, India&lt;br /&gt;
| homepage         = http://www.realestatetimes.in&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2LetService.com&#039;&#039;&#039;, was India&#039;s First Free Property Listing Portal, started as a Social Initiative by OSSPL in year 2004, a real estate listings portal that provided a common platform for property buyers &amp;amp; sellers to locate properties. The domain was abandoned, moved and merged with RealEstateTimes.in due to unbearable local market conditions (starting 2014) encouraging predatory data theft, media abuse, increasing monopolies and state sponsored tech hype / gimmickry.&lt;br /&gt;
&lt;br /&gt;
==Inception==&lt;br /&gt;
RealEstateTimes.in has initiated and populated many real listing ideas which are now being copied and reused / tweaked by most of the popular portals currently advertised in the digital cum mobile apps marketplace.&lt;br /&gt;
&lt;br /&gt;
==Services==&lt;br /&gt;
Apart from posting and searching for buying, selling &amp;amp; renting of properties, users have access to many related services.&lt;br /&gt;
&lt;br /&gt;
==RealEstateTimes.in mobile==&lt;br /&gt;
[[File:Ret-logo.png|thumb|left|Real Estate Times]] In July 2011, RealEstateTimes.in introduced the mobile website with features like mobile searches for property, agent, builder and price trends. It also came up with an interface for the mobile users to post their properties, news, press stories and videos, edit details and re-post listings, as a purely non-profit / non-fancy social model of sharing, with 0-tolerance for data theft and spam.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://www.realestatetimes.in/ Official website]&lt;br /&gt;
*[http://twitter.com/realestatetimes Twitter Updates]&lt;br /&gt;
&lt;br /&gt;
[[Category:Property]]&lt;br /&gt;
[[Category:Indian websites]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=WebDesign&amp;diff=493</id>
		<title>WebDesign</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=WebDesign&amp;diff=493"/>
		<updated>2024-12-11T09:36:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every era has had its respective technological breakthroughs. Web browsing started with Gopher, which eventually gave rise to the birth of HTTP. Then came the era of the simple website layouts when NetScape was at its prime. 1997 onwards was when web design started to evolve. The mid 2000‘s was a time when a standardized website layout pattern began to really develop.&lt;br /&gt;
&lt;br /&gt;
Web professionals needed to come up with newer visual styles and formats to cater to the rapid growth of technology. Today we build eye-catching, responsive websites with minimalism. We’ve reduced fluff and visual noise. But innovation doesn’t stop there, web design has moved in tandem. This is the era for geometric shapes in web design.&lt;br /&gt;
&lt;br /&gt;
I think geometry is something that is more than just the points mentioned above, which are merely applied concepts of Geometry. I’m going to quote one of Plato’s work which is a dialogue between Plato and the protagonist, Phaedrus.&lt;br /&gt;
&lt;br /&gt;
“Yes, Socrates, you can easily invent tales of Egypt, or of any other country. But even if not of divine origin, the objects of geometry are not to be found in the physical world. They are pure abstractions, creations of the human mind.”&lt;br /&gt;
&lt;br /&gt;
[[File:Interruptive-Marketing.jpg|650px|thumb|right|Website cum Mobile App for Best Performance]]&lt;br /&gt;
&lt;br /&gt;
What Phaedrus tries to imply is that geometry is a-priori, it existed even before the human mind was capable of comprehending shapes and structures. All of mathematics is a-priori and that we are governed by its laws.&lt;br /&gt;
&lt;br /&gt;
All designs, no matter how silly or weird they could appear to be, are based on geometry and are governed by these laws. Let’s take a look at how incorporating geometric shapes in websites can have an impact on visitors.&lt;br /&gt;
&lt;br /&gt;
The purpose of design is to stimulate a user or visitor. Using geometric shapes (and their respective symbolic meanings) can have a bigger impact on an individual’s subconscious than you think. They can really prep up your client’s website and keep visitors coming back. Do you incorporate geometry in web design? Start Small, Extend and Prioritize:&lt;br /&gt;
&lt;br /&gt;
So, with websites. As you start to use your site you will have ideas and wants and needs. If you have started small, with a view to extending your site, these ideas can be embraced and your site will grow with you as your experience and that of your users illustrates what the needs really are. Change can now be embraced, nurtured and turned into features that both you and your users really love.&lt;br /&gt;
&lt;br /&gt;
The irony is, that in most traditional websites, everyone is asked to do most of the planning, thinking and budgeting at the very outset - which is the point where everyone concerned has the least knowledge about the project, its constraints (both known and hidden) and its goals. This is essentially gambling and is fraught with the danger of failure. To illustrate a staged approach to web development, we have simple timeline approach to each web project.&lt;br /&gt;
&lt;br /&gt;
Day One - Buy a Domain Name (cheapest at https://l.osspl.com/q) and basic server space with FTP. Use Filezilla to upload a simple html page with logo and few address lines. There can also be a contact form on the site. Here we set up a solid, responsive loot, but will intentionally keep the design very simple so that we can embellish it later.&lt;br /&gt;
&lt;br /&gt;
[[File:In.png|1140px|thumb|center|Website Hosting for Best Performance]]&lt;br /&gt;
&lt;br /&gt;
Pre-launch - Upload site on a tuned, less-crowded, non-hyper, managed linux hosting platform and ready to live!&lt;br /&gt;
&lt;br /&gt;
Launch Day - We go live with a great looking, dependable, flexible, and fast, responsive site. The site is saving us time and money, increasing our visibility and working for us - from the start.&lt;br /&gt;
&lt;br /&gt;
After 1 month: We decide that we want a blog, in order to entice visitors and to establish ourselves as thought leaders in our industry. Additional design and styling to make the blog articles look pretty.&lt;br /&gt;
&lt;br /&gt;
After 2 months: The blog is going well and getting readership. Time to get further traction and extend our reach into social media. We build in share and follow buttons and Twitter cards to drive traffic.&lt;br /&gt;
&lt;br /&gt;
After 4 months: We decide to integrate mailer software to let people sign up to our new newsletter, in order to increase our reach and better communicate with prospective customers. We get a newsletter signup form section on all pages.&lt;br /&gt;
&lt;br /&gt;
After 6 months: We decide to open up interactions with visitors, adding comments, with spam protection.&lt;br /&gt;
&lt;br /&gt;
After 8 months: We launch a range of beautiful products sold through a fully featured, integrated e-commerce solution from our site.&lt;br /&gt;
&lt;br /&gt;
After 12 months: We develop mobile apps for Android, Apple, Windows, Blackberry etc... and integrate with the website&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://l.osspl.com/l Register a Domain Name]&lt;br /&gt;
*[https://indiahosting.org/hosting Book a Hosting Plan]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;br /&gt;
[[Category: Indian websites]]&lt;br /&gt;
[[Category: Reseller]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=WebDesign&amp;diff=492</id>
		<title>WebDesign</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=WebDesign&amp;diff=492"/>
		<updated>2024-12-11T09:35:08Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every era has had its respective technological breakthroughs. Web browsing started with Gopher, which eventually gave rise to the birth of HTTP. Then came the era of the simple website layouts when NetScape was at its prime. 1997 onwards was when web design started to evolve. The mid 2000‘s was a time when a standardized website layout pattern began to really develop.&lt;br /&gt;
&lt;br /&gt;
Web professionals needed to come up with newer visual styles and formats to cater to the rapid growth of technology. Today we build eye-catching, responsive websites with minimalism. We’ve reduced fluff and visual noise. But innovation doesn’t stop there, web design has moved in tandem. This is the era for geometric shapes in web design.&lt;br /&gt;
&lt;br /&gt;
I think geometry is something that is more than just the points mentioned above, which are merely applied concepts of Geometry. I’m going to quote one of Plato’s work which is a dialogue between Plato and the protagonist, Phaedrus.&lt;br /&gt;
&lt;br /&gt;
“Yes, Socrates, you can easily invent tales of Egypt, or of any other country. But even if not of divine origin, the objects of geometry are not to be found in the physical world. They are pure abstractions, creations of the human mind.”&lt;br /&gt;
&lt;br /&gt;
[[File:Interruptive-Marketing.jpg|650px|thumb|right|Website cum Mobile App for Best Performance]]&lt;br /&gt;
&lt;br /&gt;
What Phaedrus tries to imply is that geometry is a-priori, it existed even before the human mind was capable of comprehending shapes and structures. All of mathematics is a-priori and that we are governed by its laws.&lt;br /&gt;
&lt;br /&gt;
All designs, no matter how silly or weird they could appear to be, are based on geometry and are governed by these laws. Let’s take a look at how incorporating geometric shapes in websites can have an impact on visitors.&lt;br /&gt;
&lt;br /&gt;
The purpose of design is to stimulate a user or visitor. Using geometric shapes (and their respective symbolic meanings) can have a bigger impact on an individual’s subconscious than you think. They can really prep up your client’s website and keep visitors coming back. Do you incorporate geometry in web design? Start Small, Extend and Prioritize:&lt;br /&gt;
&lt;br /&gt;
So, with websites. As you start to use your site you will have ideas and wants and needs. If you have started small, with a view to extending your site, these ideas can be embraced and your site will grow with you as your experience and that of your users illustrates what the needs really are. Change can now be embraced, nurtured and turned into features that both you and your users really love.&lt;br /&gt;
&lt;br /&gt;
The irony is, that in most traditional websites, everyone is asked to do most of the planning, thinking and budgeting at the very outset - which is the point where everyone concerned has the least knowledge about the project, its constraints (both known and hidden) and its goals. This is essentially gambling and is fraught with the danger of failure. To illustrate a staged approach to web development, we have simple timeline approach to each web project.&lt;br /&gt;
&lt;br /&gt;
Day One - Buy a Domain Name (cheapest at https://l.osspl.com/q) and basic server space with FTP. Use Filezilla to upload a simple html page with logo and few address lines. There can also be a contact form on the site. Here we set up a solid, responsive loot, but will intentionally keep the design very simple so that we can embellish it later.&lt;br /&gt;
&lt;br /&gt;
[[File:Domain2021.png|800px|thumb|center|Website Hosting for Best Performance]]&lt;br /&gt;
&lt;br /&gt;
Pre-launch - Upload site on a tuned, less-crowded, non-hyper, managed linux hosting platform and ready to live!&lt;br /&gt;
&lt;br /&gt;
Launch Day - We go live with a great looking, dependable, flexible, and fast, responsive site. The site is saving us time and money, increasing our visibility and working for us - from the start.&lt;br /&gt;
&lt;br /&gt;
After 1 month: We decide that we want a blog, in order to entice visitors and to establish ourselves as thought leaders in our industry. Additional design and styling to make the blog articles look pretty.&lt;br /&gt;
&lt;br /&gt;
After 2 months: The blog is going well and getting readership. Time to get further traction and extend our reach into social media. We build in share and follow buttons and Twitter cards to drive traffic.&lt;br /&gt;
&lt;br /&gt;
After 4 months: We decide to integrate mailer software to let people sign up to our new newsletter, in order to increase our reach and better communicate with prospective customers. We get a newsletter signup form section on all pages.&lt;br /&gt;
&lt;br /&gt;
After 6 months: We decide to open up interactions with visitors, adding comments, with spam protection.&lt;br /&gt;
&lt;br /&gt;
After 8 months: We launch a range of beautiful products sold through a fully featured, integrated e-commerce solution from our site.&lt;br /&gt;
&lt;br /&gt;
After 12 months: We develop mobile apps for Android, Apple, Windows, Blackberry etc... and integrate with the website&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://l.osspl.com/l Register a Domain Name]&lt;br /&gt;
*[https://indiahosting.org/hosting Book a Hosting Plan]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;br /&gt;
[[Category: Indian websites]]&lt;br /&gt;
[[Category: Reseller]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Advertise&amp;diff=491</id>
		<title>Advertise</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Advertise&amp;diff=491"/>
		<updated>2023-12-21T13:07:17Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All forms of digital advertising are discontinued, refer https://wisepoint.org/1300 for announcement. Below is just an archive.&lt;br /&gt;
&lt;br /&gt;
Listings, Blog, PR or Article Submissions are FREE, just join and submit yourself. If no commercials are involved, signup and start posting / sharing yourself, all our connected platforms are free for public.&lt;br /&gt;
&lt;br /&gt;
[[File:Logo.png|300px|thumb|right|OSS Prime Linuxers]] Advertising Information - Advertisement Rates &amp;amp; Media Kit: All pricing are custom, and specific. We have a network of community-driven Web Portals, Apps and Social Media Channels (no print version available) and divided into different Sections - all frequently updated. We normally do not send push emails or adverts unless there is a genuine sponsor and worthy message.&lt;br /&gt;
&lt;br /&gt;
We offer exclusive One Way Text Adverts for a nominal fee as donation to support volunteer editors. Such PR Stories with Links are situated on various category and blog article pages and are set for priority placements. If you are ready, just donate a nominal processing fee for link placements. We can create clear, well-written, and specific ad text that highlights what sets your product, service, offer or achievement apart from your competition.&lt;br /&gt;
&lt;br /&gt;
Sponsored links are registered on a keyword basis for a simple one off donation payment. Exclusivity for a 12 month period. No CPC or CPM costs. Feel free to contact us should you wish to discuss multiple text link or article options, or if you have any further questions about this, or any other, advertising opportunity.&lt;br /&gt;
&lt;br /&gt;
We do not track visitors or subscribers, stats are not recorded for reporting. Special Ad campaign and PR activities are undertaken for a fixed monthly service fee, we do not work on basis of inventory, CPC, PPC, CPM, third-party scripts, etc.. We like them being a clean community media portal, with less commercial interests &amp;amp; clutter.&lt;br /&gt;
&lt;br /&gt;
We can publish client banner ads (simple HTML and banners only) for few days, so you can track results yourself and decide to pay (or donate) after that and continue if it match your goals. We prefer this rather than sending you tall claims and fancy numbers.&lt;br /&gt;
&lt;br /&gt;
Sponsorship fee for priority banner ads for a monthly fee - send your banner with click link, no scripts or codes will be accepted. You&#039;re free to submit normal content like any other member, fee is asked only if you contact us for special treatment.&lt;br /&gt;
&lt;br /&gt;
Ads on mobile apps &amp;amp; social media are very less, for existing verified sponsors only. We believe anonymity in real estate business is food for fraudsters, those who cannot be transparent must not be part of our network. Choose among many other brand hypes and be happy.&lt;br /&gt;
&lt;br /&gt;
Mailers: We send out our headlines via e-mail to subscribers and followers.&lt;br /&gt;
&lt;br /&gt;
Paid Sponsors: Premium ad placement on sponsorship positions, use contact page link below. Use contact page below for general feedback or editorial requests or if you&#039;ve something worth informing or suggesting.&lt;br /&gt;
&lt;br /&gt;
Why pay for your ad listings or business press releases?&lt;br /&gt;
- As a token of support for free social media web&lt;br /&gt;
- Exposure to millions of potential customers &amp;amp; media&lt;br /&gt;
- Includes all the distribution and features we offers in one simple package&lt;br /&gt;
- Awarding winning service and dedicated support&lt;br /&gt;
- Photo Slideshow, maps, Listing Enquiry/Signup alerts, Stats, video and more...&lt;br /&gt;
- Top search rankings and sponsored positions&lt;br /&gt;
- Benefits: SEO, Social Web Integration, Distribution, Analytics and more&lt;br /&gt;
&lt;br /&gt;
You can pay using Credit Card, Debit Card, Net Banking, Mobile Pay, Cash Card, Paypal a/c etc. Send an email today and become a small sponsor. We facilitate E-Business for selling your products or services on-line with our extensive reach to a wide range of businesses and consumers over the Internet. Partnering with Prime will give you the opportunity of expanding your business and your brand visibility with our Global access, Increased Visibility, Customer Loyalty, Safe and secure shopping and instant payment options.&lt;br /&gt;
&lt;br /&gt;
We invite you to partner with us as vendor and showcase your range of software products like Information CDs, DVDs, Gadgets, OS Software, Books, Desktop Games, Computers and more on our websites. A few of the additional benefits of selling your products through our multiple digital channels are listed below:&lt;br /&gt;
&lt;br /&gt;
- Highest standard of security to ensure that shopping is Private, Safe and Secure.&lt;br /&gt;
- Get buyers from Google, Facebook, Twitter, PPC, SEO, Industry Portals, and Social Media&lt;br /&gt;
- No physical space limitations: you can offer a wide range of products with an e-Catalogue.&lt;br /&gt;
- Increased visibility: readily accessible to customers all over the world.&lt;br /&gt;
- Competitive business advantage: reduced costs for advertising &amp;amp; marketing activities.&lt;br /&gt;
- A Strong Return and Refund and Customer Satisfaction Policy&lt;br /&gt;
&lt;br /&gt;
If you have a shopping website and just want to advertise with banners and text links on our network websites, sponsor yourself.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Contact Helpdesk]&lt;br /&gt;
*[https://solutionpoint.in/@prime Tweets / Live Updates]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Business Email]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: SSL Certificates]]&lt;br /&gt;
[[Category: Billing]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Drupal&amp;diff=490</id>
		<title>Drupal</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Drupal&amp;diff=490"/>
		<updated>2023-12-21T13:06:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Drupal is an open source (OS) CMS framework that allows you to publish, manage and organize many types of simple or complex websites and large corporate CMS portals. It is highly developed Content Management System for developing and implementing world class content rich websites. Drupal functionality, combined with many modules and themes will enable you to build any type of dynamic web site with ease and much more... Drupal community offers hundreds of freely available themes, modules and other extensions.&lt;br /&gt;
&lt;br /&gt;
[[File:Logo.png|thumb|right|Drupal CMS]] PHP programmers can create and use their own modules and themes on Drupal platform. Take a look at the Drupal Site for more information. Prime offers Drupal Web Hosting, Shared hosting, dedicated hosting, Drupal Installation services and solutions, drupal on could, drupal mobile, drupal hosted solutions and more...&lt;br /&gt;
&lt;br /&gt;
If you already own a domain, just change name server settings or you can optionally purchase a domain if you do not own one. Access Top Class Hardware and Server Specs with Latest Software. The servers run the latest and most optimized application software. Drupal for SEO? Technically, Drupal has everything to become a magnet for search engines. But you need compelling content to become SEO champion. Having one does not automatically guarantee another though, both demand it&#039;s own unique approach.&lt;br /&gt;
&lt;br /&gt;
Secure, reliable, oldest hosting providers in India - Offers Drupal Hosting, customization, design, setup with many related support / services. Install any version of Drupal on our fast web servers with latest Apache / Nginx, MariaDB / MySQL, Bootstrap, Node.js, Redis, Ruby, Java and PHP support. If you already own a domain, just change name server settings or you can optionally purchase a domain if you do not own one. Access Top Class Hardware and Server Specs with Latest Software to power your drupal portal. The servers run the latest and most optimized application software. &lt;br /&gt;
&lt;br /&gt;
Hundreds of corporate, community and high-end Drupal sites and portals developed, customized, hosted and maintained by us including American Surgeons Association, High Commission of Srilanka, Educom Pearson, Indian Ministry of Commerce, Golf Union of India, Academy for Clinical and Surgical Excellence, etc. How to implement it? Hire the right web design agency, cut the hype.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://h.osspl.com Drupal Demo]&lt;br /&gt;
&lt;br /&gt;
[[Category: About]]&lt;br /&gt;
[[Category: Products]]&lt;br /&gt;
[[Category: Linux Hosting]]&lt;br /&gt;
[[Category: Windows Hosting]]&lt;br /&gt;
[[Category: Multi Domain Hosting]]&lt;br /&gt;
[[Category: Web Design]]&lt;br /&gt;
[[Category: Website Builder]]&lt;br /&gt;
[[Category: Custom Servers]]&lt;br /&gt;
[[Category: Virtual Private Server]]&lt;br /&gt;
[[Category: Digital Marketing]]&lt;br /&gt;
[[Category: Mobile Apps]]&lt;br /&gt;
[[Category:Property]]&lt;br /&gt;
[[Category:Indian websites]]&lt;br /&gt;
[[Category: Reseller]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.osspl.com/index.php?title=Registering_and_Managing_Child_Name_Servers&amp;diff=489</id>
		<title>Registering and Managing Child Name Servers</title>
		<link rel="alternate" type="text/html" href="https://wiki.osspl.com/index.php?title=Registering_and_Managing_Child_Name_Servers&amp;diff=489"/>
		<updated>2023-12-21T13:06:29Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Registering and Managing Child Name Servers&lt;br /&gt;
&lt;br /&gt;
1.1. Add a Child Name Server (Anchor: add)&lt;br /&gt;
&lt;br /&gt;
1.2. Modify a Child Name Server (Anchor: modify)&lt;br /&gt;
&lt;br /&gt;
1.3. Delete a Child Name Server (Anchor: delete)&lt;br /&gt;
&lt;br /&gt;
Child Name Servers are Name Servers which are registered with the Registry under your domain name. You have to register Name servers with the Registry, before you can use them as Name Servers for registering other domain names. Child Name Servers can be registered only by the owner of the domain name under which they are registered.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
A Child Name Server ns2.xyz.com can only be registered by the Owner of xyz.com.&lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
.WEB.IN domain name do not support Child Name Servers.&lt;br /&gt;
Registering and Managing Child Name Servers&lt;br /&gt;
&lt;br /&gt;
Login to your Control Panel, search for the domain name and proceed to the Order Information view. 1&lt;br /&gt;
About Lock / Suspension &lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
If the domain name is Locked/Suspended, you will have to first get it Unlocked/Unsuspended it before proceeding further.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Locked by you, you may proceed without Unlocking it.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Locked by Prime, you need to get it Unlocked first. Contact our Support Team at https://h.osspl.com.&lt;br /&gt;
&lt;br /&gt;
For Resellers: If the domain name is Suspended by either you or Prime, it needs to be first Unsuspended, before you can proceed.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Unlocking a domain name&lt;br /&gt;
&lt;br /&gt;
Unsuspending a domain name&lt;br /&gt;
&lt;br /&gt;
Click the Child Name Servers link.&lt;br /&gt;
&lt;br /&gt;
Here, you may:&lt;br /&gt;
Add a Child Name Server (Anchor: add)&lt;br /&gt;
&lt;br /&gt;
Enter the Host Name of the Child Name Server you wish to add in the Host Name box, mention its IP Address (IPv4 or IPv6) and click the Save button.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
For yourdomainname.com, you may use the Host Name as ns1.yourdomainname.com and an IPv4 IP Address as 111.222.333.444.&lt;br /&gt;
&lt;br /&gt;
yourdomainname.biz could have the Host Name as dns1.yourdomainname.biz and an IPv6 IP Address as 2001:0db8:0:0:0:0:1428:57ab.&lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
Registering a Child Name Server as mentioned above is just the first step. The Child Name Server is required to be registered at the Registry to only serve as a non-authoritative Record should your Child Name Server not be resolvable in some extreme condition.&lt;br /&gt;
&lt;br /&gt;
This Name Server would start working only after you have added either an Address (A) Record for IPv4 or AAAA Record for IPv6 or Canonical (CNAME) Record for this Name Server within the Zone for the domain name (of this Child Name Server) in your own DNS Server, thus binding the NS to the IP Address.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
If you are running your own DNS Servers, then you would need to add a Zone for the domain name yourdomainname.com and create an A Record like:&lt;br /&gt;
&lt;br /&gt;
ns1.yourdomainname.com. 38400 IN A 111.222.333.444&lt;br /&gt;
&lt;br /&gt;
Similarly, you may add an AAAA Record as&lt;br /&gt;
&lt;br /&gt;
ns1.yourdomainname.com. 38400 IN AAAA 2001:0db8:0:0:0:0:1428:57ab&lt;br /&gt;
&lt;br /&gt;
If you wish to simply point your Name Servers to other Name Servers, then you may do so by either:&lt;br /&gt;
&lt;br /&gt;
you may either add a CNAME Record to your Service Provider&#039;s Name Server, after enabling Managed DNS service through them:&lt;br /&gt;
&lt;br /&gt;
ns1.yourdomainname.com. 38400 IN CNAME ns1.serviceprovider.com&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
you may add an A or AAAA Record to your Service Provider&#039;s Name Server IP Address (depending upon whether your Service Provider has an IPv4 or IPv6), after enabling Managed DNS service through them:&lt;br /&gt;
&lt;br /&gt;
ns1.yourdomainname.com. 38400 IN A 777.888.999.000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
ns1.yourdomainname.com. 38400 IN AAAA 2001:0db8:0:0:0:0:1428:57ab&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Creating DNS Records through Prime&#039;s DNS Service&lt;br /&gt;
Errors and Domain Name Extension Specific Conditions &lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
Generally, a domain name may have any number of Child Name Servers associated with it.&lt;br /&gt;
&lt;br /&gt;
You will encounter the below error message in case an invalid or reserved IP Address is used:&lt;br /&gt;
Attention&lt;br /&gt;
&lt;br /&gt;
Object does not exist&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
IPv4 Address Space&lt;br /&gt;
&lt;br /&gt;
IPv6 Address Space&lt;br /&gt;
&lt;br /&gt;
An IPv6 Address may be entered in either of the following formats:&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0000:0000:0000:0000:20.40.87.171&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0000:0000:0000:0000:1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0000:0000:0000::1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0:0:0:0:1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0:0::1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8::1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:db8::1428:57ab&lt;br /&gt;
&lt;br /&gt;
IPv6 Addresses are not supported for some TLDs:&lt;br /&gt;
&lt;br /&gt;
.CA&lt;br /&gt;
&lt;br /&gt;
.CO&lt;br /&gt;
&lt;br /&gt;
.DE&lt;br /&gt;
&lt;br /&gt;
.ES&lt;br /&gt;
&lt;br /&gt;
.NZ&lt;br /&gt;
&lt;br /&gt;
.RU&lt;br /&gt;
&lt;br /&gt;
.WS&lt;br /&gt;
&lt;br /&gt;
Generally, each Child Name Server may have upto 13 unique IP Addresses associated with it.&lt;br /&gt;
&lt;br /&gt;
In case of .CA domain names, each Child Name Server can have only a single IP Address associated with it.&lt;br /&gt;
&lt;br /&gt;
Multiple Child Name Servers can be associated with the same IP Address. However, such Child Name Servers cannot be used together as Name Servers for a .CA domain name.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You can create Child Name Servers as ns1.yourdomain.ca and ns2.yourdomain.ca and associate them with the same IP Address. However, you cannot use ns1.yourdomain.ca and ns2.yourdomain.ca together as Name Servers for yourdomain.ca.&lt;br /&gt;
&lt;br /&gt;
You can create Child Name Servers as ns1.yourdomain.ca and ns2.yourdomain.ca and associate them with the same IP Address. However, you cannot use ns1.yourdomain.ca and ns2.yourdomain.ca together as Name Servers for yourotherdomain.ca.&lt;br /&gt;
&lt;br /&gt;
In case of a .CN domain name (Anchor: cnrules), an IP Address can be associated with only one Child Name Server. However, each Child Name Server can have multiple such IP Addresses associated with it.&lt;br /&gt;
&lt;br /&gt;
If a particular IP Address is already associated with any other .CN domain name&#039;s Child Name Server registered through any Registrar, then it can not be used with any other Child Name Server under any other .CN domain name.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
Address 66.22.22.22 with it. This Child Name Server would be created only if the IP Address 66.22.22.22 is not already associated with any other .CN domain name&#039;s Child Name Server registered through any Registrar.&lt;br /&gt;
&lt;br /&gt;
For .COM.DE (Anchor: comderules) domain names, each Child Name Server may only have a single IPv4 and/or a single IPv6 IP Address associated with it.&lt;br /&gt;
&lt;br /&gt;
Each .DE domain name (Anchor: derules) needs to have at least 2 Name Servers and can have upto 13 Name Servers. The limitation of supporting a maximum of 13 Name Servers is common for both Child Name Servers and Name Servers.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
If you add 4 Name Servers for your .DE domain name, then you may now add only upto 9 Child Name Servers or Name Servers.&lt;br /&gt;
&lt;br /&gt;
If you add 2 Name Servers and 2 Child Name Servers for your .DE domain name, then you may now add only upto 9 Child Name Servers or Name Servers.&lt;br /&gt;
&lt;br /&gt;
To add a Child Name Server for your .DE domain name, you need to follow the below mentioned process:&lt;br /&gt;
&lt;br /&gt;
In the Zone of your .DE domain name, add an Address (A) Record for the first Child Name Server that you plan to submit for your .DE domain name.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
ns1.myname.de 38400 IN A 111.222.333.444&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
How to Manage Address Records with Prime?&lt;br /&gt;
&lt;br /&gt;
In the Zone of your .DE domain name, add a NS Record for the above Child Name Server.&lt;br /&gt;
&lt;br /&gt;
Example: In the Zone of myname.de, add a NS Record for ns1.myname.de.&lt;br /&gt;
&lt;br /&gt;
myname.de 38400 IN NS ns1.myname.de&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
How to Manage NS Records with Prime?&lt;br /&gt;
&lt;br /&gt;
Create a Zone for your .DE domain name on the above Child Name Server. Add the Child Name Server as a Name Server (NS) Record in this Zone as well as Zone created for your .DE domain name on the existing Name Servers. This is required because every Child Name Server that you create/add under a .DE domain name is automatically associated with that .DE domain name as a Name Server.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
myname.de 38400 IN NS ns1.myname.de&lt;br /&gt;
&lt;br /&gt;
Once the above A and NS Records start resolving, add this Child Name Server to your .DE domain name.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Registering and Managing Child Name Servers&lt;br /&gt;
&lt;br /&gt;
Repeat the above steps for any number of Child Name Servers that you wish to add.&lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
You must add one Child Name Server at a time. Otherwise, an error will be encountered.&lt;br /&gt;
&lt;br /&gt;
Example: In order to create a Child Name Server ns1.myname.de, you need to:&lt;br /&gt;
&lt;br /&gt;
add an A Record for ns1.myname.de,&lt;br /&gt;
&lt;br /&gt;
add a NS Record for ns1.myname.de,&lt;br /&gt;
&lt;br /&gt;
create a Zone for myname.de on ns1.myname.de and add ns1.myname.de as a NS Record in this Zone as well as the Zone created for myname.de on the existing Name Servers for myname.de, and&lt;br /&gt;
&lt;br /&gt;
add the Child Name Server ns1.myname.de at the .DE Registry.&lt;br /&gt;
&lt;br /&gt;
Once the Child Name Server ns1.myname.de is thus created, you need to repeat the above 4 steps for ns2.myname.de and so on.&lt;br /&gt;
&lt;br /&gt;
In case of .DE domain names, all Child Name Servers that you create/add are automatically associated with that .DE domain name as a Name Server. Due to this limitation, you will only be able to add upto 13 Child Name Servers for .DE domain names.&lt;br /&gt;
&lt;br /&gt;
The maximum number of Name Servers that can be associated with any .DE domain name is 13. If you have already added other Name Servers (not Child Name Servers of this .DE domain name), then the number of Child Name Servers that you may create would reduce by that many.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Changing Name Servers of a Domain Name&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
yourdomainname.de&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourdomainname.de and ns2.yourdomainname.de&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers as well for this domain name: ns1.yourdomainname.de and ns2.yourdomainname.de&lt;br /&gt;
&lt;br /&gt;
yourotherdomainname.de&lt;br /&gt;
&lt;br /&gt;
Name Servers used: ns1.hostingprovider.com, ns2.hostingprovider.com&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourotherdomainname.de, ns2.yourotherdomainname.de&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers for this domain name: ns1.yourotherdomainname.de, ns2.yourotherdomainname.de&lt;br /&gt;
&lt;br /&gt;
So in all 4 Name Servers will be associated with yourotherdomainname.de: ns1.hostingprovider.com, ns2.hostingprovider.com, ns1.yourotherdomainname.de, ns2.yourotherdomainname.de&lt;br /&gt;
&lt;br /&gt;
This means that now for the domain name yourotherdomainname.de, you may only add upto 5 other Child Name Servers or Name Servers since every time you create a Child Name Server, it gets automatically associated with the .DE domain name as a Name Server.&lt;br /&gt;
&lt;br /&gt;
The IPv4 Address associated with each Child Name Server of a .DE domain name needs to be unique.&lt;br /&gt;
&lt;br /&gt;
.DE domain names do not support IPv6 Addresses.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
.DE Name Servers and Child Name Servers related Rules&lt;br /&gt;
&lt;br /&gt;
In case of .ES domain names (Anchor: esrules), you may associate only a single IPv4 Address per Child Name Server.&lt;br /&gt;
&lt;br /&gt;
In case of .EU domain names (Anchor: eurules), all Child Name Servers that you create/add, are automatically associated with that .EU domain name as a Name Server. Due to this limitation, you will only be able to add upto 9 Child Name Servers for .EU domain names.&lt;br /&gt;
&lt;br /&gt;
The maximum number of Name Servers that can be associated with any .EU domain name is 9. If you have already added other Name Servers (not Child Name Servers of this .EU domain name), then the number of Child Name Servers that you may create would reduce by that many.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Changing Name Servers of a Domain Name&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
yourdomainname.eu&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourdomainname.eu and ns2.yourdomainname.eu&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers as well for this domain name: ns1.yourdomainname.eu and ns2.yourdomainname.eu&lt;br /&gt;
&lt;br /&gt;
yourotherdomainname.eu&lt;br /&gt;
&lt;br /&gt;
Name Servers used: ns1.hostingprovider.com, ns2.hostingprovider.com&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourotherdomainname.eu, ns2.yourotherdomainname.eu&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers for this domain name: ns1.yourotherdomainname.eu, ns2.yourotherdomainname.eu&lt;br /&gt;
&lt;br /&gt;
So in all 4 Name Servers will be associated with yourotherdomainname.eu: ns1.hostingprovider.com, ns2.hostingprovider.com, ns1.yourotherdomainname.eu, ns2.yourotherdomainname.eu&lt;br /&gt;
&lt;br /&gt;
This means that now for the domain name yourotherdomainname.eu, you may only add upto 5 other Child Name Servers or Name Servers since every time you create a Child Name Server, it gets automatically associated with the .EU domain name as a Name Server.&lt;br /&gt;
&lt;br /&gt;
Apart from the above, in case of .EU domain names, each Child Name Server may have upto 9 unique IP Addresses associated with it.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You can Register a Child Name Server with the Host Name ns1 for yourdomainname.eu and associate upto 9 unique IP Addresses with this Host Name.&lt;br /&gt;
&lt;br /&gt;
For .IN.NET (Anchor: innetrules) domain names, each Child Name Server may only have a single unique IP Address associated with it.&lt;br /&gt;
&lt;br /&gt;
In case of .NL domain names (Anchor: nlrules), you may associate upto 10 IP Addresses per Child Name Server.&lt;br /&gt;
&lt;br /&gt;
The same IP Addess cannot be associated with multiple Child Name Servers.&lt;br /&gt;
&lt;br /&gt;
in case of .NZ domain names (Anchor: nzrules).&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
Consider a domain name yourdomain.co.nz with Name Servers as ns1.yourdomain.com and ns2.yourdomain.com. The total number of additional Name Servers that can be added under yourdomain.co.nz alongwith any Child Name Servers that can be created under yourdomain.co.nz will be 8.&lt;br /&gt;
&lt;br /&gt;
On a similar note, a domain name yourdomain.co.nz is using its own Child Name Servers ns1.yourdomain.co.nz and ns2.yourdomain.co.nz as its Name Servers as well. Here, the total number of additional Name Servers that can be added under yourdomain.co.nz, taken together with any new Child Name Servers created under yourdomain.co.nz will be 6.&lt;br /&gt;
&lt;br /&gt;
Moreover, each Child Name Server under a .NZ domain name can have only 1 IPv4 Address associated with it.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You may Register a Child Name Server with the Host Name ns1 for yourdomainname.co.nz and associate only a single IP Address of the form 66.11.11.11 with it.&lt;br /&gt;
&lt;br /&gt;
In case of .RU domain names (Anchor: rurules), all Child Name Servers that you create/add, are automatically associated with that .RU domain name as a Name Server. Due to this limitation, you will only be able to add upto 13 Child Name Servers for .RU domain names.&lt;br /&gt;
&lt;br /&gt;
The maximum number of Name Servers that can be associated with any .RU domain name is 13. If you have already added other Name Servers (not Child Name Servers of this .RU domain name), then the number of Child Name Servers that you may create would reduce by that many.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Changing Name Servers of a Domain Name&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
yourdomainname.ru&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourdomainname.ru and ns2.yourdomainname.ru&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers as well for this domain name: ns1.yourdomainname.ru and ns2.yourdomainname.ru&lt;br /&gt;
&lt;br /&gt;
yourotherdomainname.ru&lt;br /&gt;
&lt;br /&gt;
Name Servers used: ns1.hostingprovider.com, ns2.hostingprovider.com&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourotherdomainname.ru, ns2.yourotherdomainname.ru&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers for this domain name: ns1.yourotherdomainname.ru, ns2.yourotherdomainname.ru&lt;br /&gt;
&lt;br /&gt;
So in all 4 Name Servers will be associated with yourotherdomainname.ru: ns1.hostingprovider.com, ns2.hostingprovider.com, ns1.yourotherdomainname.ru, ns2.yourotherdomainname.ru&lt;br /&gt;
&lt;br /&gt;
This means that now for the domain name yourotherdomainname.ru, you may only add upto 5 other Child Name Servers or Name Servers since every time you create a Child Name Server, it gets automatically associated with the .RU domain name as a Name Server.&lt;br /&gt;
&lt;br /&gt;
In case of .SX domain names (Anchor: eurules), all Child Name Servers that you create/add, are automatically associated with that .SX domain name as a Name Server. Due to this limitation, you will only be able to add upto 10 Child Name Servers for .SX domain names.&lt;br /&gt;
&lt;br /&gt;
The maximum number of Name Servers that can be associated with any .SX domain name is 10. If you have already added other Name Servers (not Child Name Servers of this .SX domain name), then the number of Child Name Servers that you may create would reduce by that many.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Changing Name Servers of a Domain Name&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
yourdomainname.sx&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourdomainname.sx and ns2.yourdomainname.sx&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers as well for this domain name: ns1.yourdomainname.sx and ns2.yourdomainname.sx&lt;br /&gt;
&lt;br /&gt;
yourotherdomainname.sx&lt;br /&gt;
&lt;br /&gt;
Name Servers used: ns1.hostingprovider.com, ns2.hostingprovider.com&lt;br /&gt;
&lt;br /&gt;
Child Name Servers created: ns1.yourotherdomainname.sx, ns2.yourotherdomainname.sx&lt;br /&gt;
&lt;br /&gt;
These Child Name Servers get automatically added as Name Servers for this domain name: ns1.yourotherdomainname.sx, ns2.yourotherdomainname.sx&lt;br /&gt;
&lt;br /&gt;
So in all 4 Name Servers will be associated with yourotherdomainname.sx: ns1.hostingprovider.com, ns2.hostingprovider.com, ns1.yourotherdomainname.sx, ns2.yourotherdomainname.sx&lt;br /&gt;
&lt;br /&gt;
This means that now for the domain name yourotherdomainname.sx, you may only add upto 6 other Child Name Servers or Name Servers since every time you create a Child Name Server, it gets automatically associated with the .SX domain name as a Name Server.&lt;br /&gt;
&lt;br /&gt;
Apart from the above, in case of .SX domain names, each Child Name Server may have upto 10 IP Addresses associated with it.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You can Register a Child Name Server with the Host Name ns1 for yourdomainname.sx and associate upto 10 IP Addresses with this Host Name.&lt;br /&gt;
&lt;br /&gt;
Child Name Servers can not be created under a .TEL domain name (Anchor: telrules), due to restrictions placed by the Registry.&lt;br /&gt;
&lt;br /&gt;
In case of .UK domain names (Anchor: ukrules), each Child Name Server can have only a single unique IP Address associated with it.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
You can Register a Child Name Server with the Host Name ns1 for yourdomainname.co.uk and associate only a single unique IP Address with this Host Name.&lt;br /&gt;
&lt;br /&gt;
For CentralNic (Anchor: crules) domains, each Child Name Server may only have a single IPv4 and/or a single IPv6 IP Address associated with it.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Identifying CentralNic Domains&lt;br /&gt;
Modify a Child Name Server (Anchor: modify)&lt;br /&gt;
&lt;br /&gt;
.AU Specific Condition &lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
.AU domain names do not support modification of a Child Name Server. You need to instead delete the existing Child Name Server and add another.&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
Instructions for Deleting a Child Name Server&lt;br /&gt;
&lt;br /&gt;
Instructions for Adding a Child Name Server&lt;br /&gt;
&lt;br /&gt;
Modifying the Hostname: Make the modifications in the Host Name textbox and click the Save button.&lt;br /&gt;
Domain Name Extension Specific Conditions &lt;br /&gt;
Note&lt;br /&gt;
Modification of the Hostname of a Child Name Server under a .ES domain name is not allowed.&lt;br /&gt;
&lt;br /&gt;
Modification of the Hostname of a Child Name Server under a .NL domain name is not allowed.&lt;br /&gt;
&lt;br /&gt;
If you modify the Hostname of a Child Name Server under a .NZ domain name, you need to manually make necessary modification to the domain name(s) using the original Child Name Server.&lt;br /&gt;
&lt;br /&gt;
Example&lt;br /&gt;
&lt;br /&gt;
Consider a domain name yourdomain.co.nz with a Child Name Sever as ns1.yourdomain.co.nz, which is being used as a Name Server for yourdomain.co.nz. If you modify the Hostname for ns1.yourdomain.co.nz from ns1 to ns2, you need to manually modify the Name Server for yourdomain.co.nz from ns1.yourdomain.co.nz to ns2.yourdomain.co.nz.&lt;br /&gt;
&lt;br /&gt;
Modifying the IP Address: Make the modifications in the IP Address textbox and click the Save button.&lt;br /&gt;
Errors, IPv6 Format and IPv6 Support &lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
You will encounter the below error message in case an invalid or reserved IP Address is used:&lt;br /&gt;
Attention&lt;br /&gt;
&lt;br /&gt;
Object does not exist&lt;br /&gt;
Additional Information&lt;br /&gt;
&lt;br /&gt;
IPv4 Address Space&lt;br /&gt;
&lt;br /&gt;
IPv6 Address Space&lt;br /&gt;
&lt;br /&gt;
An IPv6 Address may be entered in either of the following formats:&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0000:0000:0000:0000:20.40.87.171&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0000:0000:0000:0000:1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0000:0000:0000::1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0:0:0:0:1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8:0:0::1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:0db8::1428:57ab&lt;br /&gt;
&lt;br /&gt;
2001:db8::1428:57ab&lt;br /&gt;
&lt;br /&gt;
IPv6 Addresses are not supported for some TLDs&lt;br /&gt;
&lt;br /&gt;
.CA&lt;br /&gt;
&lt;br /&gt;
.CO&lt;br /&gt;
&lt;br /&gt;
.DE&lt;br /&gt;
&lt;br /&gt;
.ES&lt;br /&gt;
&lt;br /&gt;
.NZ&lt;br /&gt;
&lt;br /&gt;
.RU&lt;br /&gt;
&lt;br /&gt;
.WS&lt;br /&gt;
&lt;br /&gt;
Delete a Child Name Server (Anchor: delete)&lt;br /&gt;
&lt;br /&gt;
Click the Delete link to delete individual Child Name Servers.&lt;br /&gt;
Errors and Restrictions &lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
You will encounter the below error message while deleting a Child Name Server if this is being used by another domain name of the same extension as a Name Server:&lt;br /&gt;
Attention&lt;br /&gt;
&lt;br /&gt;
Object association prohibits operation&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
If the Child Name Server ns1.yourdomainname.com is being used by xyz.com as its Name Server, then you will not be able to delete ns1.yourdomainname.com until xyz.com modifies its Name Server (to some other Name Server).&lt;br /&gt;
&lt;br /&gt;
You will need to modify the Name Servers of all domain names using the Child Name Server as their authoritative Name Server and try attempt the Child Name Server deletion.&lt;br /&gt;
&lt;br /&gt;
However, if xyz.info was using ns1.yourdomainname.com as its Name Server, then you would not face any issue while deleting your Child Name Server: ns1.yourdomainname.com.&lt;br /&gt;
&lt;br /&gt;
Deletion of a Child Name Server under a .ES domain name is not allowed.&lt;br /&gt;
&lt;br /&gt;
Deletion of a Child Name Server under a .UK domain name is not allowed.&lt;br /&gt;
&lt;br /&gt;
Error due to Lock / Suspension / Outbound Transfer &lt;br /&gt;
Note&lt;br /&gt;
&lt;br /&gt;
You will encounter the below error message in case the domain name is either:&lt;br /&gt;
&lt;br /&gt;
Locked/Suspended at the Registry (and not under our system), or&lt;br /&gt;
&lt;br /&gt;
a Transfer Away for the domain name to another Registrar is under process.&lt;br /&gt;
&lt;br /&gt;
Attention&lt;br /&gt;
&lt;br /&gt;
Domain Status does not allow this operation.&lt;br /&gt;
&lt;br /&gt;
If you wish to modify/delete your domain name&#039;s Child Name Server in these circumstances, you have the following solutions:&lt;br /&gt;
&lt;br /&gt;
Lock/Suspension applied at the Registry: Contact our Support Team at https://h.osspl.com to know the reason for Lock/Suspension and how this Lock/Suspension may be removed.&lt;br /&gt;
&lt;br /&gt;
While a Transfer Away is under process:&lt;br /&gt;
&lt;br /&gt;
Cancel the Transfer through the link listed in the email sent to the Registrant/Administrative Contact of the domain name and then perform the required modification, or&lt;br /&gt;
&lt;br /&gt;
Wait for the Transfer to complete and then carry out the desired modification at the New Registrar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Support Knowledge Base Wiki.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, we have listed information on our current web products and services and answers to possibly all your queries or faqs. This Support Wiki cum KnowledgeBase has been divided into categories indicating a particular interface or a particular product or service offering. These have been further logically divided into sub-categories and answers, detailing a particular action or guide.&lt;br /&gt;
&lt;br /&gt;
If you are unable to locate your answer, please use search box provided on each page or inform our support team.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Control Panel]]&lt;br /&gt;
[[Category: Domain]]&lt;br /&gt;
[[Category: Business Email]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>