IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   IRCServices (https://www.ircforumlari.net/ircservices/)
-   -   RuLzzServices (https://www.ircforumlari.net/ircservices/345200-rulzzservices.html)

Jonathan 24 Temmuz 2010 14:13

Cevap: RuLzzServices
 
Hayırlı olsun bakalım :)

poGo 24 Temmuz 2010 14:14

Cevap: RuLzzServices
 
İbrahim bey mükemmel çalışma :)

ref 24 Temmuz 2010 17:55

Cevap: RuLzzServices
 
sendmail destegi olmayan sunucularda ,sanirim kurulumda ./ircservices ile başlat komutu verdiginde başlamiyor eger log dosyasinda main.so ile ilgili bir hata alirsaniz yapmaniz gereken olay,

modules/nickserv/main.c içine girip alttaki satiri bulup silmeniz,

PHP- Kodu:

sendmail(ibosubjectbody); 

daha sonra ana dizinde make çekip , çalıştırabilirsiniz , kolay gelsin ..

paLe 24 Temmuz 2010 22:08

Cevap: RuLzzServices
 
bence mükemmel olmuş, tebrikler

toXic 25 Temmuz 2010 18:30

Cevap: RuLzzServices
 
Bazilari yapar, bazilari bakar. ,)

uMut 25 Temmuz 2010 19:51

Cevap: RuLzzServices
 
ibo bi dahaki sefere dosyayı rar la foruma koy ya da msn den at öle okiym bu ne olm :)

ama bizim proje yi de aktif edelim artıkın..

toXic 26 Temmuz 2010 10:02

Cevap: RuLzzServices
 
önce bi sirv db'leri ircservices'e çevirelimde. :p Bi yolunu buluruz ,)

Supernova 27 Temmuz 2010 02:36

Cevap: RuLzzServices
 
ibo denemek için kurdum fakat hata veriyor.
[deneme@deneme ~]$ cd RuLzzServices-0.1
[deneme@deneme RuLzzServices-0.1]$ make
make[1]: Entering directory `/home/deneme/RuLzzServices-0.1/modules'
make[2]: Entering directory `/home/deneme/RuLzzServices-0.1/modules/chanserv'
gcc -shared main.o access.o autokick.o check.o set.o util.o -o main.so
/usr/bin/ld: main.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
main.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [main.so] Error 1
make[2]: *** [main.so] Error 2
make[2]: Leaving directory `/home/deneme/RuLzzServices-0.1/modules/chanserv'
make[1]: *** [all-dynamic] Error 2
make[1]: Leaving directory `/home/deneme/RuLzzServices-0.1/modules'
make: *** [modules] Error 2
[deneme@deneme RuLzzServices-0.1]$ make install
make[1]: Entering directory `/home/deneme/RuLzzServices-0.1/modules'
make[2]: Entering directory `/home/deneme/RuLzzServices-0.1/modules/chanserv'
gcc -shared main.o access.o autokick.o check.o set.o util.o -o main.so
/usr/bin/ld: main.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
main.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [main.so] Error 1
make[2]: *** [main.so] Error 2
make[2]: Leaving directory `/home/deneme/RuLzzServices-0.1/modules/chanserv'
make[1]: *** [all-dynamic] Error 2
make[1]: Leaving directory `/home/deneme/RuLzzServices-0.1/modules'
make: *** [modules] Error 2
[deneme@deneme RuLzzServices-0.1]$

toXic 27 Temmuz 2010 10:16

Cevap: RuLzzServices
 
bir library eksikliginden kaynaklanan bir sorun bu. Başka bir yere kurmayi deneyin.

Supernova 27 Temmuz 2010 14:58

Cevap: RuLzzServices
 
Linki yenilermisin İbo birde. wget cekilişinde 0.2 diye cekilior ama tarda 0.1 olarak görünüo modul whois indiremiyoruz rapid 10 indirmeden sonrası için pr istio .

----------

make[1]: Entering directory `/home/ircdost/RuLzzServices-0.1/modules'
make[2]: Entering directory `/home/ircdost/RuLzzServices-0.1/modules/chanserv'
cd ../.. && gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-buil tin-log -I. -c modules/chanserv/main.c -o modules/chanserv/main.o
modules/chanserv/main.c: In function âdo_registerâ:
modules/chanserv/main.c:777: warning: too many arguments for format
modules/chanserv/main.c: In function âdo_infoâ:
modules/chanserv/main.c:1132: warning: too many arguments for format
modules/chanserv/main.c:1134: warning: too many arguments for format
modules/chanserv/main.c:1135: warning: too many arguments for format
modules/chanserv/main.c:1136: warning: too many arguments for format
modules/chanserv/main.c:1137: warning: too many arguments for format
modules/chanserv/main.c:1138: warning: too many arguments for format
touch .stamp
cd ../.. && gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-buil tin-log -I. -c modules/chanserv/access.c -o modules/chanserv/access.o
touch .stamp
cd ../.. && gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-buil tin-log -I. -c modules/chanserv/autokick.c -o modules/chanserv/autokick.o
touch .stamp
cd ../.. && gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-buil tin-log -I. -c modules/chanserv/check.c -o modules/chanserv/check.o
modules/chanserv/check.c: In function âcheck_chan_user_modesâ:
modules/chanserv/check.c:218: warning: too many arguments for format
modules/chanserv/check.c:219: warning: too many arguments for format
modules/chanserv/check.c:220: warning: too many arguments for format
modules/chanserv/check.c:221: warning: too many arguments for format
modules/chanserv/check.c:222: warning: too many arguments for format
touch .stamp


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 00:39.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk