Jump to content

nicocampa

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by nicocampa

  1. Dear, i don't know if i did pick the right forum...if not, I'm sorry! I was looking for a script to implement my website of a visitor information who allow me to know for each visitor, ip, screen res, reference, and the path of the pages he looked in my website. I found some really good in asp, but i have a linux web host and asp is not supported. thanks!
  2. I mean that i get a page (install.php) which i can see a "Install now" link. If i click it the page turn into a install.php?install=1 but nothing change from the previous screen and the db seems empty as before. I know its old. I looked for others but this was the only one fitting with my need. Im gonna look better for another choice! thanks for the help!
  3. Hi, I'm trying to install this http://www.bramstart.be/ibwds/?script=news1.1 Even if i use Mamp (mac) or my website (both with CORRECT config information), the system brings me to a page "install.php?install=1" but nothing happen. Any guess on this? So i found in one of my old website where i had the same script. I duplicate the db tables and i duplicate all the files in my new ftp, just after having that updated with the new sql details. when i try to login i have this error message: Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /web/htdocs/www.xxxx.net/xxxx/xxxx/xxxx/xxxx/admin/admin.php on line 13 The text around is ------- <? /*###############################################################*\ ## iBWd News 1.1b ## ## http://bramstart.be/ibwds ## ## ## */###############################################################*\ require("config.php"); $query = "SELECT * FROM $table_users"; $result = mysql_query($query); list($col1) = mysql_fetch_row($result); if($col1==""){ $adm = 1; } unset($query); unset($result); if($adm != "1"){ require("access.php"); if($status == "MOD"){ exit; } } ----------------- any ideas? thanks!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.