Neva had this BUG Oo

Results 1 to 23 of 23
  1. #1
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Neva had this BUG Oo

    Hey Guys, after long time im back to GunZ Developing ;)

    Now i started to setting up the IjjI Web on my Deti..

    I am using xampp.. Apache etc is started and i get this error.

    Parse error: syntax error, unexpected $end in C:\xampp\htdocs\testweb\index.php on line 206



    How to fix that? I never had an error like this..
    Help me please?


  2. #2
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Neva had this BUG Oo

    See line 206 ?

  3. #3
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    Ye its the $ent but i used the OROGINAL one (from release section) so i didnt edit anything.

    I think its something iin my Xampp..


    Any ideas?

  4. #4
    Account Upgraded | Title Enabled! CheckPoint is offline
    MemberRank
    Sep 2009 Join Date
    507Posts

    Re: Neva had this BUG Oo

    Hello,
    X-Weaver's released ijji site should be used with appserv+his patch that is on the tutorial.
    I encountered some problems with setting up his Final Revolution Web 2010 too,and appserv+his patch and modifications solved the problem

    PS:I was also using XAMPP at first for final revolution web 2010,which failed to work.

    Hope it helps :)

  5. #5
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    KK i'm using AppServer now,

    and i get this error:

    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 12


    i configured it rightly, my Register works.

    hmmmm any ideas?

  6. #6
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: Neva had this BUG Oo

    see config.php line 12?
    post post the whole line here

  7. #7
    Account Upgraded | Title Enabled! CheckPoint is offline
    MemberRank
    Sep 2009 Join Date
    507Posts

    Re: Neva had this BUG Oo

    Uncomment the extension line for the mssql dll on php.ini to make connection to fix this error.
    It should look like this:
    ;extension=php_mssql.dll
    remove the ; so it looks like:
    extension=php_mssql.dll

  8. #8
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    My AppServer just have in Php5:


    php.ini-dist

    and

    php.ini-recommended

    there is no normal php.ini

    So what can i do?

  9. #9
    Account Upgraded | Title Enabled! CheckPoint is offline
    MemberRank
    Sep 2009 Join Date
    507Posts

    Re: Neva had this BUG Oo

    rename php.ini-recommended to php.ini and edit it from there.Also edit your php.ini located in the WINDOWS folder.

  10. #10
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    tried this, still same error.

    btw. its a Deticated Server...

    Error:
    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 12


    config.php is setted rightly.

  11. #11
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    Sorry for D-Posting but no ideas?

  12. #12
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: Neva had this BUG Oo

    dedicated server or not will not matter
    try posting your config.pho so we can see what is wrong?
    its obviously config.php that has an error

  13. #13
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    I already tried using the "original" config.php and edited the

    DBName
    DBHost etc..

    and still the same error...

    This is really annoying...

    Its maybe because of my AppServer (Apache) or something else..

    hmm.. I really need help QQ :P

  14. #14
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: Neva had this BUG Oo

    perhaps its a php function error that you didnt close line 12 or opened it propperly

  15. #15
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    Quote Originally Posted by stealhtfire View Post
    perhaps its a php function error that you didnt close line 12 or opened it propperly


    Well i tryed now xampp and it works fine expcet this..

    Parse error: syntax error, unexpected $end in C:\xampp\htdocs\index.php on line 205


    Does this web needs MySql?

    Because i didnt install it with xampp i use MYSql seperatly--

  16. #16
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: Neva had this BUG Oo

    just post the index.php here between [code] tags
    mask out some things if they are there, passwords ect
    we cant realy help if we cant see the exact line ... its just guesing like this lol

  17. #17
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    Dude, it is the Original one from the IjjI Webpage in the release section.

    It cant be wrong..


    I dont know what could be wrong.

  18. #18
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: Neva had this BUG Oo

    you mean the 1 from x-weaver?

  19. #19
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Neva had this BUG Oo

    Appserv, go to

    start>run>php.ini

    enter..

    Ctrl F type Mssql

    remove the ;

  20. #20
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    Quote Originally Posted by stealhtfire View Post
    you mean the 1 from x-weaver?
    Yes i do
    Quote Originally Posted by forean View Post
    Appserv, go to

    start>run>php.ini

    enter..

    Ctrl F type Mssql

    remove the ;
    Already did it.

  21. #21
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: Neva had this BUG Oo


  22. #22
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: Neva had this BUG Oo

    Tried it already..

  23. #23
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: Neva had this BUG Oo

    thought so ... x-weavers website has weak spots in it .. easy to exploit them, unless he fixed those and re-posted the fixed files
    looks like a simple start or ending error of line 205 being wrong, like a missing ; somewhere



Advertisement