Jump to content

karu

Web Development Lead [WDL]
  • Posts

    1117
  • Joined

  • Donations

    0.00 USD 

Everything posted by karu

  1. it's true that if you want to generate your char sig, then you should use that char id, but you dont have to ;-) btw, http://sigs.net-7.org/siggen.php?id=1501&bg=4 should just give the damn sig and be used in bbcode directly
  2. last i checked you didnt even need to be logged on for update.
  3. shortening javascript to java is same as writing care instead of carebear. it just does not make sence
  4. npc should keep all that crap that players are selling to them and just hire another npc that sells the crap back to players with higher markup (high enough to not to discourage WTS/WTB spam or chat will dry up)
  5. nStartID=listFrom.options(listFrom.selectedIndex).value; should be nStartID=listFrom.options[listFrom.selectedIndex].value; options is array, not function. there is many places where this needs the be changed edit: i'm no javascript expect, but common practise is to use var listFrom=document.getElementById('listFrom'); before you use it. I see you using <select id=listFrom> (w/o quotes, right way would be <select id="listFrom">) so listFrom is automatically linked to that object. i call it a fluke unless you can point me some sources that explain it.
  6. unpack the install package. probably .deb from http://wine.budgetdedicated.com/archive/index.html you can use mc, archive manager or simply 'dpkg -x wine_1.1.34~winehq0~ubuntu~9.04-0ubuntu1_i386.deb ~/bin/wine-enb' from term window (for that deb, you need to change '/usr/local/' to just '/usr' in script i posted)
  7. that only one definition. and yes, there is KS in EnB. general rule is that whoever does damage first deserves the kill. like one player is engaged with mob/boss and next group comes along and out shoots the first. now if two people/groups are in one spawn and they kind of see spawn and engage in the same time so it's difficult to know which one 'deserves' it, only then 'bigger gun wins' and there was no KS. and only then. ... and thats why i fly 6 PW's fully turbo'd when camping boss.ps!. waznt me ;-)
  8. place wine-1.1.34 under $HOME/bin/wine-enb or something. adjust paths in script below. #!/bin/sh trap "xset r; exit" INT TERM EXIT WINEPATH=$HOME/bin/wine-enb export PATH=$WINEPATH/usr/local/bin:$PATH export LD_LIBRARY_PATH=$WINEPATH/usr/local/lib:$LD_LIBRARY_PATH export WINEPREFIX=$HOME/.wine-enb cd $WINEPREFIX/drive_c/NET7/bin xset -r $WINEPATH/usr/local/bin/wine explorer.exe /desktop=enb,1680x1050 LaunchNet7.exe you of-course need to install gdiplus, vcrun2008sp1, mono24 (or whatever those were) under new WINEPREFIX
  9. the reason linux/wine does not work out of the box, is that play.net-7.net is using invalid certificate. previously it was expired, now it's for local.net-7.org domain, but used on play.net-7.org. to op: downgrade to wine 1.1.34.
  10. use php hash/sha1 etc function to generate random per character API key that you store in database. simple and as secure as it gets. to keep db access minimum, cache the result in file or even in database if you want as one query to db is probably neccessary (unless hash=cache file name) and you may aswell pull the cached data.
  11. Character creator needs registry key [HKEY_LOCAL_MACHINE\\Software\\Westwood Studios\\Earth and Beyond\\Character and Starship Creator] to exist or it does not save characters.
  12. just let user upload their avatar image (from ig target window) as a... err temporal solution until server side 3d render is possible ;-)
  13. could you please kick that monkey who put local.net-7.org certificate to https://play.net-7.org/ site and then kick him/her even harder so maybe he/she drops certificate for www.net-7.org as passwords currently are sended in clear text.
  14. how does keeping db content private stops cheaters ? all the db gives is access to game content without actually playing the game (figuring out navs, spawn, npc's etc)
  15. get net2proxy sources, change the global variables to per-connection variables, recompile and run as many clients from one pc as you want ;-)
  16. exactly. to put it in perspective, if devs going to nerf multi-box'ing, then they really are nerfing grouping. game gives all these toys for grouping and so makes it easy to multi-box.macroing.. well, combat assist/heal bot/auto looter/faction grind/autopilot all are here to stay (gl nerfing them ;-) probably even those rumoured dynamic trade run/jobs can be macroed. i dont macro (yet hehe). i'm more interested on the possibility and figuring out how to do it. .. and there is lot of possibilities unfortunately.
  17. seems that wine-1.1.34 is last that allows expired ssl certificates.
  18. update: this is strange.... copied EnB to other computer (ubunty/jaunty/32bit, wine 1.0.1) and it just works (LaunchNet7.exe does not work even with mono installed, but launching proxy directly works). no extra ssl files (strace shows them missing), no turning back time.
  19. if the system date is set back to aug/09 before cert expired and the files are in right place, then no idea whats happening. (you can use strace to see what files ssl is accessing/missing) i use wine from git btw, maybe thats how it works for me
  20. right... drop these two files to /etc/ssl/certs (or /usr/lib/ssl/certs) remove .txt extension .. or search net for these filenames and use those. should work after that 207df74d.0.txt ff783690.0.txt
  21. i too play from linux and opened similar thread https://enb-emulator.com/index.php?/topic/381-playnet-7org-ssl-certificate/ try to turn back the clock ;-)
  22. play.net-7.org ssl certificate expired on 08/19/2009 23:59:59 GMT could it be fixed ? it creates a few problems under linux/wine ;-)
×
×
  • Create New...