Recent content by samurai1993

  1. samurai1993

    help with php script

    I am programming a simple forum script (yes, I know, there is a lot of open source scripts in the web) and I started with the users system (registry of users and login) For security, I am using sha256 to encript the password, in two pass: 1) In one file I have the Salt text, encripted in md5...
  2. samurai1993

    how can i add corporate hosting ads in wordpress

    I am trying to put the corporate hosting ads (the 468 x 60 banner) I tried putting the php code in the header file: <? include("http://staff.x10hosting.com/adCode.php?ad=corporate"); ?> but when I save the changes and refresh the blog, i get the next error: Warning: include()...
Top