Jump to content
[MUST READ] Forum Rules ×

Search the Community

Showing results for tags 'html'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Premium Hosting / VPS Hosting
    • Premium Hosting Announcements
    • Premium Hosting General
    • VPS & Dedicated Server General
  • Free Hosting
    • Free Hosting Announcements
    • Free Hosting General
    • Free Hosting Review Us
    • Free Hosting Feature Request
  • MyOwnFreeHost.net
    • MyOwnFreeHost Announcements
    • MyOwnFreeHost General
    • MyOwnFreeHost Advertising Techniques & Recommendations
    • MyOwnFreeHost Feature Request
    • MyOwnFreeHost Reseller Reviews
  • General Webmaster Stuff
    • Tutorials
    • Website Performance Tuning / Load Reduction
    • MySQL, PHP, Perl and CGI Community forum
    • Blog, Forum and CMS Community discussion
    • Domains / DNS community chat
    • Webmaster's Toolbox
    • Search Engines and Search Engine Optimization (SEO)
    • General Web Design Communtiy discussion
  • Community Discussions
    • Introductions
    • Website Review
    • Online Advertising
    • Domain Market and Discussion
    • General Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 5 results

  1. May someone help me with my signup form page? I get error " Security code does not match" <code> <div class="signup form-peice"> <form class="signup-form" action="//ifastnet.com/register2.php" method="post"> <div class="form-group"> <label for="name">Username</label> <input type="text" name="username" id="name" class="name"> <span class="error"></span> </div> <div class="form-group"> <label for="email">Email Adderss</label> <input type="email" name="email" id="email" class="email"> <span class="error"></span><br> </div> <div class="form-group"> <select size="1" name="website_category" id="website_category" class="form-select col-auto"> <option>Site Category...</option> <option>Personal</option> <option>Business</option> <option>Hobby</option> <option>Forum</option> <option>Software / Download</option> </select> </div> <div class="form-group"> <select size="1" name="website_language"> <option>Select Language</option> <option>English</option> <option>Non-English</option> </select> </div> <input type="hidden" name="id" value="<?PHP echo $id; ?>"> <div class="form-group"> <label for="password">Password</label> <input type="password" name="password" id="password" class="pass"> <span class="error"></span> </div> <img src="https://ifastnet.com/image.php?id=<?php echo $id ?>"> <div class="form-group"> <label for="number">Enter Captcha</label> <input type="text" name="number" id="number" class=""> <span class="error"></span> </div> <div class="CTA"> <input type="submit" value="Register" name="submit"> <a href="#" class="switch">I have an account</a> </div> </form> </div> </code>
  2. How to remove file extensions Hello all i made this post to show you how to remove file extensions like [ www.example.com/index.php ] now i will show you how to remove .php in the end file to be [ www.example.com/index ] it will help your clients to open your website now follow this steps : open new Notepad save this code in new notepade RewriteEngine On # Unless directory, remove trailing slash RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/$ https://yourwebsitelink.com/$1 [R=301,L] # Redirect external .php requests to extensionless url RewriteCond %{THE_REQUEST} ^(.+)\.php([#?][^\ ]*)?\ HTTP/ RewriteRule ^(.+)\.php$ https://yourwebsitelink.com/$1 [R=301,L] # Resolve .php file for extensionless php urls RewriteRule ^([^/.]+)$ $1.php [L] Now change https://yourwebsitelink.com with your website link there is two to changeing Save the Notepade with name .htaccess and uploade with your website files and see what will happend
  3. Cannot get my website to display my main page (login.php) i dont have an index.html in my htdoc, but i do have all my others that i want to display (login.php, form.php and form.css) i have all these files in my htdocs but when i goto my site it just displays the "Congratulations! Your free hosting account has been activated. You can now use FTP or the file manager in your cPanel to upload your site." im trying to get it to display the main page of the php files i want
  4. Basic Form Design ~ This is just a general design by yours truly. I hope you guys enjoy it ~ ~ Instructions ~ Copy the code stated below Create a PHP document (Preferably signup.php) Paste the code to the document Upload to your MOFH Website via FTP ta-da, nice looking signup page ~ Here's the code for the page ~ you're welcome
  5. Hi all, I'm brand new here and things seem good here. I am using filezilla and have my files in HTDOC. I think everything is working like it's supposed to, but I don't know how to get my web page to appear in a browser. I am using a Zurb Foundation grid with my html and css. Can anyone give me some idea? Thanks guys!
×
×
  • Create New...