Search found 252 matches

by jewles
Mon Dec 03, 2007 5:00 am
Forum: Unreal 3.2 Support
Topic: Remote includes
Replies: 2
Views: 1917

Re: Remote includes

I just finished updating my curl script again... i only recently notice it was broken.... read http://forums.unrealircd.com/viewtopic.php?f=3&t=353 on how to download, install, and configure curl+ares
by jewles
Sun Apr 08, 2007 2:28 am
Forum: Unreal 3.2 Support
Topic: remote includes
Replies: 2
Views: 1936

you need to compile curl and c-ares, then enable the remote include function on each server. after that, you need to move whichever files you want included to each server to a public ftp or www server. and then write a include line in the configuration file of each server.... http://mydomain.tld/myf...
by jewles
Tue Apr 25, 2006 2:28 pm
Forum: General chat
Topic: Windows, Unix, Linux ROUND 2!
Replies: 14
Views: 8763

Lets See... I have a lot of practice running several different OS's and distro. Currently (workstation = winxp pro) (servers = freebsd/UNIX and one or two linux boxes out of my hands control over) Of course it all depends on the use of the machine in order for me to determine the boxes use. Planning...
by jewles
Tue Apr 25, 2006 2:17 pm
Forum: Unreal 3.2 Modules
Topic: Protect Opers?
Replies: 9
Views: 5796

why on earth would you have opers who abuse their powers? Doesn't make sense to me... Of course you can find modules on http://www.angrywolf.org. I know there is a oper protect module there.
by jewles
Tue Apr 25, 2006 2:15 pm
Forum: Unreal 3.2 Support
Topic: Redirect traffic to random leaf
Replies: 5
Views: 2360

Frozen: Jason told you to check the class:: block, and i'd check the allow:: block for the answers you seek. I suggest you do that before posting next. I'll even elimitate all the work for you and give you a direct link. Allow :: Block.
by jewles
Thu Apr 20, 2006 10:27 pm
Forum: Unreal 3.2 Support
Topic: Link problem
Replies: 3
Views: 2504

Looks like a port problem. Check ports!

I figured since there is a duplicated port i can duplicate the support.
by jewles
Fri Mar 17, 2006 3:24 am
Forum: Unreal 3.2 Support
Topic: Error installing curl\c-ares with ./curlinstall
Replies: 3
Views: 2946

you can manually download the script

http://www.fbsd-dev.org/cgi-bin/cvsweb. ... ion%2Fx-sh

once you do upload it to the server and then

$ chmod +x curlinstall.sh
$ sh curlinstall.sh
by jewles
Fri Mar 10, 2006 7:04 am
Forum: Unreal 3.2 Support
Topic: Error installing curl\c-ares with ./curlinstall
Replies: 3
Views: 2946

If you want there is a auto install script for curl...


http://forums.unrealircd.com/viewtopic.php?t=353
by jewles
Thu Feb 02, 2006 10:16 pm
Forum: General chat
Topic: Suggestion.
Replies: 6
Views: 5299

I can only imagine you are talking about http://www.unrealircd.com ?
by jewles
Tue Jan 24, 2006 4:41 am
Forum: General chat
Topic: Windows, Unix, or Linux?
Replies: 28
Views: 14109

I agree with Syzop... It depends... I use windows for a desktop... I use FreeBSD for development and for hosting. Linux isn't as bad as i always make it out to be. But FreeBSD, is very simplistic in a complicated way. (If that makes sense) Taking something like the port system for example. i'm sure ...
by jewles
Tue Jan 03, 2006 4:24 am
Forum: Unreal 3.2 Support
Topic: curlinstall.sh on Linux 2.6.8 (Debian 3.0)
Replies: 1
Views: 1339

the first bug was fixed.

the reason for checking gmake is becasue on all nix* systems i've tested the script on which is everything except for debian.

gmake is required. if you don't compile with gmake and make you get errors during compiling.

I AM TESTING SCRIPT AGAIN
by jewles
Sat Dec 31, 2005 7:56 am
Forum: Unreal 3.2 Support
Topic: Rehash all leafs
Replies: 9
Views: 3598

Hey everyone Stealth Rocks for writing the rehashall script!!

:)
by jewles
Fri Dec 30, 2005 2:10 pm
Forum: Unreal 3.2 Support
Topic: Remote include fail: No file.., ./curl gets file w/o problem
Replies: 4
Views: 2261

when you compiled unreal did you compile the curl install path as /home/USER/curl or /home/USER/curl/bin/curl ?? (I'm not even sure weather or not ./Config in unreal would even let you.) but just wondering... Out side of it being a faulty compile. I'm finding it hard to come up with possibilities to...
by jewles
Thu Dec 29, 2005 2:47 pm
Forum: Unreal 3.2 Support
Topic: Remote include fail: No file.., ./curl gets file w/o problem
Replies: 4
Views: 2261

Okay. What Operating System are you using? I haven't has any errors on compile or running unreal. I am testing it right now and will recheck the script against the older versions. Thank you for letting me know. [ UPDATED POST ] I ran both the stable and the latest version of the script and didn't ha...
by jewles
Wed Dec 28, 2005 5:14 am
Forum: Unreal 3.2 Support
Topic: Rehash all leafs
Replies: 9
Views: 3598

JUST BECAUSE IT'S MY TOPIC alias allrehash { set %rehash on map } raw 006:*:{ if (%rehash) { if (. isin $3) { rehash $right($3,-2) } elseif ($left($2,1) == `) { rehash $right($2,-2) } elseif ($left($2,1) == $chr(124)) { rehash $right($2,-2) } else { rehash $2 } } } raw 007:*:{ unset %rehash }