Little help will be appreciate it!!! XD luv you guyz

Results 1 to 14 of 14
  1. #1
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    Little help will be appreciate it!!! XD luv you guyz

    PHP Code:
    Unterminated comment starting line 32 in C:\AppServ\www\include\config.php on line 32

    Warning
    session_start() [function.session-start]: Cannot send session cache limiter headers already sent (output started at C:\AppServ\www\include\config.php:32in C:\AppServ\www\include\config.php on line 2


    Also these Warning
    mssql_query() [function.mssql-query]: messageInvalid object name 'Web_FNews'. (severity 16in C:\AppServ\www\templates\template_default.php on line 13

    Warning
    mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\templates\template_default.php on line 13

    Warning
    mssql_fetch_row(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\www\templates\template_default.php on line 14 
    ]

    And how can i fix my clan uploading issue it gives me this


    Uploaded with ImageShack.us


  2. #2
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    What web are you using?

  3. #3
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Quote Originally Posted by Patrick2607 View Post
    What web are you using?
    Judging by the title, a dating website for non-straight people.

  4. #4
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Old web release by me, I assume.
    You probably fucked something up in the config file.

  5. #5
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Old F-Gunz web, how can i fix these messages? registering etc are working fine for me, except for few things like caln emblem and such How can i fix? Where do i putt my forum link can't locate the location.



    LMAO YOU WERE RIGHT I FUCKED SOMETHING UP IN php before, Can you still tell me where i insert my forum link, and fix the clan emblem issue. thanks in advance.
    Last edited by afnan123; 09-07-13 at 10:55 PM.

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

    Re: Little help will be appreciate it!!! XD luv you guyz

    Just post your codes that the errors are from.

  7. #7
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Doesn't give me any errors, Just when i uplaod clan emblems says succesfu, idk what i am doing wrong o.O

  8. #8
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Post your config.php in [code] tags.

  9. #9
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Quote Originally Posted by Anju View Post
    Post your config.php in [code] tags.
    <?php
    session_start();
    require('class_sqlfunctions.php');

    /**********************************
    | @author SuperWaffle. |
    | Fill in the correct info below. |
    *********************************/
    class connect
    {
    var $host = "smallpenixEXPRESS"; // Host, usually PCNAME\SQLEXPRESS
    var $user = "sa"; // Username is usually empty.
    var $pass = "uglyface"; // Password is usually empty.
    var $dbn = "GunzDB3"; // Database name is most likely GunzDB.

    public function __construct()
    {
    $con = mssql_connect($this->host, $this->user, $this->pass) or die("<center><font color='red'>Failed to connect to the database!</font></center>");
    mssql_select_db($this->dbn, $con) or die("<center><font color='red'>Failed to select the database!</font></center>");
    }
    }
    new connect();


    /*** The name of your server.
    This will show up in the title and on every page H1. ***/
    $gunzname = "Gunz The Last Duel";

    /*** Location of your emblem folder.
    Example: http://gunz.com/emblem = emblem ***/
    $emblemfolder = "emblem";

    /*** Define the account name(s) of the admin(s) here, seperate with ,"this"
    Those will have access to the manage updates, manage events, item shop and IP Ban functions. ***/




    Shouldn't i put like wlan ip after after where it says: new connect(); ? idk how to plz help xd its giving me dumb errors again


    here they are

    art() [function.session-start]: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2


    Warning: Unknown: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Users/ADMINI~1/AppData/Local/Temp/2) in Unknown on line 0

    Dave you slut help xd its your old FGunz site

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

    Re: Little help will be appreciate it!!! XD luv you guyz

    Quote Originally Posted by afnan123 View Post
    <?php
    session_start();
    require('class_sqlfunctions.php');

    /**********************************
    | @author SuperWaffle. |
    | Fill in the correct info below. |
    *********************************/
    class connect
    {
    var $host = "smallpenixEXPRESS"; // Host, usually PCNAME\SQLEXPRESS
    var $user = "sa"; // Username is usually empty.
    var $pass = "uglyface"; // Password is usually empty.
    var $dbn = "GunzDB3"; // Database name is most likely GunzDB.

    public function __construct()
    {
    $con = mssql_connect($this->host, $this->user, $this->pass) or die("<center><font color='red'>Failed to connect to the database!</font></center>");
    mssql_select_db($this->dbn, $con) or die("<center><font color='red'>Failed to select the database!</font></center>");
    }
    }
    new connect();


    /*** The name of your server.
    This will show up in the title and on every page H1. ***/
    $gunzname = "Gunz The Last Duel";

    /*** Location of your emblem folder.
    Example: Gunz.com = emblem ***/
    $emblemfolder = "emblem";

    /*** Define the account name(s) of the admin(s) here, seperate with ,"this"
    Those will have access to the manage updates, manage events, item shop and IP Ban functions. ***/




    Shouldn't i put like wlan ip after after where it says: new connect(); ? idk how to plz help xd its giving me dumb errors again


    here they are

    art() [function.session-start]: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2


    Warning: Unknown: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Users/ADMINI~1/AppData/Local/Temp/2) in Unknown on line 0

    Dave you slut help xd its your old FGunz site


    pen(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2


    Warning: Unknown: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Users/ADMINI~1/AppData/Local/Temp/2) in Unknown on line 0


    The last errors are easy.

    Open
    C:/Users/ADMINI~1/AppData/Local/Temp/ and create directory "2" without quotes.

  11. #11
    Proficient Member afnan123 is offline
    MemberRank
    May 2012 Join Date
    Brooklyn, New YLocation
    161Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Quote Originally Posted by Forean View Post
    pen(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\include\config.php:2) in C:\AppServ\www\include\config.php on line 2


    Warning: Unknown: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/Users/ADMINI~1/AppData/Local/Temp/2) in Unknown on line 0


    The last errors are easy.

    Open
    C:/Users/ADMINI~1/AppData/Local/Temp/ and create directory "2" without quotes.
    Do you have skype? I am new to these whole things, then perhaps you can teamview with me if it's okay with you,

  12. #12
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Code:
    Warning: Unknown: open(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    Code:
    pen(C:/Users/ADMINI~1/AppData/Local/Temp/2\sess_8dacb108be0236193d5b7431b7fdad77, O_RDWR) failed: No such file or directory (2) in C:\AppServ\www\include\config.php on line 2
    It looks like you would have to re-install whatever web host service you have. It happened to me when I was using AppServ, but after I re-installed, it doesn't show the same error or a similar error again. Not sure if this is the same thing happening to you. But I could most likely be wrong.

    For some reason, line two is the 'session_start();'. I wonder what is interfering with it.

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

    Re: Little help will be appreciate it!!! XD luv you guyz

    Could always just go create the folder specified?

  14. #14
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Little help will be appreciate it!!! XD luv you guyz

    Ive fixed it for him, all he needed was a VPS restart, his host is really bad.



Advertisement