how fix it (website)

Results 1 to 23 of 23
  1. #1
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    how fix it (website)



  2. #2
    Unleashed jumparound is offline
    MemberRank
    Feb 2008 Join Date
    UtrechtLocation
    499Posts

    Re: how fix it (website)

    um im not sure, but there should be multiple html or php documents in that map, upload them all not only the index.

  3. #3
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: how fix it (website)

    short tagg open?

  4. #4
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    Quote Originally Posted by eele View Post
    short tagg open?
    short tagg?

  5. #5
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: how fix it (website)

    You know.. By PHP starting with
    <?
    or
    <?php

    <? = a short tag.
    and
    <?php = a normal tag.

    Go to your PHP.ini and set the short tag open.

  6. #6
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)


  7. #7
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: how fix it (website)

    yes i know omfgz. :p Im not that stupid.. Go to your PHP.ini and search: short_open_tag =

    If there stands
    short_open_tag = Off
    Put it On.

    short_open_tag = On

    If it already On dont do anything

  8. #8
    Account Upgraded | Title Enabled! corrado is offline
    MemberRank
    Aug 2008 Join Date
    219Posts

    Re: how fix it (website)

    yes ,
    short_open_tag = On
    not fix XD

  9. #9
    Programming Addict Lambda is offline
    MemberRank
    Sep 2007 Join Date
    SpainLocation
    393Posts

    Re: how fix it (website)

    Quote Originally Posted by corrado View Post
    yes ,
    short_open_tag = On
    not fix XD
    Restart your webserver.

  10. #10
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    Quote Originally Posted by eele View Post
    yes i know omfgz. :p Im not that stupid.. Go to your PHP.ini and search: short_open_tag =

    If there stands
    short_open_tag = Off
    Put it On.

    short_open_tag = On

    If it already On dont do anything
    lol and i have now

    Code:
    Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\site\config.php on line 2
    btw my config is good

    <?
    mssql_connect("EWELA-62571D5C9\SQLEXPRESS","sa","123456");
    mssql_select_db("GunzDB");
    $opened = 1;
    if($opened == 0){
    $pagetitle = "Server in maintenance";
    }
    ?>
    i put on and all orther script dont work IMAO

  11. #11
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: how fix it (website)

    Download http://hylper1.no-ip.org/rz/ntwdblib.dll

    Put in into your Apache Folder and in your PHP folder!!! 2 DIRECTORYS!

  12. #12
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    Quote Originally Posted by eele View Post
    Download http://hylper1.no-ip.org/rz/ntwdblib.dll

    Put in into your Apache Folder and in your PHP folder!!! 2 DIRECTORYS!
    i use Wamp Server

  13. #13
    Account Upgraded | Title Enabled! corrado is offline
    MemberRank
    Aug 2008 Join Date
    219Posts

    Re: how fix it (website)

    Download http://hylper1.no-ip.org/rz/ntwdblib.dll
    and put in C:\wamp\php -.-

  14. #14
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    Quote Originally Posted by corrado View Post
    Download http://hylper1.no-ip.org/rz/ntwdblib.dll
    and put in C:\wamp\php -.-
    omg wamp dont have wamp/php ez.
    wamp/alias
    wamp/help
    wamp/apps
    wamp/bin
    wamp/www
    wamp/lang
    wamp/logs
    wamp/scripts
    wamp/tmp

  15. #15
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: how fix it (website)

    LMAO!!! Find the good ways.. rofl,,, Go find your PHP folder and Apache folder in 1 of the maps i think its in the wamp/bin/ or apps just search in all the maps you must Find it!

  16. #16
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    Quote Originally Posted by eele View Post
    LMAO!!! Find the good ways.. rofl,,, Go find your PHP folder and Apache folder in 1 of the maps i think its in the wamp/bin/ or apps just search in all the maps you must Find it!


    so where now .. i know this is boring

  17. #17
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: how fix it (website)

    lmao? Put your Brains on. Put it in the Map PHP and in the Map Apache.

  18. #18
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    again

  19. #19

    Re: how fix it (website)

    I get the same error as you but I use firefox and get these weird symbols in the empty box instead:

    ";}?>

    EDIT: I edited the short tags thing and now the website can't be seen at all. It's just loading forever.

  20. #20
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: how fix it (website)

    the PHP file for xampp, wamp and others is C:\Program FIles\PHPx.x\
    it should either be just PHP or with the numbers beside it.

  21. #21
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    Quote Originally Posted by wesman2232 View Post
    the PHP file for xampp, wamp and others is C:\Program FIles\PHPx.x\
    it should either be just PHP or with the numbers beside it.
    o rly ? lol

  22. #22
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: how fix it (website)

    put it in all your folders and lets see rofl thats better..

  23. #23
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: how fix it (website)

    topic close. download apache server and work =)
    Last edited by dawidziom12; 10-12-08 at 02:46 PM.



Advertisement