Jump to content
[MUST READ] Forum Rules ×

xpde

Senior Members
  • Posts

    71
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by xpde

  1. I enjoy this community. Are both of you guys from my forums?
  2. Oh. I appreciate the concentration that my topic has been getting. Could you possibly make a backlink to it?
  3. I upgraded the uPanel in project-t30 <3 it looks beautiful

    1. Show previous comments  3 more
    2. xpde

      xpde

      spectre.css, going to use Lightfair

    3. Merc

      Merc

      What is Lightfair.js?

    4. xpde

      xpde

      a little framework my friend made

       

  4. Well, web host accounts will not delete, but the forum's data will. As in all the users in my community will no longer have topics they've previously created. I already have everything set up for that in my documents. Text me over Discord for more information -.-
  5. You're very welcome, Tyler. I am resetting the community database because I have to organize the topics/categories/subs
  6. xpde

    Tidal

    'preciate it. Contact over my mobile phone number
  7. xpde

    Tidal

    Nice job finding it over git
  8. xpde

    Tidal

    Wow, that got deep pretty quick. Hey, is there a way to contact you? (contact information eg; skype, discord) I may have a proposition for you in a project I am working on. It's extremely confidential work atm and it's nearly finished.
  9. xpde

    Tidal

    Oh dang. I would totally go to MIT if I could afford tuition.
  10. xpde

    Tidal

    I have thought about an internship there. Never really come to that decision yet. What university did you come from?
  11. xpde

    Tidal

    Welcome to the Community, Is an internship with Microsoft considered fun?
  12. Welcome to the community, lol @Tachibana Makoto You can limit MySQL usage a lot of different ways. I assume @mike answered your question due to the lack of feedback.
  13. Gern geschehen, Kamerad - Bitte sprechen Sie Englisch hier lol
  14. Well, there are many ways to implement a contact form. PHP is a very common language people use to do so. Here is a quick example I made up: <?php $fn = "Contact"; // Name of form $to = "[email protected]"; //Typically your email if (isset($_POST['submit'])) { $subject = $fn . " " . $_POST['subject']; $message = $_POST['message']; $from = stripslashes($_POST['from']); //Using mail function to send mail mail($to, $subject, $message, $from); //Success Message $notification = "Message Sent!"; } else { //otherwise $notification = "Send a message!"; } echo $notification; ?> <form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>"> <input type="email" name="from" placeholder="Email"> <input type="text" name="subject" placeholder="Subject"> <textarea name="message" placeholder="Message"></textarea> <input type="submit" value="Submit!"> </form> I have no clue if this works, I just made it. If you have any further questions, feel free to ask.
  15. Here's a few Solutions: Change your DNS to match with the given Name Servers by ByetHost. Note: You may have to wait 24 -to- 72 hours before your domain is matched with the host. Contact the Support team if the issue is not resolved
  16. 1. Any script using GET parameters will disable certain features of scripts, determined by the function of the scripts. You can try using Wordpress. If there are any errors or bugs, troubleshoot the situation and remove the snippet from the .htaccess - if you believe it's the case. 2. It doesn't necessarily matter. You can easily add your own human verification. Takes at least 2-3 minutes of your time.
  17. Want to remove that pesky parameter from your domain? Well, now you can! With the simple help of .htaccess, you can have your pure domain back! Just follow these few steps. Connect to your Webserver via File Transfer Protocol (FTP) Go into your sites primary directory Modify, or Create the .htaccess file Use this code snippet and Save the file RewriteEngine On RewriteCond %{QUERY_STRING} . RewriteRule ^([^.]*)$ /$1? [L,NE,R=301] Vwolla! That harmless parameter is not to be seen anywhere.
  18. Wow, nice job Jason. I have to go to studies in a moment, but when I return, I will help you with that template - if you need any help, that is.
  19. Introducing @xpde Hello, my name is xpde. I am a Full Stack Developer and currently looking for work to obtain money for my coffee addiction. How did I stumble upon byet.net? I am actually working on a Confidential Project. Let's just say it's a pretty advanced web host created by two gentlemen, and of course one of them being me. I came across MOFH and was surprised. A Free Web host reseller sounds unreal. So, now I am using the service and couldn't be any happier. I'd honestly want to join the team and help as much as possible to keep this service up and the users happy. If you need help with anything, just ask <3 have a nice day xpde
  20. I am new to the forums.

  21. Hey @lfsitenl, If you're still having issues, go to the iFastNet Support Center, register an account, and click on "Open New Ticket". When you open a new ticket, remember to describe your situation neatly and thoroughly. Your ticket will be opened by the Support and they will contact your account with a solution to your issue. Have a great day.
×
×
  • Create New...