Jump to content

karu

Web Development Lead [WDL]
  • Posts

    1119
  • Joined

  • Donations

    0.00 USD 

Posts posted by karu

  1. [quote name='Darkk' timestamp='1339371291' post='58640']
    Team icons are a global setting.
    The new icons look great on white or black theme.
    [/quote]no, they are not.
    I could give you the link, but only if this post reaches -100 status. So tell your groupies to start down-voting.
  2. [quote name='Kyp' timestamp='1339355124' post='58611']
    Yep, those are the ones I was referring to as well, they look alright on this theme to me. :)
    [/quote]Now I'm confused. Are we talking the same thing here?

    With making new theme available, icons part of the default theme got changed to look exactly like the new theme.
    ... or are you seeing the old icons still?

    White theme and dark theme icons do not mix.
    • Upvote 1
    • Downvote 1
  3. [quote name='Kyp' timestamp='1339346058' post='58604']
    Yeah, they were in the same place. He only changed what they all looked like. They seem normalish in appearance to me on the normal theme.
    [/quote]I mean these icons
    [img]https://forum.enb-emulator.com/public/style_extra/team_icons/team_icons_2012/leaddev.png[/img]

    They bleeding in from new theme.
    • Upvote 1
    • Downvote 1
  4. [quote name='Tienbau' timestamp='1333888764' post='56530']I think it's working for most people (including me) so the root problem is fixed, but while it was happening might have left some people with a corrupted cdata.dat file.[/quote]either cdata.dat is wrong in server (1958682 bytes) or Files.txt for Net7 is wrong (shows cdata as 1958683 bytes)
  5. [quote name='Parasite' timestamp='1331435727' post='55303']The game is fully patched, however, I can not log in. I've read somewhere that you need to create two accounts before you can log in?[/quote]Depends how you count. You need forum account and separate game account. So that does makes it two, but in order to login to game, you only need one game account.

    [quote name='Parasite' timestamp='1331435727' post='55303']I've created and registered on [b][url="https://forum.enb-emulator.com"]https://forum.enb-emulator.com[/url][/b], and when I attempt to create an account from [b][url="http://www.net-7.org/?"]http://www.net-7.org/?[/url][/b] I get redirected to [b][url="https://forum.enb-emulator.com/index.php?app=core&module=global&section=register"]https://forum.enb-emu...ection=register[/url][/b]. Is there some other link that I'm missing??[/quote]Portal uses forum accounts, so if you not logged in, redirecting to forum user registation page is correct.

    [quote name='Parasite' timestamp='1331435727' post='55303']Could this be why I can't login, because my computer is not authenticating correctly??[/quote]Depends on error you receive.
  6. [quote name='STRETTCH' timestamp='1330792136' post='54783']
    still downloads page on net-7.org comes up blank for me
    [/quote]see if direct link works. [url="http://www.net-7.org/downloads.php"]http://www.net-7.org/downloads.php[/url]
  7. [quote name='odin78' timestamp='1330772012' post='54758']
    no - it's not a secret. there i used the "!". sorry for not mention it sooner ;)[/quote]
    Ok tracked it down. IP.Board does some bad voodoo to user input. ! for example gets replaced with ! i.e. something that was put in place after they discovered their code allows html/sql injections.

    I saw 11 substitutes. Dont know about others, but ! in password should work after push.

    [quote name='odin78' timestamp='1330772012' post='54758']
    as the server script interacts with the database it might be possible that special characters (! " % ; etc) are escpaed so it is not possible to inject anything into used sql statements.[/quote]yeah there is too many broken apps like that. they have their sql queries soo messed up that they need to sanitize user input before it goes to db, instead of letting db escape the string once so it's safe to use in query.
  8. [quote name='odin78' timestamp='1330727633' post='54696']hi, as i said - it works now after i rest the password. I really think it was because I had a special char in my old password and amybe this has not been accepted by the login system.[/quote]What special symbol (if it's not a secret)?
  9. [quote name='Shaddex' timestamp='1329743641' post='54072']
    Net-7.org contains a simple Mail client.
    You will need to activate it from the accounts page.
    [/quote]99% of the time when mmo user wants ingame mail... it has nothing to do with letters.
  10. [quote name='JenqDude' timestamp='1329286366' post='53757']I think some people are put off by how complicated it is, that they just skip it, altogether.[/quote]Write the how-to and it becomes walk-in-a-park.

    Take "Call forward" mission for example. It's a joke compared what it was at the time when it was first introduced.
  11. [quote name='Mattsacre' timestamp='1328750554' post='53322']IF there was a up-to-date DB that could confirm that indeed he still did drop it, no matter the rarity, it would be exceedingly nice.[/quote]You can't see what mob drops specific item, but you can (bizarrely) see what items does mob drop.
  12. [quote name='Tienbau' timestamp='1328657225' post='53295']Then, if you're macro-ing you'll probably be picking up the lower level jobs, you'll still get XP but nothing like the actual 'live' players who can pick the highest level ones.[/quote]autonomous macros are picking pretty specific jobs. they click on job, check few parameters from job description (like location name) and then decide if thats the job they after.

    there is two things autonomous bots need[list]
    [*]/starbase reset
    [*]map navs are static
    [/list]
    /starbase reset on macro side is something like
    [code]setmemory bd8860,0
    setmemory bd7ea0,1239513710
    keys /starbase reset{RETURN}
    delay 100[/code]

    map when zoomed out and moved to top-right corner, places all navs where bot expects them.

    so imho:[list]
    [*]scramble or lock down starbase reset memory address
    [*]move jobs to random temporary navs and inject them to player session. modify job description accordingly.
    [/list]
    neither of them should disrupt normal players, but gives headache for botters (until they write a proper bot that is)
  13. [quote name='will' timestamp='1328443382' post='53099']
    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

    I'm assuming this is because the initial post has become too long,as the longer it got the less likely it would go through, until now where it never goes through. [/quote]
    Error 500 means exactly what it says. It's configuration error server side. Probably php crashed or memory limit reached, etc. Precise error is hidden in server logs.

    [quote name='will' timestamp='1328443382' post='53099']Would anyone who knows mind suggesting how I should post this ( multiple posts, multiple threads, etc) to avoid this error.[/quote]Post first few posts as simple *reserved* text. It also improves readability.
  14. At login stage, client opens outgoing connection to sunrise.net-7.org (ip 87.106.131.253) port 443 (https) where it gets some data that it passes to global server (same ip, port 3805). both use encryption.

    You can use wireshark to monitor network and see which server client is contacting.

    You can also check if you can 'login' in the first place by using url
    [CODE]https://87.106.131.253/AuthLogin?username=<username>&password=<password>[/CODE]
    (feel free to replace username and password placeholders with real info, do not paste that url back here)

    You can also use [url="http://technet.microsoft.com/en-us/sysinternals/bb896653"]process explorer[/url] to see command line arguments for proxy and client.
  15. [quote name='Zackman' timestamp='1327870419' post='52679']
    Where this one-cell lifeform come from...i get the IP Ranges quick, just tell me.... :lol:
    [/quote]you cant stop spam using ip filter. thats stupid. they almost never use own computer for it.

    There is stopforumspam.com for that.
×
×
  • Create New...