Register for your free account! | Forgot your password?

You last visited: Today at 16:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Tiny Asp Script

Discussion on Tiny Asp Script within the Shaiya PServer Development forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
killer2p's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 417
Received Thanks: 159
Tiny Asp Script

So Today Im Giving A tiny ASP Script that can be used to look at a Characters Inventory. Yes it requires more than i have given reason its in the development section
Code:
@using WebMatrix.WebData

@* Remove this section if you are using bundling *@
@section Scripts {
    <script src="~/Scripts/jquery.validate.min.js"></script>
    <script src="~/Scripts/jquery.validate.unobtrusive.min.js"></script>
}
<style>
       table, th, td {
         border: solid 1px #bbbbbb;
         border-collapse: collapse;
         padding: 2px;
       }
    </style>

  @{
    WebSecurity.RequireAuthenticatedUser();

    Layout = "~/_SiteLayout.cshtml";
    Page.Title = "Manage Account";

    }
@{
    var Char = UrlData[0];
    var db= Database.Open("PS_GameData");
   var sqlQ = "SELECT ci.CharID,i.ItemName,ci.Bag,ci.Slot,ci.ItemUID,ci.Count,ci.Del From PS_GameData.dbo.CharItems ci inner join PS_GameDefs.dbo.Items i on ci.Type=i.Type and ci.TypeID = i.TypeID WHERE CharID=@0 and Del='0'";
   var data = db.Query(sqlQ, Char);
   }


<table>
       <thead>
           <tr>
               
               <th>Item Name</th> 
               <th>Bag Number</th>
               <th>Slot</th>
               <th>Count</th>
           </tr>
       </thead>
       <tbody>
           @foreach(var row in data){
            <tr>
                    
                   <td>@row.ItemName</td>
                   <td>@row.Bag</td>
                   <td>@row.Slot</td>
                   <td>@row.Count</td>
                   
            </tr>
           }
       </tbody>
</table>
killer2p is offline  
Thanks
3 Users
Old 01/11/2016, 19:04   #2
 
nubness's Avatar
 
elite*gold: 10
Join Date: Jan 2012
Posts: 1,698
Received Thanks: 5,451
Approved because it's ASP. I doubt anyone will use it, but good job. Everyone is so focused on PHP, ASP is left aside.
nubness is offline  
Old 01/11/2016, 22:40   #3
 
elite*gold: 0
Join Date: May 2012
Posts: 394
Received Thanks: 391
Always liked ASP since LilPro used it for Exile years back, works so well and like Nubness says, it always gets ignored and bullied by the big PHP
Nice release
Truth1010 is offline  
Thanks
1 User
Old 01/12/2016, 10:53   #4
 
killer2p's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 417
Received Thanks: 159
im currently building my who site outta asp.net Granted im using .cshtml and webmatrix instead of visual studio
killer2p is offline  
Reply


Similar Threads Similar Threads
[Tiny release] Secure and cute register/changepass script (Using abrasive work)
04/17/2016 - Shaiya PServer Guides & Releases - 4 Replies
Hello, I have make some modification to abrasive script (http://www.elitepvpers.com/forum/shaiya-pserver-g uides-releases/1987977-release-secure-php-web-regi stration-script-mssql-odbc.html) to get email field and BodySalvage for design. Sorry but i built it in french but you can easily translate it via google traduction SS: http://i.epvpimg.com/TXhif.jpg
(PHP) Tiny Script Server Vistors
09/29/2011 - CO2 PServer Guides & Releases - 8 Replies
This is tiny script about server visitors http://i52.tinypic.com/2v0k8qr.jpg Download Site-Visitors-By-Zeko2010sS.rar | FilesIn.com Free File Hosting & Video Downloads, Free File Sharing, Online Friends Network - Ziddu
Request tiny script.
08/24/2011 - Metin2 Private Server - 2 Replies
Sorry guys, I would ask a small favor ... I wish you could create me politely if a new NPC to level 30 in exchange for 1kk 10 medals and give me riding the horse expert. Thank you. regards, Gherusio. Plis help me :( ...



All times are GMT +2. The time now is 16:26.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.