Close



Keep me logged in.

Forgot your password? | Register Now

Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 42
  1. Original Post
    Level Trustworthy 3!
    .Nik's Avatar

    Default I need help with customizing my co.cc site!




    I need help customizing my co.cc site so I can get a button like this on there. Will +Rep if you help!
    Register or log in to view signatures.

  2. #2
    </Jimbo>
    <Jimbo>'s Avatar

    Default


    0 Not allowed! Not allowed!
    If it's just the butto you want, that is...

    HTML Code:
    <input type=button value="Press me!" onclick="URL TO OPEN">
    But if you want to open loads of pop ups...

    HTML Code:
    <html>
    <head>
    <script type="text/javascript">
    function open_win() {
        window.open("http://www.nextgenupdate.com/")
        window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    }
    </script>
    <style type="text/css"> 
    <!--
    body {
            background-color: #000000;
            background-image: url(http://bilderhoster.at/upload/uowct1282358157.gif);
    }
    -->
     </style>
    </head>
    
    <body>
    <center>
    <form>
    <input type=button value="Press me!" onclick="open_win()">
    </form>
    </center>
    </body>
    
    
    </html>
    Edit that to your liking! Add as many
    HTML Code:
     window.open("http://www.nextgenupdate.com/")
    But feel free to change the link!
    Need any more help, just ask! =D

    Quote Originally Posted by .Nik View Post
    I need help customizing my co.cc site so I can get a button like this on there. Will +Rep if you help!
    Register or log in to view signatures.

  3. #3
    Level Trustworthy 3!
    .Nik's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by RGB's ho3 View Post
    If it's just the butto you want, that is...

    HTML Code:
    <input type=button value="Press me!" onclick="URL TO OPEN">
    But if you want to open loads of pop ups...

    HTML Code:
    <html>
    <head>
    <script type="text/javascript">
    function open_win() {
        window.open("http://www.nextgenupdate.com/")
        window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    }
    </script>
    <style type="text/css"> 
    <!--
    body {
            background-color: #000000;
            background-image: url(http://bilderhoster.at/upload/uowct1282358157.gif);
    }
    -->
     </style>
    </head>
    
    <body>
    <center>
    <form>
    <input type=button value="Press me!" onclick="open_win()">
    </form>
    </center>
    </body>
    
    
    </html>
    Edit that to your liking! Add as many
    HTML Code:
     window.open("http://www.nextgenupdate.com/")
    But feel free to change the link!
    Need any more help, just ask! =D
    thank you so much! but, i need to know how to put that on my website.
    Register or log in to view signatures.

  4. #4
    </Jimbo>
    <Jimbo>'s Avatar

    Default


    0 Not allowed! Not allowed!
    Ohh, so you don't have an index or anything...

    So right...
    HTML Code:
    <html>
    <head>
    <script type="text/javascript">
    function open_win() {
        window.open("http://www.nextgenupdate.com/")
        window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    }
    </script>
    <style type="text/css"> 
    <!--
    body {
            background-color: #000000;
            background-image: url(http://bilderhoster.at/upload/uowct1282358157.gif);
    }
    .style3 {
            color: #FF0000;
            font-size: 12;
            font-family: Georgia, "Times New Roman", Times, serif;
    }
    .style10 {
            color: #999999;
            font-size: 14px;
    }
    .style13 {color: #FFFFFF; font-size: 14px; }
    .style14 {color: #999999}
    .style16 {font-size: 14px}
    .style17 {color: #FFFFFF}
    -->
     
    </style>
    </head>
    
    <body>
    <center>
    <form>
    <input type=button value="Press me!" onclick="open_win()">
    </form>
    </center>
    </body>
    <embed src="http://www.youtube.com/v/Txunw8SP9tg?fs=1&autoplay=1 "application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed>
    
    </html>
    Save that as index.html and upload it via FTP!
    What hosting are you with... Would you like me to code a main page for you?

    Quote Originally Posted by .Nik View Post
    thank you so much! but, i need to know how to put that on my website.
    Register or log in to view signatures.

  5. #5
    Level Trustworthy 3!
    .Nik's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by RGB's ho3 View Post
    Ohh, so you don't have an index or anything...

    So right...
    HTML Code:
    <html>
    <head>
    <script type="text/javascript">
    function open_win() {
        window.open("http://www.nextgenupdate.com/")
        window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    }
    </script>
    <style type="text/css"> 
    <!--
    body {
            background-color: #000000;
            background-image: url(http://bilderhoster.at/upload/uowct1282358157.gif);
    }
    .style3 {
            color: #FF0000;
            font-size: 12;
            font-family: Georgia, "Times New Roman", Times, serif;
    }
    .style10 {
            color: #999999;
            font-size: 14px;
    }
    .style13 {color: #FFFFFF; font-size: 14px; }
    .style14 {color: #999999}
    .style16 {font-size: 14px}
    .style17 {color: #FFFFFF}
    -->
     
    </style>
    </head>
    
    <body>
    <center>
    <form>
    <input type=button value="Press me!" onclick="open_win()">
    </form>
    </center>
    </body>
    <embed src="http://www.youtube.com/v/Txunw8SP9tg?fs=1&autoplay=1 "application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed>
    
    </html>
    Save that as index.html and upload it via FTP!
    What hosting are you with... Would you like me to code a main page for you?
    yes, please that'd be very helpful. i'm using that 000webhosting or some shit. lol.
    Register or log in to view signatures.

  6. #6
    </Jimbo>
    <Jimbo>'s Avatar

    Default


    0 Not allowed! Not allowed!
    That's cool... PM me a load of ******* links, like this...

    PHP Code:
    adf.ly/advert;) 
    PHP Code:
    New link! :
    And you do know how to upload it yeah?! =D

    Quote Originally Posted by .Nik View Post
    yes, please that'd be very helpful. i'm using that 000webhosting or some shit. lol.
    Register or log in to view signatures.

  7. #7
    Level Trustworthy 3!
    .Nik's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by RGB's ho3 View Post
    That's cool... PM me a load of ******* links, like this...

    PHP Code:
    adf.ly/advert;) 
    PHP Code:
    New link! :
    And you do know how to upload it yeah?! =D
    what do you mean by 'upload' like where?
    Register or log in to view signatures.

  8. #8
    Choclate Cake
    Convicted Scammer

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by RGB's ho3 View Post
    Ohh, so you don't have an index or anything...

    So right...
    HTML Code:
    <html>
    <head>
    <script type="text/javascript">
    function open_win() {
        window.open("http://www.nextgenupdate.com/")
        window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    	window.open("http://www.nextgenupdate.com/")
    }
    </script>
    <style type="text/css"> 
    <!--
    body {
            background-color: #000000;
            background-image: url(http://bilderhoster.at/upload/uowct1282358157.gif);
    }
    .style3 {
            color: #FF0000;
            font-size: 12;
            font-family: Georgia, "Times New Roman", Times, serif;
    }
    .style10 {
            color: #999999;
            font-size: 14px;
    }
    .style13 {color: #FFFFFF; font-size: 14px; }
    .style14 {color: #999999}
    .style16 {font-size: 14px}
    .style17 {color: #FFFFFF}
    -->
     
    </style>
    </head>
    
    <body>
    <center>
    <form>
    <input type=button value="Press me!" onclick="open_win()">
    </form>
    </center>
    </body>
    <embed src="http://www.youtube.com/v/Txunw8SP9tg?fs=1&autoplay=1 "application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed>
    
    </html>
    Save that as index.html and upload it via FTP!
    What hosting are you with... Would you like me to code a main page for you?
    Hey Ho3 yerno on my forum I need to change the top banner that is green to the logo and title I want on there. Do you know how to do this.
    Thanks
    Convicted Scammer. Do not trade with this user!

  9. #9
    Level Trustworthy 3!
    .Nik's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by EnS_Coder View Post
    Hey Ho3 yerno on my forum I need to change the top banner that is green to the logo and title I want on there. Do you know how to do this.
    Thanks
    gtfo .
    Register or log in to view signatures.

  10. #10
    </Jimbo>
    <Jimbo>'s Avatar

    Default


    0 Not allowed! Not allowed!
    Like FTP!
    And I'll take that as a no!

    Quote Originally Posted by .Nik View Post
    what do you mean by 'upload' like where?
    Register or log in to view signatures.

Page 1 of 5 1 2 3 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •