<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.82.179.128</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.82.179.128"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/217.82.179.128"/>
		<updated>2026-04-05T19:47:40Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Geaiez</id>
		<title>Geaiez</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Geaiez"/>
				<updated>2004-10-29T23:07:28Z</updated>
		
		<summary type="html">&lt;p&gt;217.82.179.128: &amp;quot;copyrighted&amp;quot; is misleading, as nearly everything is copyrighted, especially copyleft-stuff (which is free to share)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Geaiez is known to be a [[client]] which repeteadly requests for you shared files list. It has been often rumoured to be a [http://www.riaa.com/default.asp RIAA]/[http://www.mpaa.org MPAA]/[http://www.cia.gov CIA]/[http://www.fbi.gov FBI] [[client]] trying to get (illegally) a list of illegally shared files and the [http://www.ietf.org/rfc/rfc0791.txt IP]s of the people shareing them.&lt;br /&gt;
&lt;br /&gt;
In fact, it has been concluded that is false. Or at least not absolutely true.&lt;br /&gt;
&lt;br /&gt;
It seems that [http://www.morpheus.com Morpheus] [[client]]s, based on [[mlDonkey]], instead of generating a random 6 characters long username by default, it uses a specific username as default (just as [[aMule] uses ''http://www.amule.org'' or [[eMule]] uses ''http://emule-project.net'') which is (guess what?) '''geaiez'''. Not only that, but also, [[mlDonkey]] [[client]]s apparently request for all shared files to all those [[client]]s they connect to.&lt;br /&gt;
&lt;br /&gt;
So, what seems to be like a single [[client]] requesting repeatedly for your shared files list, is in fact many [[client]]s requesting for your shared files list every time they connect to you.&lt;br /&gt;
&lt;br /&gt;
Anyway, allthough there are no proves which lead to assure there is some government behind those [[client]]s, you should keep your eyes wide-open: don't allow other [[client]]s to get a list of your shared files if you have anything private being shared (we already assume you do '''not''' share stuff your are not allowed to share!).&lt;/div&gt;</summary>
		<author><name>217.82.179.128</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Using_another_wxinstall</id>
		<title>Using another wxinstall</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Using_another_wxinstall"/>
				<updated>2004-10-29T22:51:48Z</updated>
		
		<summary type="html">&lt;p&gt;217.82.179.128: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If there's already a version of [[wxWidgets]] installed, but you want [[aMule]] to use another (probably newer) one, here are the steps to follow:&lt;br /&gt;
&lt;br /&gt;
First, create the target directory, where [[wxWidgets]] and [[aMule]] will reside (they don't need to be in the same dir, but it makes life easier). Then configure [[wxWidgets]] and [[aMule]] accordingly (assuming [[wxWidgets]] 2.5.3 and current (=&amp;gt;rc7) aMule).&lt;br /&gt;
&lt;br /&gt;
in [[wxWidgets]] source dir (don't forget to install the patch!):&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir ~/aMule&lt;br /&gt;
./configure --prefix=~/aMule --disable-gtk2 --with-gtk --enable-debug --enable-debug_gdb&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
In [[aMule]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=~/aMule/lib:$LD_LIBRARY_PATH&lt;br /&gt;
./configure --prefix=~/aMule/ --enable-debug --with-wx-prefix=~/aMule --with-wx-config=~/aMule/bin/wx-config&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
To start [[aMule]], you need to explicitely specifiy the LD path each time you run it:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=~/aMule/lib:$LD_LIBRARY_PATH&lt;br /&gt;
export LC_ALL=en_EN.UTF-8&lt;br /&gt;
gdb ~/aMule/bin/amule&lt;br /&gt;
gdb&amp;gt;handle SIGPIPE nostop noprint pass&lt;br /&gt;
gdb&amp;gt;handle SIG32 nostop noprint pass&lt;br /&gt;
gdb&amp;gt;set height 0&lt;br /&gt;
gdb&amp;gt;run&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
After aMule crashed, generate a backtrace and post it in the aMule forum:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
&lt;br /&gt;
gdb&amp;gt;bt&lt;br /&gt;
gdb&amp;gt;bt full&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;/div&gt;</summary>
		<author><name>217.82.179.128</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Using_another_wxinstall</id>
		<title>Using another wxinstall</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Using_another_wxinstall"/>
				<updated>2004-08-16T19:56:31Z</updated>
		
		<summary type="html">&lt;p&gt;217.82.179.128: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If there's already a version of [[wxWidgets]] installed, but you want [[aMule]] to use another (probably newer) one, here are the steps to follow:&lt;br /&gt;
&lt;br /&gt;
First, create the target directory, where [[wxWidgets]] and [[aMule]] will reside (they don't need to be in the same dir, but it makes life easier). nb: If you use the recommened /home/muli, you will most probably need root rights for that, everything else is done as regular user (remember: NEVER work as root!). Then configure [[wxWidgets]] and [[aMule]] accordingly (assuming [[wxWidgets]] 2.5.2 and current (=&amp;gt;20040801) [[aMule CVS]]).&lt;br /&gt;
&lt;br /&gt;
in [[wxWidgets]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /home/muli/BUILD&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --enable-unicode --enable-gtk2&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
In [[aMule]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --enable-debug --with-wx-prefix=/home/muli/BUILD --with-wx-config=/home/muli/BUILD/bin/wxgtk2u-2.5-config&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
To start [[aMule]], you need to explicitely specifiy the LD path each time you run it:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
export LC_ALL=en_EN.UTF-8&lt;br /&gt;
gdb /home/muli/BUILD/bin/amule&lt;br /&gt;
gdb&amp;gt;handle SIGPIPE nostop noprint pass&lt;br /&gt;
gdb&amp;gt;handle SIG32 nostop noprint pass&lt;br /&gt;
gdb&amp;gt;run&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;/div&gt;</summary>
		<author><name>217.82.179.128</name></author>	</entry>

	</feed>