Str0nd3r 57 Posted July 18, 2016 Alguém arranja source do bin a 100%? :$ Share this post Link to post Share on other sites
ItachiUchiha 51 Posted July 20, 2016 Nas files tem la uma cena que diz panel.sh editas com notpad+++ e metes o teu ip la e salvas das reboot e textas Share this post Link to post Share on other sites
dofuzeiro 3 Posted August 17, 2016 (edited) Vocês estão a conseguir compilar a source? Consigo compilar a parte do game, mas chega na parte da db e dá-me o seguinte erro Aqui está o makefile da db: MAKE = gmake CC = g++ INCDIR = LIBDIR = BINDIR = .. OBJDIR = .obj GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3 | cut -d'.' -f1) BSD_VERSION = $(shell uname -v 2>&1 | cut -d' ' -f2 | cut -d'.' -f1) P4_VERSION = __Kori $(shell if [ ! -d $(OBJDIR) ]; then mkdir $(OBJDIR); fi) TARGET = $(BINDIR)/db_r$(P4_VERSION) CFLAGS = -g -Wall -O2 -pipe -fno-rtti -fno-exceptions -pthread -D_THREAD_SAFE ifeq ($(GCC_VERSION), 4) CFLAGS += -mtune=i686 else CFLAGS += -mcpu=i686 endif # boost INCDIR += -I../../Extern/include LIBDIR += -L../../libthecore/lib -L../../libsql -L../../libpoly -L../../libgame/lib ifeq ($(BSD_VERSION), 7) INCDIR += -I../../libmysql/7.x-5.1.35 LIBDIR += -L../../libmysql/7.x-5.1.35 else INCDIR += -I../../libmysql/5.x-5.1.35 LIBDIR += -L../../libmysql/5.x-5.1.35 endif LIBS = -lthecore -lmysqlclient -lsql -lpoly -lgame -lm -lz SRCS = Config.cpp NetBase.cpp Peer.cpp PeerBase.cpp Main.cpp Lock.cpp DBManager.cpp \ Cache.cpp LoginData.cpp ClientManager.cpp ClientManagerPlayer.cpp ClientManagerLogin.cpp \ ClientManagerBoot.cpp ClientManagerParty.cpp ClientManagerGuild.cpp GuildManager.cpp HB.cpp \ PrivManager.cpp MoneyLog.cpp ItemAwardManager.cpp ClientManagerEventFlag.cpp Marriage.cpp \ Monarch.cpp BlockCountry.cpp ItemIDRangeManager.cpp ClientManagerHorseName.cpp version.cpp \ AuctionManager.cpp ProtoReader.cpp CsvReader.cpp OBJS = $(SRCS:%.cpp=$(OBJDIR)/%.o) default: $(TARGET) $(TARGET): $(OBJS) @echo linking ... @$(CC) $(CFLAGS) $(LIBDIR) $(OBJS) $(LIBS) -o $(TARGET) @touch version.cpp $(OBJDIR)/%.o: %.cpp @echo compile $< @$(CC) $(CFLAGS) $(INCDIR) -c $< -o $@ $(OBJDIR)/version.o: version.cpp @$(CC) $(CFLAGS) -D__USER__=\"$(USER)\" -D__HOSTNAME__=\"$(HOSTNAME)\" -D__PWD__=\"$(PWD)\" -D__P4_VERSION__=\"$(P4_VERSION)\" -c $< -o $@ @echo compile $< $(OBJDIR): @mkdir $(OBJDIR) clean: @rm -f $(OBJS) $(BINDIR)/db_r* dep: @touch Depend makedepend -fDepend $(INCDIR) -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -p$(OBJDIR)/ $(SRCS) 2> /dev/null sinclude Depend Edited August 17, 2016 by dofuzeiro (see edit history) Share this post Link to post Share on other sites
vms2100 3 Posted August 22, 2016 Alguem me pode dizer o/os codigos pa o server iniciar normalmene seria o ./start mas neste n funcioana pff help 1 Portugapt reacted to this Share this post Link to post Share on other sites
unkzinho 16 Posted August 23, 2016 Alguem me pode dizer o/os codigos pa o server iniciar normalmene seria o ./start mas neste n funcioana pff help upup Share this post Link to post Share on other sites
Kyo 0 Posted August 26, 2016 Alquém sabe a PW do mysql? sff diga aí... Share this post Link to post Share on other sites
Xxtreme 0 Posted August 27, 2016 upup Alguem me pode dizer o/os codigos pa o server iniciar normalmene seria o ./start mas neste n funcioana pff help Primeiro tens de fazer cd /usr/home/game2 e depois && sh panel.sh Espero ter ajudado. Share this post Link to post Share on other sites
Tarata 72 Posted November 14, 2016 Alguem me pode fazer upload do vdi das files ou outro que contenha a source mas que não meta no mega? Visto que agora o mega tem tráfego e não me deixa concluir download! Agradeço imenso! Cumps Share this post Link to post Share on other sites
Tarata 72 Posted November 15, 2016 Em 14/11/2016 at 10:30, мαя¢σs ๖ۣۣۜDaniel disse: Alguem me pode fazer upload do vdi das files ou outro que contenha a source mas que não meta no mega? Visto que agora o mega tem tráfego e não me deixa concluir download! Agradeço imenso! Cumps Share this post Link to post Share on other sites
Tarata 72 Posted December 22, 2016 Em 15/11/2016 at 15:16, мαя¢σs ๖ۣۣۜDaniel disse: Share this post Link to post Share on other sites
ElPotato 4 Posted January 5, 2017 Para remover isso , tenho que ter a source ou e algo contido em formato .py no client esta contido na maquina ? Share this post Link to post Share on other sites
nephandi15 0 Posted January 11, 2017 Poderiam postar novamente? Share this post Link to post Share on other sites
Honeybear 643 Posted July 21, 2017 Tópico Fechado Links Off (Ficará assim durante 10 dias) Se alguém tiver os links em questão para dar upload novamente que envie MP para mim! Cumprimentos. Share this post Link to post Share on other sites