• Welcome to the Digiex Download Center, you are welcome to download anything you like here. No registration is required! Digiex offers direct download links with no captchas or wait times.
    The team do our best to ensure no content infringes copyrights and provide a DMCA Takedown request form to request the removal of content from Digiex.

    Notable sections: Pokemon Archives | Xbox Archives | Xbox 360 Archives

Red Alert 3 BETA [Download, Keys and Information]

okay guys i TOTALLY UNINSTALLED red alert 3 .. cleaned up reg and everything
i set up the server using darkfile's php code with WAMPSERVER... i turned off my net and everything.. i installed and it worked!!! using my personal unlock code of course....
i want someone who i can trust to try it.. ill guide u through the steps
 
Cool man it worked :D:D:D!!!!
Maybe the site admin can try it or another person
and if it is working, somebody can give one key for everybody and we are ready :D
 
i'de be willing to give that one key... but we'll try one of those pirated keys on page 1 first incase the client itself has nothing to do with matching the unlock code with the serial.
 
Ok man, but we can't get the unlock code of the serials in the first page, because if you try them with the html used to get the unlock code you just get an licence not found error in an XML file

Well try it, but it would be ideal to find a person that we can trust to try the method
 
Ok man, but we can't get the unlock code of the serials in the first page, because if you try them with the html used to get the unlock code you just get an licence not found error in an XML file

Well try it, but it would be ideal to find a person that we can trust to try the method
as i said before... using the pirated serials will only work if the client doesn't have anything to do with matching the serial used with the unlock code, it might be the auth server's job to do that, do u get what i mean?
 
Oh I Understand Now XD

EDIT

I Was checking my old pc and im deleting things and try to install the game with a page 1 serial, try the method and see what happens, in that PC i've never installed RA3 Beta :)
 
okay cool, good luck then... make sure u disconnect your internet.
And if it doesn't work try your own key, while having the unlock code in ur php server just to confirm... bcz i might of missed to delete something from my reg before i reinstalled
 
Yeah I'll do that :)

EDIT:

Now installing the game, this'll take a while, my pc is veeery old xD
Update, I get an error when trying to run the game without being connected to internet :S
I use a Router to connect, so I just have to connect the cable to the computer and ready
So i don't know if I configured hosts wrong (Can you please post your hosts configuration here?)
Thanks
 
well i done as you asked in previous posts
127.0.0.1 https://proxy.novafusion.ea.com/drm/license
i used Wampserver 2.0 ... are you sure u started the server? theres an option that says 'Put Online' make sure you click on it if u'r using Wampserver
p.s i am on a direct connection.. no router in use
 
Yeah I'm using XAMPP and its working because if I write localhost in the browser i can see the xml. I'm going to try wampserver

I have a theory up now, or the client checks the unlock_code with your serial or redirecting with the hosts file is not working, because if I'm not connected to internet the game just say You have to be connected to internet blablabal.

Second, when I'm connected, trying to auth with fake serial, it just shows the error that the serial is invalid. And I don't want to write the original serial because I'll not know if it the bypass worked or the EA server authed the game :s
 
well i managed to start the game offline on first start... unless i had something in my reg from the previous installation so the game assumed i already activated it ^o)
What do you mean by xml? isn't it supposed to be a php file?
this is what i done...
opened Notepad
Patsed this
Code:
<?php
// XML Output is Generated
header('Content-Type: text/xml');
// XML HEADER
echo '<?xml version="1.0"?>';
// <Unlock response> is created
echo '<Unlock_response version="1">';
echo '<Status_number>0</Status_number>';
echo '<Status_text/>';
// You need to fill this with the Unlock Code that you got with The HTML code
echo '<Unlock_code>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Unlock_code>';
echo '</Unlock_response>';
?>
and then saved it as .php
coppied the file to www directory in wampserver
started the server.
 
wow it's getting interesting, really glad more are joining us.
darkfile, the idea you said is what we are trying to do =)

I hate to disappoint you, but there is something wrong here. I guess u need to test on any computer and it's likely to fail.
However, the modification to the host file by darkfile doesn't work like this because this is file only ties hostname to ip address, not the whole http address

To confirm if this work you need to open this link directly from your browser
http://proxy.novafusion.ea.com/drm/...-48CP9-XTQSA-MM43&serial=F6XPSVQKE9LE92D8HPK8

if you get error message something like POST method only supported, then this mean it's the real server and not the fake one.
EDIT: the error message would be "HTTP method GET is not supported by this URL", you get this from the real server

So let's fix this, the hosts(C:\Windows\System32\drivers\etc\hosts) file should contain this line:
127.0.0.1 proxy.novafusion.ea.com
make sure it's not read-only so you can save the modifications

Now, you need to make sure the mod_rewrite is supported in your apache configuration.. locate httpd.conf in XAMP folder and search for
Code:
LoadModule rewrite_module modules/mod_rewrite.so
if there is # in the beginning of the line, remove it

Next step, create folder in htdocs/www and name it "drm"
inside this folder put darkfile php file and name it "checker.php"
next, make file with name .htaccess in drm folder and put inside it :
Code:
Options FollowSymLinks
RewriteEngine On
RewriteRule   ^license(.*)$  checker.php$1
restart your http server and close your browser
make sure that hosts is correctly modified then reopen the browser
and try this link :
http://proxy.novafusion.ea.com/drm/...-48CP9-XTQSA-MM43&serial=F6XPSVQKE9LE92D8HPK8

you should get the xml from your fake server instead of the error from EA real server


if you get the XML result, then your fake http server is set up and ready for test.
please let me know when u get this far so we can make more tests on RA3 itself

I'm really glad u help us..
 
Man thanks for the aclaration now im going to test!!!!
Man careful, it seems that you posted your serial in the link to proxy novafusion thing
 
welcome :-) but there is one thing missing if u want to test in RA3. You have to make on further step, is to put a modified paul.dll that connects to http instead of https
the following file attached by siberianspy contains a modified paul.dll, replace the one u have in ra3 folder with this one
https://digiex.net/attachments/game...cracks-information-paul-wireshark-capture.rar

now you can make the test with RA3, good luck


Edit by Nimrod: Antileech Protection only triggers if your own browser is messed up.
 
iBBi, the same things applies, just different directory structures
you will find httpd.conf and htdocs/www or whatever it's because we all using apache (I myself don't use neither xamp or wamp)
 
It seems that I was doing it wrong with the hosts file
now its working good, but it shows an error that he cant connect to the auth server
So im going to test the modified paul.dll

Maennj Man I'm going to repeat, check the post that you wrote the link to proxy.novafusion...
because there is a serial, and if it is yours somebody can take it
 
ok sorry didn't notice your warning and thanks for caring :) . don't warry this link contains some of the pirated keys from the first post. I got this link from someone else in the forum, so I guess it's pirated.
 

About Digiex

Digiex is a technology and gaming forum, founded in 2004 by InsaneNutter and Nimrod. Digiex has served the internet community with breaking news, detailed guides, exclusive downloads and a popular discussion forum. A small, friendly community of like‑minded people has developed over the years. People are encouraged to register and participate in on‑going discussions.

Get Social

Top Bottom