Search results

  1. espfutbol98

    Help with photoshop graphic

    I'm working on a header image for my site and the text comes out blocky while the logo doesn't (I sampled from somewhere else). I've read about eight different sites and they all say the same thing and I follow the instructions to the letter but still, it doesn't come out right. I have a...
  2. espfutbol98

    How did they do this?

    I was just surfing and I found this website with a green url. The only time I have seen urls change is when you have an expensive ssl certificate but this is not like I have ever seen. I googled it and all I could find was people editing their chrome file. This is obviously on their half. How...
  3. espfutbol98

    Simple PHP question

    I've been working on all this encryption, hashing, and salting but I just noticed that the password is in a $_SESSION in plaintext. Just how safe is this? Should I use some AES-256 so I can retrieve the data or is it fine the way it is?
  4. espfutbol98

    Help Config Apache

    I have downloaded xampp to my XP computer (So I could have SSL and Perl) but I can't seem to set up the connection right. I have another computer that I successfully installed Apache on so I configed it alike but it doesn't work. My ISP blocks port 80 so I switched it to 8080. I set the DMZ on...
  5. espfutbol98

    Nasty viruses

    I have some extremely sophisticated viruses that have downloaded themselves on my computer. Whenever I run my 3rd party anti-spyware, I get a blue shutdown screen. Windows defender cannot update definitions, not even manually. When I go to updated.windows.com or any other anti-virus website, I...
  6. espfutbol98

    SWF help.

    I have a .swf player with a variable to show an image before and after playing a video. For some reason, it is not showing it but when I type the .swf location and variables in the url, it shows it. Embedded player: http://podaci.selfip.org/hr/flvplayer.html File & variables...
  7. espfutbol98

    Redirección a página login con variables

    Primero, estoy aprendiendo español. Voy a hacer lo mejor que puedo pero este es mi segundo año de estudiar soló.:happysad: Este es una traducción de mi ejemplo en inglés aquí. Este tutorial demostra como hacer una redirección a una página login con variables (en este ejemplo, un nombre). No...
  8. espfutbol98

    Review site security

    I was wondering if someone can review my site for me. There are only a few things you should know before hand: Sorry, the navigation is in Croatian. Google site translator works pretty well. The site is not completely finished. A few links don't go anywhere. There is a guest pass that can...
  9. espfutbol98

    Password handling

    I was reading one of my scripts and I found an unfamiliar function. I went to the php manual and it wasn't there either. It is the PASSWORD() function and it works like md5() or sha1() but I don't know how the security compares to other ones. If it is not as secure as others, please recommend me...
  10. espfutbol98

    Login page redirection with variables

    This tutorial will show how to protect a page by redirecting to a login page with a return url and if logging out, will show the username that you logged in with. The return url function is standard in ASP.Net but it took me a while to find it in php. This tutorial will not actually show the...
  11. espfutbol98

    Javascript help

    I am trying to get this little javascript to show an embedded flash movie but I can't get it to work for some reason. I have all of the specific files listed. I have seen it implemented here but I can't get it to show up on my html page. <script type="text/javascript"> <!-- var FO = {...
  12. espfutbol98

    Update Entire SQL Table

    Update SQL Rows via PHP I was wondering how would I echo an entire table with a link on each row to the update page specifically for that row. I can already create a new row, view an entire table, but I have no clue how to do this. If you need any source code, just ask. Thanks for the help.
  13. espfutbol98

    Explain A Javasript

    Could someone please inform me on how this script I found works. I found it on a login page that pops-up and once authenticated, closes and refreshes the page. I'm not sure exactly what it says or how to change it to not use ?sec or &sec but rather just normal page names. <script...
  14. espfutbol98

    PHP MySQL update

    I'm trying to update some info from a php page to a MySQL table. I get the error: Parse error: syntax error, unexpected T_ELSE in page.php on line 41. Even if I troubleshoot, there is always another problem and I'm not to good at PHP. So far the variables are: $username = $_SESSION['user']...
  15. espfutbol98

    Help creating PHP code

    I'm trying to use a script that has usernames, passwords, and ID numbers so when you login, it takes you to your index?[ID number]. I know how to make the id specific page itself (say /123.php) into /index?123 but I don't know how to send just that user there.
Top