What's new

help on domain

  • Thread starter R4SH33D
  • Start date
  • Viewed 3997 times.
R

R4SH33D

It is not clear pls obasim i need more help on that how to get free .com domain tanks
 
If you need free .com domain name you can get by either referring other people or doing any promotion check out this my post here https://forum.3ptechies.com/webmaster-browsers-server-technology-email-programing-(c-oracle-etc)-seo-internetafiliate-marketing-making-money-online/get-a-dot-com-domain-name-for-free/


for completely free "no advert" domain name and hosting with many disk space and bandwidth use this instruction here  https://forum.3ptechies.com/webmaster-browsers-server-technology-email-programing-(c-oracle-etc)-seo-internetafiliate-marketing-making-money-online/top-5-sites-to-host-ur-smf-vbulletin-phbb-wordpress-org-free-(without-domain)/

if you need free top level domain like .de (Germany) .us .co.za etc i will provide you link where you can get them free.

the few free domain name providers that allows you to put custom name server is:
http://www.dot.tk/en/index.html?lang=en
http://www.co.cc
http://www.co.za
http://www.dotfree.com
http://www.lavanic.com/us/start/

and few others

let me know if you still need help
 
to customize your smf wap2 / mobile / wireless view so as to display your custom header and footer links including custom copyright information just copy and paste this
Code:
<?php
echo "<div class=\"wapmenu\">\n";
echo "<center><a href=\"https://forum.3ptechies.com/index.php?wap2;wap2\">home</a> | <a href=\"https://forum.3ptechies.com/profile/?area=forumprofile;wap2\">Edit Profile</a> | <a href=\"https://forum.3ptechies.com/profile/?area=accountt;wap2\">Edit Account</a>\n</center>";
echo "</div>\n";
?>
<div class="wapmenu">
<center><a href="http://www.blog.obasimvilla.com/">Blog</a> | <a href="http://m.facebook.com/obasimvilla">Facebook</a> | <a href="http://www.twitter.com/obasimvilla">Twitter</a></center>
</div>
<center> (c) 2012 obasimvillla.com Forum! Refining Computer "ict" Technology For the Younger Generation! All rights reserved.</center>
in notepad, dreamweaver or any other html editor and save it with any name of your choice .php eg footerlinks.php
 
next step now is how to make your link (the link you 've created ) display in your header and footer throughout your smf forum to do this
1. log in to your cpanel navigate to your forum root directory where you have ssi.php upload the link you 've just created in this case upload footerlinks.php
2. navigate to theme / default /Wireless.template.php
3. download the Wireless.template.php (backup in case you mess up with the settings) then edit it with any html editor
4. to display the link on the header locate where you have
Code:
}

function template_wap2_boardindex()
and add this
Code:
include('footerlinks.php');
above it
5. to display links in the footer including your custom copyright just add your custom copyright as seen in the template above and locate where you have
Code:
echo'
<center>', $txt['footer'], '</center></div>
and add this
Code:
include('footerlinks.php');
above it
6. save and upload to your theme directory overwriting whatever is there

remember you need this very mod to have a superb wap2 view and easily direct iphone and opera mini users to your smf wap2/ mobile view

 
Aaaaaa i am on mobile since this days i am just managing will you help me to do it on your pc wen complete my real .com referall am on 7 now  cos i am just practicing with .tk one tanks
 
tanks for dis info very informative... Pls i wil like to know wer i can get more info on smf if u want 2share. 10nks, just saying cuz i av a little problem wit mi smf wap2 it is refusing to show child board on wap2
 
juceey said:
tanks for dis info very informative... Pls i wil like to know wer i can get more info on smf if u want 2share 10nks
you can use smf official support site here
Code:
http://www.simplemachines.org/community/
to get support relating to any topic at all
 
Top