Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › QuickHTML Project

QuickHTML Project

Posts 1–5 of 5 · Page 1 of 1
Wampwire
Wampwire
QuickHTML Project
QuickHTML Project

A basic project created by me to enhance my programming abilities.

Don't you ever hate having to put <html>...</html> tags for every webpage?
Well, QuickHTML (or QHTML) can do that for you! In it's early release,
it supports the features of creating a HTML file in a specified directory with a unique name,
quick creation of title tags, easy positioning of META tags, body, and JavaScript.

If you want to take a look at it, there you go:

 
Images







 
Virus Scans

Jotti's Malware Scan
VirusTotal


If anyone's interested, take a look!
It comes with the source code too
QHTML_mpgh.net.rar
#1 · 12y ago
Renamon Toast Crunch
Renamon Toast Crunch
Not bad

Keep up the good work
#2 · 12y ago
Jason
Jason
Should add an option to specify the DOCTYPE as well; that's probably the most annoying thing when hand-coding HTML without using templates.

i.e:
Code:
HTML5 -> <!doctype html>
HTML4 ->
    Strict : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    Transitional : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
...etc (XHTML etc)
Common DTD list here
#3 · 12y ago
BACKD00R
[MPGH]BACKD00R
File Clear - Approved!!!
#4 · 12y ago
Wampwire
Wampwire
Quote Originally Posted by Jason View Post
Should add an option to specify the DOCTYPE as well; that's probably the most annoying thing when hand-coding HTML without using templates.

i.e:
Code:
HTML5 -> <!doctype html>
HTML4 ->
    Strict : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    Transitional : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
...etc (XHTML etc)
Common DTD list here
oh dont worry, Ive added a lot of stuff and changed the layout a bit..
WYSIWYG type of editor is what I might be aiming for the body.. Quite busy cant finish few things off :P
#5 · 12y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • The Uptime ProjectBy Dave84311 in General
    14Last post 16y ago
  • Project 8 - Taking Suggetions for Text.By sf0d in Art & Graphic Design
    10Last post 20y ago
  • Need help with a personal project: Hacking NavyFieldBy Slinky in Hack Requests
    19Last post 19y ago
  • Only in death are we no longer part of Project SpamBy ace76543 in Spammers Corner
    6Last post 19y ago
  • Survival projectBy shakib in Hack Requests
    0Last post 19y ago

Tags for this Thread

#html#programming#project#vb.net