Pastes:99006  Views:1870563 

Languages:

   ASP
   C#
   C++
   HTML
   Java
   PHP
   VB.NET
   Visual Basic 6

more languages available...




VB.Net 3D Engine

 

 

 

 

 

 

Here's the requested code from the pastebin:

Wrap Lines   Use Line Numbers
<?php 
$conn = mssql_connect('85.17.60.11','orlyMENGZ','orlymeng')
$db_selected = mssql_select_db('lin2world', $conn)
 
$baium = mssql_query("SELECT * FROM npc boss where npc_db_name = 'baium'");
$Kernon = mssql_query("SELECT * FROM npc_boss where npc_db_name = 'Kernon'");
$domb_death_lord_cabrio = mssql_query("SELECT * FROM npc_boss where npc_db_name = 'domb_death_lord_cabrio'");
$Hallate_the_death_lord = mssql_query("SELECT * FROM npc_boss where npc_db_name = 'Hallate_the_death_lord'");
$queen_ant = mssql_query("SELECT * FROM npc_boss where npc_db_name = 'queen_ant'");
 
while ($row = mssql_fetch_array)($result) )
  {
    if(.$baium["alive"].) echo "ALIVE" or "NOT ALIVE"
 
 
  }
 
 
?>
 
 
Syntax Highlighting:  



Copyright 2007 - NoMorePasting.com