The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Paying $15] Domain problem [help]

5 posters

Go down

Solved [Paying $15] Domain problem [help]

Post by Ninja! Wed 7 Jul 2010 - 23:53

ok bought a domain name www.ninja-scape.net for my original doamin www.ninjascape.darkbb.com
and now if you go to www.ninja-scape.net and click on "i agree" it goes back to my old domain free domain wtf?

here is snapshot that i bought ninja-scape.net


https://2img.net/h/oi48.tinypic.com/2450bx4.jpg


I have already asked for help here: https://help.forumotion.com/other-problems-f46/domain-name-problem-t73565.htm but i didint get that much help, so now i will pay you $15 via paypal if you just help me fix this pleaseeeeeeeeeeee

Because i am seek and tied of spending money on domain names as i bought a domain name from one.com which i coundnt set up and then bought a domain name from Forumotion but the same problem...

please help me here not PM, i will defently pay you! also how can i get a technician so overcome this problem?
avatar
Ninja!
New Member

Posts : 23
Reputation : 0
Language : English

Back to top Go down

Solved Re: [Paying $15] Domain problem [help]

Post by [GM]DoubleAgent Thu 8 Jul 2010 - 0:02

Man, first, if anyone told you that you'll pay 15$ then just let him shutup...

Second, you will have to wait, it maybe reaches more than 4 days...

If you reached 7 days and nothing happened then you can bump it again here..

But if it worked then no problem to donate on my forum here Very Happy But you will have to register Wink
[GM]DoubleAgent
[GM]DoubleAgent
Forumember

Male Posts : 340
Reputation : 0
Language : Arabic

http://progamescheating.forumotion.com

Back to top Go down

Solved Re: [Paying $15] Domain problem [help]

Post by NaXuh Thu 8 Jul 2010 - 1:05

Okay. I know how to do this.

You need to do these steps:

Go into the Admin Panel ==> Click on General ==>Look for "Forum Address" and click it. ==> Click on Personalized Domain Name...

You will now see a few options. Look for "Force the URL redirection" and turn that on (by checking "Yes"). Save it.

Now, it will always be your new domain.

Hope this helps!
NaXuh
NaXuh
Forumember

Male Posts : 226
Reputation : 21
Language : English, C#, CSS, HTML, PHP.

Back to top Go down

Solved Re: [Paying $15] Domain problem [help]

Post by Gramagamus Online Thu 8 Jul 2010 - 3:00

Ninja, I helped you in the last forum. All you have to do, is go to the HTML Page that is the homepage. Scroll down to the "I Agree" button and remove .darkbb from the hyperlink. Here is the full code with .darkbb removed, just copy it into the HTML Editor where you homepage is.
Code:
<style type="text/css">
a:link {
COLOR: #0099FF;
}
a:visited {
COLOR: #0099FF;
}
a:hover {
COLOR: #005EFF;
}
a:active {
COLOR: #0099FF;
}
</style>

<!DOCTYPE html

PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns= "http://www.w3.org/1999/xhtml" lang= "en" xml:lang = "en" dir = "ltr">
<head>
<title>Terms Of Service</title>
<meta http-equiv = "content-type" content = "text/html; charset = iso-8859-1" />

<link rel="icon" type="image/vnd.microsoft.icon" href="http://ninjascape.mcs-gaming.com/img/ico.png">
<link rel="shortcut icon" href="http://ninjascape.mcs-gaming.com/img/ico.png">

<style type="text/css">
* {
   padding : 0;
   margin : 0;
   border : 0;
}

body {
   margin: 0px;
   height: 100%;
   font-family : Arial, Helvetica, sans-serif;
   color : #666666;
   background-color: #4682B4;
   font-size : 12px;
}

#wrapper {
   position: relative;
   width : 95%;
   max-width: 740px;
   margin : 0px auto 0px auto;
}

#header {
   border : 1px solid #ccc;
   margin : 5px 5px 5px 5px;
   text-align: center;
   border: 1px solid #999;
   background: #E5E5E8;
}

#banner {
   float: none;
}

.center {
   margin-top: 20px;
   text-align: center;
}

#centercolumn {
   border: 1px solid #999;
   background: #E5E5E8;
   margin : 0 5px 0 5px;
   padding: 0px 5px 5px 5px;
   float: none;
}

ol {
   list-style: decimal inside;
}

li {
   margin-top : 15px;
}

#footer {
   margin-top : 5px;
   display : inline;
   float : left;
   width : 100%;
   text-align : center;
   padding-top : 10px;
   padding-bottom : 10px;
}

#footer p {
   color : #000000;
}

#footer a {
   color : #a8bcf6;
}

.redbox {
        margin: 2ex;
        padding: 2ex;
        border: 2px dashed #cc3344;
        color: black;
        background-color: #ffe4e9;
}

a:link {
color: #0099FF;
text-decoration: none;
}

</style>

</head>
<body>
 
 
<div id="wrapper">
   <div id="header">
          <div id="banner">
         <h1>NinjaScape Terms Of Service</h1>
      </div>
   </div>
 
   <div id="centercolumn">
      <p>By clicking <i>'I Agree'</i> you agree to everything stated below:</p>
         <ol>
            <li>You're not an employee of Jagex LTD, or RuneScape,
            and you're not a family member or acquaintance of the aforementioned.</li>
 
            <li>You're not an employee of any law firm contracted with Jagex LTD,
            and are not a family member or acquaintance of said firm.</li>
 
            <li>You do not currently play runescape, or any other Jagex game, and are therefore not
            subject to their TOS or any other agreement with them.</li>
 
            <li>All of the information on this site is solely for learning purposes, as
            the main purpose of this site is to instruct people in the art of programming.
            All programs provided for download from this site are entirely coded by the members
            of this community and are not the intellectual property of any business or organization.</li>
         </ol>
   <div class="center">
      <p>
      Click <i>'I Agree'</i> if, and only if, you agree to <i>ALL</i> of the above terms.
      <br />
      You must have cookies enabled for this to work.
      <br />
      </p>

<br />
      <p style = "font-size: 150%">
         <a href="http://ninjascape.com/Continue-h10.htm">
            I Agree
         </a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         <a href="http://ninjascape.com/sorry-h9.htm">
            Cancel
         </a>
              <br />
              <br />
      </p>

   </div>
</div>
 
<div id="footer">
<script type="text/javascript"><!--
google_ad_client = "pub-6299704539787511";
/* 728x90, created 4/14/10 */
google_ad_slot = "3824308505";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>
<br />
</p>
    <p>
       <a href="http://validator.w3.org/check?uri=referer">
   <img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
   </a>
   <a href="http://jigsaw.w3.org/css-validator/check/referer">
       <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
   </a>
   </p>
   <p>Copyright &copy; 2010 ninjascape.com</p>


<p>
 <center>
<font color="#000000">
Ninjascape Web Host: <a href="http://www.forumotion.com" target="_blank">forumotion.com</a>
</font>
</center>
</div>
</div>
</body>
</html>
Gramagamus Online
Gramagamus Online
Forumember

Male Posts : 441
Reputation : 0
Language : English | HTML |
Location : Australia

http://gramagamus.darkbb.com/

Back to top Go down

Solved Re: [Paying $15] Domain problem [help]

Post by Ninja! Sat 10 Jul 2010 - 20:25

NaXuh wrote:Okay. I know how to do this.

You need to do these steps:

Go into the Admin Panel ==> Click on General ==>Look for "Forum Address" and click it. ==> Click on Personalized Domain Name...

You will now see a few options. Look for "Force the URL redirection" and turn that on (by checking "Yes"). Save it.

Now, it will always be your new domain.

Hope this helps!

omfd!! omgggggggggg tyyyyyyyyyyyyyyyyyyyy!!!! its working now!!! omg gimmi ur paypal account and ill pay u l0l!

chek it out! www.ninja-scape.net
avatar
Ninja!
New Member

Posts : 23
Reputation : 0
Language : English

Back to top Go down

Solved Re: [Paying $15] Domain problem [help]

Post by Sanket Sat 10 Jul 2010 - 20:44

Since this thread appears to be solved, I will lock this thread and mark it as solved.
[Paying $15] Domain problem [help] 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum