Search results

  1. espfutbol98

    PHP Security Functions

    I was wondering if someone could post a example of making a anti-bruteforce lockout function in, of course, PHP & MySQL. Thank you.
  2. espfutbol98

    Get entire url

    Works great! Thanks a lot.
  3. espfutbol98

    Get entire url

    I'm wondering how to retrieve the entire url in PHP because I use .htaccess url rewriting and also a lot of variables. This can be frustrating when you are redirected to a login page and once you are logged in, sent somewhere else.
  4. espfutbol98

    Help set up mail on hame server

    Sorry about the typo. My computer was in Croatian and I just now noticed the mistake and can't edit it. It is supposed to be a Home Server
  5. espfutbol98

    Help set up mail on hame server

    I have my own server (XP, Apache, PHP, MySQL, CGI, SSL) and I am trying to enable mail. I have found a free program to do this but I believe I need a dns server to edit the MX record. I have no idea how to create a personal dns server. All of the guides online are for lunix based systems. What...
  6. espfutbol98

    OpenSSL Error

    I'm just not sure why I can't do the simplest thing. This might have something to do with it being XAMPP. It comes with its own program to make keys and certificates.
  7. espfutbol98

    OpenSSL Error

    That is a very nice tutorial but I still get the same error even when just making a key.
  8. espfutbol98

    OpenSSL Error

    I have OpenSSL working on my site (https://podaci.selfip.net) but it is a self-signed certificate so everybody gets a nasty error. I recently found godaddy.com has $30 SSL certificates so I tried to make a csr. I got this error: C:\xampp\apache\bin>openssl req -new -key server.key -out...
  9. espfutbol98

    Please review my site

    I like the JavaScript clock but you might not want to show seconds. Also, a favicon would be nice too. Good Luck!
  10. espfutbol98

    how to publish my asp website???

    If you used Visual Web Developer from Microsoft (Free versions available), you can upload it to your x10 site through your FTP account. You can also use FileZilla (Free) to upload files via FTP.
  11. espfutbol98

    Can't establish a secure connection to the server??? - phpBB help

    To use the shared SSL from x10hosting, you must make the url https://[server_name].x10hosting.com/~[your_username]/phpBB3/ucp.php?mode=activate&u=53&k=5FWAWP5VYX%E2%80%9D
  12. espfutbol98

    mod_rewrite help

    This is what I have now but it's not working: RewriteRule ^/hr/([^/\.]+)/moj_račun$ /hr/moj_račun?name=$1 [R]
  13. espfutbol98

    mod_rewrite help

    I've recently started implementing url rewriting in my site and I have ran into a problem: First of all, I'm trying to rewrite http(s)://podaci.selfip.net/hr/moj_račun to http(s)://podaci.selfip.net/hr/[user_name]/moj_račun but it looks for all the linked files under the username's folder. I...
  14. espfutbol98

    Help with photoshop graphic

    I saved it as a .png and it works fine. Thanks everybody.
  15. espfutbol98

    how do you get icon

    The link is not necessary, you just need to wait about a day for the favicon to be the default. You only need the link if you want a different favicon from the default.
  16. espfutbol98

    how do you get icon

    It is called a favicon. It is a 16 by 16 px .ico image. You can get in the corner by making a <link> or you can put it in the document root and it will be on every page unless you say otherwise. You can make your own in Photoshop or you can make a .jpg and convert it online for free.
  17. espfutbol98

    [Javascript] Protected Pages

    I would never use Javascript for protecting pages because the user can view the script. I would use server-side scripting. It's fine for the pop-up box. Question, is the "pop-up box" an alert box or is it styled and everything? Just asking because most people hate alert boxes.
  18. espfutbol98

    Mac or PC

    I like windows much more than Mac just because I don't care about Garage Band or anything. When I use a computer, I just want apache to work while I write code and am on Facebook.
  19. espfutbol98

    How to make a page like youtube?

    You should probably make your own server. If you REALLY want your site to be successful, you will need to find some friends that also know what they are doing. For a server, you can start small with an old desktop and find some free Unix (or Windows is fine). Then install Xampp (apache, php...
  20. espfutbol98

    Free software from me

    Could you please get me MS Server 2008. I have a old desktop computer with no OS and I really want to make it a web server. I want to have ASP.NET applications along with my site already in php and I hear MS Server 2008 is perfect for that.
Top