Search results

  1. mfurqanabid

    Need some HTML/CSS help!

    if you want want to remove the border from image change border width to 0 here is example <img src="http://forums.x10hosting.com/programming-help/soruce.png" border="0" /> or if you want border around image than use a:active {} class
  2. mfurqanabid

    Captcha Security Image

    Thanks
  3. mfurqanabid

    mySQL users

    checkout phpbb config files
  4. mfurqanabid

    Captcha Security Image

    Here is the Complete Tutorial to Make Quick Captcha Security Validation within your form. Check it out. Web Developer
  5. mfurqanabid

    GD won't work?

    Here is the Complete Tutorial to make captcha security image.
  6. mfurqanabid

    Multiple date & time support

    Reference 4 your porblem: http://www.php.net/manual/en/function.gmdate.php
  7. mfurqanabid

    Rate my new template

    have seen Good Work but it is a basic template. Try more changes
  8. mfurqanabid

    Login.php

    create a new file name login.php and paste code with out spaces and blanks
  9. mfurqanabid

    SQLYog Connection Error

    Hi Shadow121, Connection with mysql using webyog, if you are using cpanel hosting, go to remote mysql. add % in the textbox and press the add button After use your server ip as server, username, password, db You can also use your cpanel user, password to connect with this server.
  10. mfurqanabid

    login with header("WWW-Authenticate: Basic realm=\"example\"");

    function runHeader(){ header('WWW-Authenticate: Basic realm="Example"'); header('HTTP/1.0 401 Unauthorized'); include("access_denied.php"); die(); } $posFile = $_SERVER['PHP_AUTH_USER'] . ".txt"; if (file_exists("/userfile/" . $posFile)){ $file=fopen($posFile,"r")...
  11. mfurqanabid

    Login.php

    Create a new file name login.php and paste your code in this file. Be sure, no space or any char before or end of the php tags (<?php ?>). Some times some spaces, new line or file takes this problem. Check it. Edit: it is due to some command like header and session cannot start after spacing...
  12. mfurqanabid

    Addon Domain Problem

    Hi, Where my addon domain are gone. i am using mfurqanabid.co.cc as addon domain. but my domain are not attached. it is removed automatically or by your side. Check it out. cpanel username: mfurqan
  13. mfurqanabid

    What would you improve?

    Please enable remote mysql feature..... Please Please Please enable it.....
  14. mfurqanabid

    WHONEEDS ffmpeg

    I need the ffmpeg on my site. How can i get it?
Top