Jump to content

Recommended Posts

Posted

Since GodOfAden ain't update his topic, here you go,

<?

$imagesfolder = "images/7signs/";

// db config
$CONFIG['worlddbname'] = "lin2world";           // Database Name
$CONFIG['dbaddress'] = "";        // MSSQL IP
$CONFIG['dbuser'] = "";                       // MSSQL User
$CONFIG['dbpass'] = "";     // MSSQL Password

// db connection!
$dbconnect = @mssql_connect ($CONFIG['dbaddress'], $CONFIG['dbuser'], $CONFIG['dbpass']);
@mssql_select_db ($CONFIG['worlddbname'], $dbconnect) or die (mysql_error());

DEFINE("SSQ","USE lin2world EXEC lin_GetSSQStatus");
$result = @mssql_query(SSQ);

$round_number = @mssql_result($result, 0, 0);
$dawn_points = @mssql_result($result, 0, 1);
$dusk_points = @mssql_result($result, 0, 2);
$seal1 = @mssql_result($result, 0, 3);
$seal2 = @mssql_result($result, 0, 4);
$seal3 = @mssql_result($result, 0, 5);
$time = @mssql_result($result, 0, 10);
$status = @mssql_result($result, 0, 11);

$fecha_actual = date('d/m/Y G:i', $time);

// Linkando variables PHP con variables JAVASCRIPT
$ntdDay = date("w",$time);

$hora = date('G', $time);
if ($hora < 18) $ntdDay--;

//if ($ntDay == 0) $ntdDay = 7;

$currTime = $fecha_actual;
$ssStatus = $status;
$dawnPoint = $dawn_points;
$twilPoint = $dusk_points;
$maxPointWidth = 150;

?>

<script language="JavaScript" type="text/javascript">
  var nthDay = <?=$ntdDay; ?>;
  var currTime = '<?=$currTime; ?>';
  var ssStatus = <?=$ssStatus; ?>;
  var dawnPoint = <?=$dawnPoint; ?>;
  var twilPoint = <?=$twilPoint; ?>;
  var maxPointWidth = <?=$maxPointWidth; ?>;
  var seal1 = <?=$seal1; ?>;
  var seal2 = <?=$seal2; ?>;
  var seal3 = <?=$seal3; ?>;
</script>

<table border="0" cellpadding="0" cellspacing="0" style="MARGIN-TOP:5px; width:569px; overflow:hidden; margin-left:5px;">
  <tbody>
    <tr valign="top">

      <td style="BACKGROUND: url(<?=$imagesfolder?>ssqViewBg.jpg)" height="225">
         
         
          <table>
          <tbody>
            <tr valign="top">
              <td><table style="MARGIN: 18px 0px 0px 54px" cellspacing="0" cellpadding="0" border="0" width="141">
                  <tbody>
                    <tr align="middle" height="26">
                      <td style="BACKGROUND: url(<?=$imagesfolder?>ssqViewimg1.gif); COLOR:#fff; font-size:11px;">
                      <script language="JavaScript" type="text/javascript">
                        if (0 == ssStatus) document.write('Preparacion');
                        else if (1 == ssStatus) document.write('Competicion <b style="color:#E10000"> Dia ' + nthDay + '</b>');
                        else if (2 == ssStatus) document.write('Calculando');
                        else if (3 == ssStatus) document.write('Sellado <b style="color:#E10000"> Dia ' + nthDay + '</b>');
                      </script>
                      </td>
                    </tr>
                </tbody>
                </table>
                <table style="MARGIN: 3px 0px 0px 10px" cellspacing="0" cellpadding="0" width="141" border="0">
                  <tbody>
                    <tr>
                      <td></td>

                      <td><img height="16" src="<?=$imagesfolder?>timeBox1.jpg" width="140" border="0" /></td>
                      <td></td>
                    </tr>
                    <tr>
                      <td valign="bottom" rowspan="2"><img height="125" src="<?=$imagesfolder?>timeBox2.jpg" width="45" border="0" /></td>
                      <td><!-- Clock Image Start
                                                                -->
                      <script language="JavaScript" type="text/javascript">
                            var timeImage;
                            var tempImageNum;
                   
                            if (1 == ssStatus) {
                                    tempImageNum = nthDay;
                            }
                            else if (0 == ssStatus) {
                                    tempImageNum = 0;
                            }
                            else if (3 == ssStatus || 2 == ssStatus) {
                                    tempImageNum = nthDay + 7;   <!-- Adding one week to show img with seal effect -->
                            }
                            timeImage = 'time'+tempImageNum+'.jpg';
                            document.write('<img src="<?=$imagesfolder?>'+ timeImage +'" width="140" height="139" border="0">');                                   
                    </script><!--
                                                                        Clock Image E n d --></td>
                      <td valign="bottom" rowspan="2"><img height="125" src="<?=$imagesfolder?>timeBox3.jpg" width="66" border="0" /></td>

                    </tr>
                    <tr>
                      <td><img height="12" src="<?=$imagesfolder?>timeBox4.jpg" width="140" border="0" /></td>
                    </tr>
                  </tbody>
              </table></td>
              <td><table style="MARGIN: 27px 0px 0px 22px" cellspacing="0" cellpadding="0" width="200" border="0">
                  <tbody>
                    <tr align="middle" bgcolor="#606d6f" height="17">

                      <td style="COLOR:#fff; font-size:11px;">
                        <script language="JavaScript" type="text/javascript">

                                        document.write (currTime);

                    </script>
                      </td>
                    </tr>
                </tbody>
                </table>
                <table style="MARGIN: 21px 0px 0px 22px" cellspacing="0" cellpadding="0" border="0">
                  <colgroup>

                  <col width="74" />
                  <col width="*" />
                  </colgroup>
                  <tbody>
                    <tr>
                      <td style="font-size:11px; color:#000;"><img style="MARGIN: 0px 6px 5px 0px" height="1" src="<?=$imagesfolder?>dot.gif" width="1" border="0" />Dawn</td>
                      <td style="COLOR: #000; font-size:11px;">
                      <script language="JavaScript" type="text/javascript">
                        var twilPointWidth = ( maxPointWidth * twilPoint ) / ( dawnPoint + twilPoint );
                        document.write('<img src="<?=$imagesfolder?>ssqbar2.gif" width="' + twilPointWidth + '" height="9" border="0"> ' + twilPoint);
                      </script>

                      </td>
                    </tr>
                    <tr>
                      <td colspan="2" height="7"></td>
                    </tr>
                    <tr>
                      <td style="font-size:11px; color:#000;"><img style="MARGIN: 0px 6px 5px 0px" height="1" src="<?=$imagesfolder?>dot.gif" width="1" border="0" />Dusk</td>
                      <td style="COLOR: #000; font-size:11px;"><!-- Dawn Bar Graph Start -->

                        <script language="JavaScript" type="text/javascript">

                        var dawnPointWidth = ( maxPointWidth * dawnPoint ) / ( dawnPoint + twilPoint );
                        document.write('<img src="<?=$imagesfolder?>ssqbar1.gif" width="' + dawnPointWidth + '" height="9" border="0"> ' + dawnPoint);

                </script>
                      </td>
                    </tr>
                  </tbody>
                </table>
                <table cellspacing="0" cellpadding="0" border="0" align="center">
                  <tbody>
                    <tr valign="bottom" align="middle" height="95">

                      <td><!-- It not 3 then seal must be shown as grey.Seal Status 0 = closed, 1 or 2 = opened  -->
                        <!-- Seal #1 -->
                        <script language="JavaScript" type="text/javascript">
                        if (3 == ssStatus) {
                          if (0 == seal1) document.write('<img src="<?=$imagesfolder?>bongin1close.gif" width="85" height="86" border="0">');
                          else document.write('<img src="<?=$imagesfolder?>bongin1open.gif" width="85" height="86" border="0">');
                        }   
                        else document.write('<img src="<?=$imagesfolder?>bongin1.gif" width="85" height="86" border="0">');
                </script>                                              </td>
                      <td><!-- Seal #2 -->
                        <script language="JavaScript" type="text/javascript">
                        if (3 == ssStatus) {
                          if (0 == seal2) document.write('<img src="<?=$imagesfolder?>bongin2close.gif" width="85" height="86" border="0">');
                          else document.write('<img src="<?=$imagesfolder?>bongin2open.gif" width="85" height="86" border="0">');
                        }   
                        else document.write('<img src="<?=$imagesfolder?>bongin2.gif" width="85" height="86" border="0">');
                      </script>
                      </td>
                      <td><!-- Seal #3 -->
                        <script language="JavaScript" type="text/javascript">
                        if (3 == ssStatus) {
                          if (0 == seal3) document.write('<img src="<?=$imagesfolder?>bongin3close.gif" width="85" height="86" border="0">');
                          else document.write('<img src="<?=$imagesfolder?>bongin3open.gif" width="85" height="86" border="0">');
                        }   
                        else document.write('<img src="<?=$imagesfolder?>bongin3.gif" width="85" height="86" border="0">');
                </script>                                              </td>
                    </tr>
                    <tr>
                      <td colspan="3"><div align="center" style="margin-left:10px;"><img height="16" src="<?=$imagesfolder?>bonginName.gif" width="258" border="0" /> </div></td>
                    </tr>
                  </tbody>
              </table></td>
            </tr>
        </tbody>
      </table></td>
    </tr>
  </tbody>
</table>

 

 

Download images = Images

  • 4 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...
  • 4 weeks later...
Posted

thank you is just what I look

 

 

you might just be me, I'm looking for php scripts for my website

 

PM thank you if you have any script has to offer me, I use l2jfree thx

  • 1 month later...
  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • All links at http://akumu.ru return 503 and most  mega upload dont exist. Any idea if this will get fixed?
    • You make me laugh... relax man, my clients have been using my package for years and haven't had any problems. Cheers!  
    • yes travor? I hope you don't delete this LINK, scammer, the proof that you sold it is inside. HASH MD5: F1B3722977A7E3720DC91D56203D4E39 https://www.mediafire.com/file/rma1p98juce3ust/travor-source.rar/file   I'm uploading it again because I'm sure you'll delete it. https://www.mediafire.com/file/h51kz9vlbj9tk8a/travor-source.rar/file L2Ext.vcproj.DESKTOP-I4LDE28.Mariano.user in ext2025-main.zip Modified 2025-07-15 L2Ext.vcproj.DESKTOP-I4LDE28.Mariano.user in  travor-source.rar Modified 2026-03-09 Explain this to the community, you damn scammer! YOUR PC IS: DESKTOP-I4LDE28 VERIFY: HASH CRC32 in two files. GG. <?xml version="1.0" encoding="windows-1250"?> <VisualStudioUserFile     ProjectType="Visual C++"     Version="8,00"     ShowAllFiles="false"     >     <Configurations>         <Configuration             Name="Debug|Win32"             >             <DebugSettings                 Command="$(TargetPath)"                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>         <Configuration             Name="Debug|x64"             >             <DebugSettings                 Command=""                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>         <Configuration             Name="Release|Win32"             >             <DebugSettings                 Command="$(TargetPath)"                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>         <Configuration             Name="Release|x64"             >             <DebugSettings                 Command=""                 WorkingDirectory=""                 CommandArguments=""                 Attach="false"                 DebuggerType="3"                 Remote="1"                 RemoteMachine="DESKTOP-I4LDE28"                 RemoteCommand=""                 HttpUrl=""                 PDBPath=""                 SQLDebugging=""                 Environment=""                 EnvironmentMerge="true"                 DebuggerFlavor=""                 MPIRunCommand=""                 MPIRunArguments=""                 MPIRunWorkingDirectory=""                 ApplicationCommand=""                 ApplicationArguments=""                 ShimCommand=""                 MPIAcceptMode=""                 MPIAcceptFilter=""             />         </Configuration>     </Configurations> </VisualStudioUserFile> I HOPE YOU GET BANNED FROM THE FORUM, YOU'RE A SCAMMER AND A LIAR.  
    • Here we go again to teach!  The source code he mentions (backdoor) is from the leaked Travor files. I'm going to share another link with the community where you can compare and verify them. Source Travor files: https://www.mediafire.com/file/rma1p98juce3ust/travor-source.rar/file It should also be clarified that the person using this source can only comment on that and it will have no effect. Regards!
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..