clan emblem upload

Results 1 to 17 of 17
  1. #1
    Account Upgraded | Title Enabled! pavan33 is offline
    MemberRank
    Oct 2008 Join Date
    RageZone xDLocation
    289Posts

    clan emblem upload

    Hello guys..
    i am using rotana's emblem uploader.. it uploads to the folder.. it is visble in site.. but i cant see mydocuments/mygunz/emblem.xml.. i mean the ip/upload/blabla.jpg... Help plzz


  2. #2
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: clan emblem upload

    should be because you didn't edit system.xml :

    Code:
    	<EMBLEM_URL>http://wanip</EMBLEM_URL> 
    	<TEMBLEM_URL>http://wanip</TEMBLEM_URL>

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: clan emblem upload

    Quote Originally Posted by lxchadxl View Post
    should be because you didn't edit system.xml :

    Code:
    	<EMBLEM_URL>http://wanip</EMBLEM_URL> 
    	<TEMBLEM_URL>http://wanip</TEMBLEM_URL>
    Wrong.
    It's supposed to be
    Code:
    	<EMBLEM_URL>http://wanip/"Emblem folder name"/</EMBLEM_URL> 
    	<TEMBLEM_URL>http://wanip/"Emblem folder name"/</TEMBLEM_URL>
    [/QUOTE]

  4. #4
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: clan emblem upload

    Quote Originally Posted by phoenix_147 View Post
    Wrong.
    It's supposed to be
    Code:
    	<EMBLEM_URL>http://wanip/"Emblem folder name"/</EMBLEM_URL> 
    	<TEMBLEM_URL>http://wanip/"Emblem folder name"/</TEMBLEM_URL>
    [/QUOTE]

    O. thanks for the correction.
    I just try to help out wherever i can.

  5. #5
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: clan emblem upload

    and in that folder you need to manually setup emblem.xml

  6. #6
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: clan emblem upload

    No. It works automatically. It goes to My Documents/Gunz/Emblem automatically.

  7. #7

    Re: clan emblem upload

    Quote Originally Posted by phoenix_147 View Post
    Wrong.
    It's supposed to be
    Code:
        <EMBLEM_URL>http://wanip/"Emblem folder name"/</EMBLEM_URL> 
        <TEMBLEM_URL>http://wanip/"Emblem folder name"/</TEMBLEM_URL>
    [/QUOTE]

    Not really.

    It depends on the user who configures his/her server.

    Database:
    EmblemUrl: upload/emblem.jpg

    Client:
    system.xml: http://wanip/

    Gunz.exe / theduel.exe would read it as http://wanip/upload/emblem.jpg .

  8. #8
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: clan emblem upload

    no gunz client goes to specified folder looking for emblem.xml which would have the required info(at least thats how i've done it)

  9. #9
    Account Upgraded | Title Enabled! pavan33 is offline
    MemberRank
    Oct 2008 Join Date
    RageZone xDLocation
    289Posts

    Re: clan emblem upload

    so wat should i put in system.mrs.... is it only IP/ or IP/foldername .. :-?

  10. #10
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: clan emblem upload

    Quote Originally Posted by pavan33 View Post
    so wat should i put in system.mrs.... is it only IP/ or IP/foldername .. :-?
    ip/foldername <--- where emblems are uploaded

    or

    site/foldername <---- where emblems are uploaded

    example:
    127.0.0.1/emblem/upload

    or

    www.example.com/emblem/upload/

  11. #11
    Account Upgraded | Title Enabled! pavan33 is offline
    MemberRank
    Oct 2008 Join Date
    RageZone xDLocation
    289Posts

    Re: clan emblem upload

    yea i tried tat but no result.. it wont show in emblem.xml

  12. #12
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: clan emblem upload

    <?xml version="1.0"?>
    <XML>
    <EMBLEM>
    <CLID>1</CLID> <------------------------- Chsnge To Proper Clid
    <URL>http://216.95.37.121/Gunz/Emblem/Upload/200612040731532051.png</URL> <--------------- Change This To Yourinfo
    <CHECKSUM>1</CHECKSUM>
    <TIMELASTUSED>1245621253</TIMELASTUSED>
    </EMBLEM>
    </XML>

    you must have it in your upload folder

  13. #13
    Account Upgraded | Title Enabled! pavan33 is offline
    MemberRank
    Oct 2008 Join Date
    RageZone xDLocation
    289Posts

    Re: clan emblem upload

    ok so the url must be the same .. or the common url .. i mean IP/Emblem/ ... [which should be in emblem folder]..

  14. #14

    Re: clan emblem upload

    Quote Originally Posted by gregon13 View Post
    no gunz client goes to specified folder looking for emblem.xml which would have the required info(at least thats how i've done it)
    Not really.

    It uses the directory in system.xml, and if Gunz detects any clan,
    it requests EmblemUrl from the database, and when the database sends the data to MatchServer, and from MatchServer to Gunz,
    it joins the EMBLEM_URL from system.xml with EmblemUrl. After that, it copies it to emblem.xml, for caching.
    Last edited by Linear88; 03-10-09 at 09:47 AM.

  15. #15
    Account Upgraded | Title Enabled! pavan33 is offline
    MemberRank
    Oct 2008 Join Date
    RageZone xDLocation
    289Posts

    Re: clan emblem upload

    ty anywayz.. T_T but my problem is not solved

  16. #16
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: clan emblem upload

    Quote Originally Posted by Linear88 View Post
    Not really.

    It uses the directory in system.xml, and if Gunz detects any clan,
    it requests EmblemUrl from the database, and when the database sends the data to MatchServer, and from MatchServer to Gunz,
    it joins the EMBLEM_URL from system.xml with EmblemUrl. After that, it copies it to emblem.xml, for caching.
    it never worked like that for me, I always had to use emblem.xml manually :(

    but, it's worth a second shot

  17. #17
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    Re: clan emblem upload

    lxchadxl thanks...
    phoenix_147 thanks...

    my own gunz is working with emblem...
    I am using the WebPages of nolife_x....

    I go to my SQL Server Management Studio Express
    I go to dbo.Clan
    I look the line of Clan Emblem (EmblemURL or MarkWebImg)
    I found my clan emblem uploaded, i saw Emblem/OwnerClan.jpg

    I go system.xml...
    I just edit
    <EMBLEM_URL>http://myIPADDRESS/</EMBLEM_URL>
    <TEMBLEM_URL>http://myIPADDRESS/</TEMBLEM_URL>


    because the Clan Emblem is from http://myIPADDRESS/Emblem/OwnerClan.jpg
    Last edited by cheaterastic; 12-08-10 at 02:39 PM.



Advertisement