View Single Post
  #1  
Old 7th November 2021, 13:56
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default [Progress] TBDev Theme
PHP Code:
<?php
/* Database credentials. Assuming you are running MySQL
server with default setting (user 'root' with no password) */
define('DB_SERVER''localhost');
define('DB_USERNAME''root');
define('DB_PASSWORD''');
define('DB_NAME''tbdev');

/* Attempt to connect to MySQL database */
$link mysqli_connect(DB_SERVERDB_USERNAMEDB_PASSWORDDB_NAME);

// Check connection
if($link === false){
    die(
"ERROR: Could not connect. " mysqli_connect_error());
}
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Underground - Just In Time!</title>
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="styles.min.css" type="text/css">
</head>

<body>


<div id="Statusdiv"><div style="margin-top:8px;margin-left: 10px;"><a href="userdetails.php?id=452141" style="text-decoration:none">SceneKidz</a> <a href="/logout.php"><img src="logout.png" alt="Logout"></a>  (Inf.) Rep: <img src='reputation_pos.gif' border='0' alt="Reputation Power 2
scenekidz is an unknown quantity at this point" title="Reputation Power 2 scenekidz is an unknown quantity at this point" /> <a href="#" style="text-decoration:none;">Invites: <font class="blue">1</font></a> Up: <font class="blue">10.000 GB</font> DL: <font class="blue">0.000 kB</font> <img src="arrowup.gif"> <font class="blue">0 <img src="arrowdown.gif"> 0</font> Bonus: <a href="/mybonus.php" style="text-decoration: none">0.0 <img height="12px" border=0 title="Your Seed Bonus Points" src="bp1.png"></a> <a href="/chat.php" style="text-decoration:none">Chat</a></div><div style="margin-left: 860px;padding:2px 0px;margin-top:-15px;height:40px;">2021-11-05 15:21</div><div style="margin-left: 950px;padding:11px 5px 5px;margin-top: -56px;height:40px;"><span class=smallfont><a href=inbox.php><img height=14px border=0 alt=inbox title='inbox (no new messages)' src=inbox.gif></a></span></div><div style="padding:11px 5px 5px; height:40px;"></div></div><div id="head-container"><div id="head-left"><a href="/index.php"><img border="0" src="xmen.jpg" height=150 width=952 cellpadding="0" style="margin-top: -80px;margin-left: 14px;" ></a></div></div></div>

<style>
#container {
  background: silver;
    width:960px;
    margin:-80px auto;
}

#header {

  width: 960px;
  height: 30px;

  }


@import url(https://fonts.googleapis.com/css?family=Roboto:300);
*{
  margin: 0; padding: 0;
  font-family: 'Roboto', sans-serif;
}
.cm-e-menu {
    background-color: #222;
    position: relative;
    z-index: 1000;
    color: #fff;
    font-weight: 200;
    box-shadow: 0 0 10px black;
    }
.cm-e-menu ul {
    margin: 0; padding: 0;
}
.cm-e-menu li {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    text-transform: capitalize !important;
    list-style: none;

    -webkit-transition: background-color ease-in 300ms;
    -moz-transition: background-color ease-in 300ms;
    -ms-transition: background-color ease-in 300ms;
    -o-transition: background-color ease-in 300ms;
    transition: background-color ease-in 300ms;
}
.cm-e-menu li:hover {
    background-color: #3d3d3d;
    text-shadow: 0 10px 10px #222;
}
.cm-e-menu ul li.topmenu {
    display: inline-table;
    padding: .3em 1em;
}
.cm-e-menu .topmenu ul {
    display:none;
    position: absolute;
    background-color: #222;
}
.cm-e-menu li:hover > ul {
    display: table;
}
.cm-e-menu ul.submenu {
    top: 100%; left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    box-shadow: 0 0 10px black;
}
.cm-e-menu ul.submenu .submenu {
    top: -.5em; left: 100%;
    font-size: 1em
}
.cm-e-menu ul.submenu li {
    padding: .2em 1.5em;
    font-size: .9rem;
}
.cm-e-menu li.divider {
    padding: 0;
    border-top: 1px solid #343434;
    margin: .5rem auto .3rem;
    cursor: default;
}
.cm-e-menu li.divider:hover {
    background-color: transparent;
}
ul, li {

}


#content {
  margin-top: 8px;
  margin-left: 10px;
  background: gray;
  height: 500px;
    float:left;
    width:610px;
}

#sidebar {
  margin-left: 10px;
  margin-top: 8px;
  background: gray;
float: left;
    width:340px;
}

#footer {
  background: silver;
  margin-top: 500px;
  margin-left: 10px;
  position: fixed;
  height: 56px;
  width: 960px;
    clear:both;
}
</style>

<div id="header">


</div>
<div style="padding:1.4em;"></div>
<div id="container">


        <div class="cm-e-menu" style="padding:0.4em;">
            <ul>
<li class="topmenu"><a>News</a></li>
     <li class="topmenu"><a>Home</a></li>
 <li class="topmenu"><a>Upload</a></li>
  <li class="topmenu"><a>Forums</a></li>

 <li class="topmenu"><a>Rules</a></li>

              <li class="topmenu"><a>Shop</a></li>

              <li class="topmenu"><a>Browse</a></li>

<li class="topmenu"><a>Tickets</a></li>

<li class="topmenu">
                    <a>settings</a>
                    <ul class="submenu">
                        <li>
                            <a>font</a>
                            <ul class="submenu">
                                <li><a>larger</a></li>
                                <li><a>smaller</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                        <li>
                            <a>indentation</a>
                            <ul class="submenu">
                                <li><a>+1 space</a></li>
                                <li><a>-1 space</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                    </ul>
                </li>

<li class="topmenu">
                    <a>Profile</a>
                    <ul class="submenu">
                        <li>
                            <a>font</a>
                            <ul class="submenu">
                                <li><a>larger</a></li>
                                <li><a>smaller</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                        <li>
                            <a>indentation</a>
                            <ul class="submenu">
                                <li><a>+1 space</a></li>
                                <li><a>-1 space</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                    </ul>
                </li>



            </ul>
        </div></div>

<div style="margin-top: 80px;margin-left: 10px;background: #FF00FF;border:1px solid #353939;padding:0.3em;width:952px;">We would like to welcome <b><a href="userdetails.php?id=458930">Snip3r</a></b> to UndergroundGamerz</div>

<br />




    <div id="content">

    <div class=cm-e-menu style=padding:0.8em;></div>
 <div style="padding:0.4em;"></div>
 <div class=cm-e-menu style=padding:1em;></div>

 What is a HnR and why do I see this message ?

Scenetime is a ratio-based tracker which means you need to seed back whatever you grab from the site, either to a 1.1 ratio or 72 hours. So, this means if you grab a 1 gig file, you need to keep it seeding/running in your client until either you have seeded to someone else 1.0 gigs or for 72 hours total.

A few reasons you might be seeing a Hit and Run message onsite:

1. You grabbed a file and are not seeding back (you stopped the file running in your client). This, by definition, is a HnR.

2. You are not using an approved torrent client for this site and your stats are not showing correctly (please check the approved client list in the FAQ section).

3. Some people do not leave their computer/client running 24/7. As soon as the site notices your client has disconnected from the seeding list, it will flag you. BUT once you start your computer/client, it will pick up where it left off, BUT the flag is already there, so when you click on the HnR message, it will say "good job you DON'T have any HnR."

4. Your client has not reported to the tracker after 1 hour.


How can I avoid a HnR warning??

1. Be sure to get on new files first so you get that chance to seed back to anyone that grabs after you .

2. Be sure if you grab an older file, you can leave your client running for at least 72 hours without stopping it (if you grab an older torrent, you might not have people trying to grab the same file for a long time, if ever, to achieve a 1.1 ratio).

3. Be 100% sure the file you are clicking "download torrent" on is what you want and has seeders once you click download torrent. The site assumes you grabbed it and will seed it back per the rules.


Are there any exceptions to the rule?

Short answer is no.
BUT if you have a issue that is not listed here, please contact a global mod or admin for help.


What If I:

-grabbed the wrong torrent. You are stuck seeding or paying off the HnR. Make better choices on your picks.

-grabbed only the sample to check quality. You will have to seed back whatever you grabbed from the site.


Am I immune from HNR if I donate for Upload Credit or FreeLeech?

-All current HnR's on your required seeding list along with any incurred during the VIP period will be permanently removed from your list.

-Once the VIP period is over, you will once again be subject to the HnR policy. Again, no donation makes you IMMUNE for life, just for the period of your current VIP.


It says I have torrents that require seeding even though they are seeding?

If you have torrents in your client that are "queued," they are not available, and you will need to increase the maximum number of active torrents (upload or download). You can do this in uTorrent by going to Options > Preferences > Queuing > Queue Settings > Change the number in the box to a quantity more than the number of torrents in your client.

Your client may have be showing they are seeding but by checking the tracker tab of the torrent in question if it is showing anything over 1 hour you may need to do a force re-check/update tracker or even close your client and reopen it.


There seems to be a difference between my client stats and the stats on my HNR list?

You need to make sure that you are only using the clients displayed on the approved list. If you wish to receive support on any HNR issue, you must first ensure that you are using one of those on the list, this includes the exact version numbers. Also, remember that the tracker is around 30 minutes behind your client, as this is how often the tracker updates your stats.


I have slow upload speeds, will this result in all my torrents being on the HNR list?

No, it is the amount of torrents you download that will have a bearing on how many torrents you have on your list. You should only download what you can effectively upload back. If this means limiting how much you download to improve your ability to seed back, then that is what you must do.


I have limited storage space, so I cannot seed my torrents back indefinitely?

You should limit your download activity to match your ability to upload those torrents back. It is not good to continually download torrents if you do not have enough storage space to keep them there until you have fully seeded them back. If you do not want to curtail your download activity, then you will have to invest in extra storage space.


Do I have to seed FreeLeech torrents back?

Yes, every torrent you download from SceneTime, including Freeleech, is expected to be seeded back fully.  This has always been the case. The implementation of the HNR system did not change that.


How long am I expected to seed a torrent for if it has no leechers?

Every torrent you download, including FreeLeech is expected to be seeded back to a ratio of 1.0 or for 72 hours. If you remove them from your client, pause, or stop them before they reach a ratio of 1.0 or 72 hours, they will be placed on your required seeding list until you either start to seed them again, or you use BP to clear your HnR flags.

This, however, does not mean that every torrent with a ratio below 1.0 has to be seeded forever. If you have a torrent which you no longer wish to seed, you can buy it with your bonus points or surplus upload credit.


Is there a limit on how many torrents I can buy out?

No, but we expect you to seed all of your torrents with a ratio below 1:1 for a few days. This way we know that you have at least made an effort to seed your torrents back.


Will my account be disabled if I cannot seed all of my torrents back or use BP too many times?

No, as long as you make an effort to seed back your torrents your account will not be in any jeopardy. The system is there to remind you that you have removed or stopped a torrent that still needs to be seeded to a ratio of 1:1.


Can I buy off torrents if my overall SceneTime ratio is below 1.00?

Yes you can, but only with bonus points. You need surplus upload credit to buy off a torrent this way. If your ratio is below 1.00, you will not have any surplus credit as you have downloaded more than you have uploaded.


Why can't I buy off torrents with upload credit even though my ratio is above 1.00?

You need a buffer to clear with upload credit. Buffer is upload credit minus download credit. For example, if you have uploaded 3GB more than you have downloaded, you will not be allowed to clear anything larger than 3GB as this would result in your ratio dropping below 1.00.


How many bonus points should I get for seeding my torrents?

The system is set up to give you 0.2 points per hour for each torrent you seed up to a maximum of 20 torrents. This means that you can achieve a maximum of 4 bonus points per hour for seeding 20 torrents. You can earn 96 bonus points per day if you seed the maximum. The system rewards you with bonus points even if no one is leeching from you, just another reason why it pays to keep your torrents open in your client.


I have already built up a large ratio buffer and good ratio, the HNR system shouldn't apply to me.

Yes it should. Seeding back high amounts on a select few torrents should not make you exempt from seeding all of your files. This system was introduced to stop people from just pick-and-choosing the files they want to seed. The system is indiscriminate, and everyone is expected to seed their files regardless of buffer or ratio.


What can I do to help me seed my files back?

You should try to download torrents within a few hours of being uploaded, and check the peer information on each torrent so that you know if you have a good chance of seeding those torrents back (avoid high seeder/low leecher torrents). Limit the amount of old torrents you download as these are usually the hardest to seed back. Finally, just keep them seeding for longer.


I removed a torrent from my client when it reached a ratio of 1:1, it then appeared in my HNR list...why?

If you think one of your torrents has reached a ratio of 1:1, you should first pause it in your client and then wait a minimum of 60 minutes to give the tracker time to update. If the torrent does not appear in your list after this time period, you know it is safe to remove the torrent from your client. If it does appear in your HNR list, it will tell you how much more you need to seed back before you can remove it from your client. Always check your torrents in this way as it is the tracker ratio on that site that counts, not your client ratio.

Alternatively, you can make sure that the tracker has updated by also pausing a torrent that you know has a ratio below 1:1, as well as the other torrent you want to check. Only when the tracker has updated will you see the torrent with a ratio below 1:1 on your seeding list. If the original torrent that you were checking has not appeared on the seeding list, you will know for sure that it is safe to remove.


Why is a torrent that I only partially downloaded showing in my HNR list?

Every torrent you download (even partial downloads) will appear in your HNR list if you remove them from your client or pause/stop seeding them before they reach a ratio of 1:1.

I received a HnR warning, but there isn't any torrents in my required seeding list?

Please remember: If you have been away and received a HnR warning stating you had [x] HnR's, when you turn your PC back on and log into your SceneTime account, your HnR's will no longer be in your required seeding list as your client would have started seeding again and updated with the SceneTime tracker.

How do I fix this HnR message?

If you get  one of these hit and runs messages , you just have to do one of three things to get rid of it:

-Pay it off with Bonus points. BP payoff is based on how long is left to get a 1.1 ratio

-Pay it off with upload credit. Also  based on how much is left to seed.

OR

-Start seeding and pick up where your counter left off. Once you reach either 1.1 ratio OR 72 hours the flag will go away


And there is always the option to donate. This trumps everything discussed in this thread.

Click here to donate

        sidebar content here
    </div>

    <div id="sidebar">
    <div class=cm-e-menu style=padding:0.8em;></div>
    <div style=padding:0.4em;></div>
<div class=cm-e-menu style=padding:0.5em;>Poll: SceneTime forums and you...</div>
<table cellspacing='0' cellpadding='10' width='200' border='1'><tbody><td border=0 class=text>
<form method=post action=index.php>
<input type=radio name=choice value=0>Never been there. I just don't like interaction.<br>
<input type=radio name=choice value=1>Never been there. I am going to have a look now.<br>
<input type=radio name=choice value=2>I used to check them but haven't in a while.<br>
<input type=radio name=choice value=3>I'm there all the time.<br>
<input type=radio name=choice value=4>Occasionally I go to get help by reading the guides.<br>
<input type=radio name=choice value=5>Occasionally I go to get help from the staff.<br>
<input type=radio name=choice value=6>I go to join in the games.<br>
<input type=radio name=choice value=7>The games look fun but could do with a refresh.<br>
<input type=radio name=choice value=8>Competitions is what gets me in there.<br>
<input type=radio name=choice value=9>I just put in my random number guess and I'm done for the month.<br>
<input type=radio name=choice value=10>There are forums? - Who knew!<br>
<p align=center><input type=submit value='Vote' class="cm-e-menu"></p>    </td></tr></table>





        sidebar content here
    </div>

    <div id="footer">
        footer content here
    </div>
Click the image to open in full size.
Attached Files
File Type: rar www.rar (196.9 KB, 17 views)

Last edited by BamBam0077; 16th November 2021 at 10:09.
Reply With Quote