Results for "Author: whiteknight"
(UPDATE: Now As start of Admin UI, which allows edit/delete of users, posts, topics, settings. supports HOT Topics, supports lock/closed topics and more.) This is An Almost 100% complete BBS. The database is the heart of all the options that can be set. Different User Levels(Guest, Member, Moderator, Administrator). Allows you to lock Users from posting, the ability to lock posts, delete posts, edit posts, reply to posts, Log In, Register, Allows you to set the Acces Level to Topics(example: Topic="Administrator Discussion" if you set the access level to administrator then only administrators can view/post in that topic). Requires users to register before they can post. Allows Users to select a "Topic Icon" when posting. Allows you to set weither new users can register with an email that is already registered. Counts Users total Posts. Counts Replies to each Post. Shows total Posts for each topic. So Much More can be done. If you like this please give me feedback on it so I can Improve it. If it gets good response I will Update it soon. Soon to be added Admin UI so it doesn't have to all be done through database, Search and more your comments are appreciated. I have also added the .NET Solution file so if you have .NET You can edit it there.
This Banner Rotator stores The Image URLs, Links, Tracking URLs, Views, adn Clicks in a database. When the banner loads it update the views for that banner in the database. when a user clicks the banner it updates the clicks in the data base. On the stats page(type http:/yoururl/ad.asp?fadmin=True to get there.) you can sort banners by ID, Views Or Clicks. It displays 10 banner stats per page. A sample database is included. make sure you change the gblConnection String at the top of the asp file to the location of the database. Please post your comments/questions.
This is an Example of Server Side XML & XSLT With CSS, Javascript and HTML. It takes an XML File with Data collected about each file and folder in a directory. The Data collection was done with an other application that I wrote, email me for info about that... The output from this is a Explorer style looking window. see screen shot below. if you dont have an IIS Web Server to try this out you can goto http://camalotdesigns.com/pscode/ for a live demo. Please leave your comments and let me know what you think.
This is a simple 'Browse for Folder' style TreeView. Loads all Logical Drives. Does not load sub directories until the user expands the parent directory so it loads quickly. Supports showing of the files and their associated icon. **Update (8/2/03) ** Looks a little more like the "Browse for folder Treeview". The root is the users desktop folder. Improved properties. Only applicable properties are accessable. ** Update (8/3/03) ** Inclcudes an Example Application simulating a browse for folder dialog. Added method to Create a new Folder. Once the new folder is created it is selected. Added a FindNode method that returns a specific node based on the nodes fullpath. Added different icons depending on the drive type. Speed improved.
I converted the original C# code for the IconMenu(http://www.vbaccelerator.com/home/index.asp) to VB.NET. The only Changes that I made to the actual code is that I added a property that allows you to select the Menu style you want, Classic Or XP Style. Everywhere I go that offers source code and it's in C# people are always asking for the VB.NET port of it, so Here's the VB.NET port of VBAccelerator's IconMenu
This is a subclassed richtextbox that supports mirc color codes. Uses regular expressions and highlights the line as it is inserted so its fast. Has a "Scroll to Bottom" method that scrolls the RichTextBox to the bottom. This is a "Work in progress" for a irc chat client I am working on. This control does not yet support mIRC Bold, Underline or Reverse formatting codes.