Ralfian

Page 1 of 5 12345 LastLast
Results 1 to 15 of 71
  1. #1
    Proficient Member bigarre is offline
    MemberRank
    Mar 2012 Join Date
    FranceLocation
    195Posts

    Ralfian

    THIS IS A BETA TEST SCRIPT

    Hello,
    For some time I notice that nothing happens on this forum. People argue, fight for files, it is not like before. And there is something else: my own server ( www.travonline.net ) was closed, I do not care travian now.
    A few months ago, nmilchev (ONLINE™) gave me some interesting files.
    I decided to share them to the community, but that's not all: I'm working on, I will not leave you alone.
    For now, I put an installation script (of travianZ / X, thanks to all those who worked on / install /) and fixed some bugs.

    Stuff required :
    Spoiler:

    -A dedicated server, a VPS, a shared hosting: you choose, but a VPS or a dedicated server is better. I used www.alwaysdata.com (shared hosting) for my server, 65 online players without lag, but it's not so cheap.
    -The ioncube loader extension is needed, I will not explain how to use it, search on google
    -a host who don't forbiden private servers.


    Tutorial:
    Spoiler:

    0.Download
    On github
    1.Uploading
    After checked if you server has all stuff needed, upload the script in your ftp.

    2.Read & Accept
    Then go to yoursite/com or yoursite.com/installer (if you are not redirected) and read !
    If you are not OK with what is writed, delete these files.

    3.Config your server
    Choose your options.
    Let the "automatic update" to have your server ALWAYS UPDATED

    About paypal and paygol:
    Spoiler:

    You can easy create payment by mobile via paygol.
    1.go to PayGol - easy micropayments
    2.register
    3.go to my account > create service
    4.click here
    5.do exactly like that :
    because I tried to change price but it don't work when I change name or price .. So I write 2 € and it work
    6.click save
    Take the paygol ID and write it in the installation script
    Now continue to read the tutorial.

    4.Click submit
    5. Click on create (1) when the page loaded
    click on next (2)

    6.Continue, continue, continue, continue.....
    And play!


    If you have paygol :
    Spoiler:

    Go to the root folder. You should have a file called "pg_{some number}gver.php". If not, check if the file "ok.php" exist, if yes rename it. Copy the name of this file, go to your paygol account and write in url_success " http://yourserver.com/pg_{some number}gver.php"



    And for those who don't know I edited an INDEXPAGE, it's fine if want multiple servers:
    https://github.com/Sokifilou/indexT4Dboor

    Good Luck
    Last edited by bigarre; 29-04-13 at 07:56 AM. Reason: add github link


  2. #2
    Apprentice Kyuza is offline
    MemberRank
    Jun 2012 Join Date
    Kadıköy, TurkLocation
    9Posts

    Re: Ralfian

    ads-305-z.jpg

    What is this dude ?

  3. #3
    Proficient Member bigarre is offline
    MemberRank
    Mar 2012 Join Date
    FranceLocation
    195Posts

    Re: Ralfian

    Do you have ioncube loader installed on your localhost?

  4. #4
    Currently looking at PHP advocaite is offline
    MemberRank
    May 2009 Join Date
    GithubLocation
    872Posts

    Re: Ralfian

    its encoded and cant be decoded that is what that is

  5. #5
    Valued Member PrivaTas is offline
    MemberRank
    Apr 2012 Join Date
    102Posts

    Re: Ralfian

    Thanks for release, will test with Wamp, Xampp, VPS, Shared and my new Dedi.

  6. #6
    Proficient Member bigarre is offline
    MemberRank
    Mar 2012 Join Date
    FranceLocation
    195Posts

    Re: Ralfian

    Ok, say me if you find a bug or something wrong :)

  7. #7
    Apprentice Kyuza is offline
    MemberRank
    Jun 2012 Join Date
    Kadıköy, TurkLocation
    9Posts

    Re: Ralfian

    Dude fixbuilding doest work -_- Have build bug :(

  8. #8
    Proficient Member bigarre is offline
    MemberRank
    Mar 2012 Join Date
    FranceLocation
    195Posts

    Re: Ralfian

    Send a link, a screenshot.. And I will help .

  9. #9
    Apprentice Kyuza is offline
    MemberRank
    Jun 2012 Join Date
    Kadıköy, TurkLocation
    9Posts

    Re: Ralfian

    This is SS: Screenshot by Lightshot

    This is My server Ralfian

  10. #10
    Valued Member PrivaTas is offline
    MemberRank
    Apr 2012 Join Date
    102Posts

    Re: Ralfian

    Wamp has many bugs, but everything works, probably just needs (E^ALL_NOTICE) to be (0). Currently testing Shared Host.

  11. #11
    Proficient Member bigarre is offline
    MemberRank
    Mar 2012 Join Date
    FranceLocation
    195Posts

    Re: Ralfian

    If you can send me the error here or in PM (i don't had any error on my wamp )
    @Kyuza WTF is this bug lol I'll post the fix soon

    ---
    It's edited, I reuploaded.

    replace main with
    PHP Code:
    <?php //0046a
    if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the <a href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.');exit(199);
    ?>
    HR+cPuF7GEM6BxdAItBLna3+PEyACyDYxTGMkf6ig5wkXVoRTTaWxKJZrFzpf7kPzlpKAM6jPc/i
    wAyCDxw3INa/OgIPKMckU1NK+JUZjq4IdOoGsFunFSS3j/NLLFv8tQx8shEX0wUEcF/Jjq4Ctqwf
    cLnLbeXZIBJkfUtZNsYocdD5jNZDT+6Br5ugCmbg480bf7dGZrA4ZCPrE+UEn64MTuN7X1gEyL81
    X+3h6c5ZzdVlj5KsMuw1WscWFW0PFbzIyI9Q95dNEk5fYKi/MsBK/FCNV1GzIfGz20AjNFbXUeGx
    dVrHziY0TAngaLV7oTFSOtwRjRnokYZZI9XI3etqJluzhtTe6wLjy9C2T1+xGIcW/GN9wEibHdWu
    h4CoGe+4XhSWmuP6qroVF/EsJWTdKFVJIeXBxYgcgcftJIs2lPb5a1hBxV3T/1Yx2+HJfA8ckUtp
    viAeqYjmPaPKOhdE1dkV7YcAWiSY6vwlOrz9Q2TXvNaR7jQ0h5evDWlC48/pzAmUVegi/90jpLsq
    ZX+jQ3fqVHDbkWHRH+XkxV9trbuzmqGNMwcgU/b9EIFt5vW+maqls3OUmAWafiYBkr10LD2n24ap
    PfMMwTpUTKukL0blkVyhb7VVKSgFO4E1Z3d4fAvtmuLcSstBYRlJ/aED01Tv9Lor7ntcRUVqYPCC
    H8y78II7uZ+GksDJgJXZ14HfXKxouvXVFyCQFqdYEoMhg+bzuVyshJlJfQ5yWCxa+/pNZG2zf8jH
    hBfUW1QV1paGRN1Dor3xlXdGARDJbnTr4sShD82+ANftgoGtg7BQWxm7VOg+yqM4PjNS7l1Z62js
    VCglrhLGX9BKovAJzBUodRju5jSs0/+D0z57P7Jf9ICkeYJZE8PAebD2as/KOisif7rsn8srmzZx
    Ox3uOfKOtBD2Vg/EuEL4vbjksIbcLeUhCzzgjbbS4quqkx2jkglGv0Q7XXhri9AhmQl3SzZJE2iE
    sWy1pLc748Bw//2Ek7EXVXaWc8dJUrWxwdA+jSNKPHH2/cNsGnoI9r3ScAjxAeq3zBspeEFz9mRq
    SCllz7uO3e6gGidWpXGfQ7dnmCA7UNLtnAzuH+X5/PjY3wX9QAhWls1QRlVOXVYZQspLhfyZmeKj
    WK4PlO+S4ZAS1hxgE4mwfPoA/wU8jdtin5y3Ja3HuilDQ1PrNtoDHzVvYYxIJ8Pm4mvThaexb1D2
    pLjT7TbFrQMZ8X7AtChz6R0DdQw2FtUyz6hFjCIekp6oAgN1hCCxdXi6ck+R5sHRKhjsxs9/pwpW
    8w1ge1z8Wsu7gBmgQXBTZ/ANXrNfLMAClTlrtUpsBwCnbrLbXN5wXtovjZEUCy7ybPN6oqETy0pK
    rK5NeJhDIPRgqyxAWenSQM7irAGQPBaPppvXd6aNco1UOwXCDQCmpOnjZGbZi6AKAPWCZgAVJVuO
    YZ6ZwBSFI8EvdmgY6ajNcwOE0TTc9EG+6x08Colgy4VREHZzxOOa/u1pakHTNFa3lkbkKsydXz1e
    hCgL5hYWY6086AuWmYIrnDr2Lm==
    Last edited by bigarre; 27-04-13 at 08:14 PM.

  12. #12
    Apprentice Kyuza is offline
    MemberRank
    Jun 2012 Join Date
    Kadıköy, TurkLocation
    9Posts

    Re: Ralfian

    Quote Originally Posted by bigarre View Post
    If you can send me the error here or in PM (i don't had any error on my wamp )
    @Kyuza WTF is this bug lol I'll post the fix soon

    replace main with
    PHP Code:
    <?php //0046a
    if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.ioncube.com', '/lw/']);" rel="nofollow" href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.');exit(199);
    ?>
    HR+cPuF7GEM6BxdAItBLna3+PEyACyDYxTGMkf6ig5wkXVoRTTaWxKJZrFzpf7kPzlpKAM6jPc/i
    wAyCDxw3INa/OgIPKMckU1NK+JUZjq4IdOoGsFunFSS3j/NLLFv8tQx8shEX0wUEcF/Jjq4Ctqwf
    cLnLbeXZIBJkfUtZNsYocdD5jNZDT+6Br5ugCmbg480bf7dGZrA4ZCPrE+UEn64MTuN7X1gEyL81
    X+3h6c5ZzdVlj5KsMuw1WscWFW0PFbzIyI9Q95dNEk5fYKi/MsBK/FCNV1GzIfGz20AjNFbXUeGx
    dVrHziY0TAngaLV7oTFSOtwRjRnokYZZI9XI3etqJluzhtTe6wLjy9C2T1+xGIcW/GN9wEibHdWu
    h4CoGe+4XhSWmuP6qroVF/EsJWTdKFVJIeXBxYgcgcftJIs2lPb5a1hBxV3T/1Yx2+HJfA8ckUtp
    viAeqYjmPaPKOhdE1dkV7YcAWiSY6vwlOrz9Q2TXvNaR7jQ0h5evDWlC48/pzAmUVegi/90jpLsq
    ZX+jQ3fqVHDbkWHRH+XkxV9trbuzmqGNMwcgU/b9EIFt5vW+maqls3OUmAWafiYBkr10LD2n24ap
    PfMMwTpUTKukL0blkVyhb7VVKSgFO4E1Z3d4fAvtmuLcSstBYRlJ/aED01Tv9Lor7ntcRUVqYPCC
    H8y78II7uZ+GksDJgJXZ14HfXKxouvXVFyCQFqdYEoMhg+bzuVyshJlJfQ5yWCxa+/pNZG2zf8jH
    hBfUW1QV1paGRN1Dor3xlXdGARDJbnTr4sShD82+ANftgoGtg7BQWxm7VOg+yqM4PjNS7l1Z62js
    VCglrhLGX9BKovAJzBUodRju5jSs0/+D0z57P7Jf9ICkeYJZE8PAebD2as/KOisif7rsn8srmzZx
    Ox3uOfKOtBD2Vg/EuEL4vbjksIbcLeUhCzzgjbbS4quqkx2jkglGv0Q7XXhri9AhmQl3SzZJE2iE
    sWy1pLc748Bw//2Ek7EXVXaWc8dJUrWxwdA+jSNKPHH2/cNsGnoI9r3ScAjxAeq3zBspeEFz9mRq
    SCllz7uO3e6gGidWpXGfQ7dnmCA7UNLtnAzuH+X5/PjY3wX9QAhWls1QRlVOXVYZQspLhfyZmeKj
    WK4PlO+S4ZAS1hxgE4mwfPoA/wU8jdtin5y3Ja3HuilDQ1PrNtoDHzVvYYxIJ8Pm4mvThaexb1D2
    pLjT7TbFrQMZ8X7AtChz6R0DdQw2FtUyz6hFjCIekp6oAgN1hCCxdXi6ck+R5sHRKhjsxs9/pwpW
    8w1ge1z8Wsu7gBmgQXBTZ/ANXrNfLMAClTlrtUpsBwCnbrLbXN5wXtovjZEUCy7ybPN6oqETy0pK
    rK5NeJhDIPRgqyxAWenSQM7irAGQPBaPppvXd6aNco1UOwXCDQCmpOnjZGbZi6AKAPWCZgAVJVuO
    YZ6ZwBSFI8EvdmgY6ajNcwOE0TTc9EG+6x08Colgy4VREHZzxOOa/u1pakHTNFa3lkbkKsydXz1e
    hCgL5hYWY6086AuWmYIrnDr2Lm==
    Ok Just waiting you

  13. #13
    Valued Member PrivaTas is offline
    MemberRank
    Apr 2012 Join Date
    102Posts

    Re: Ralfian

    Quote Originally Posted by bigarre View Post
    If you can send me the error here or in PM (i don't had any error on my wamp )
    @Kyuza WTF is this bug lol I'll post the fix soon

    ---
    It's edited, I reuploaded.

    replace main with
    PHP Code:
    <?php //0046a
    if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.ioncube.com', '/lw/']);" rel="nofollow" href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.');exit(199);
    ?>
    HR+cPuF7GEM6BxdAItBLna3+PEyACyDYxTGMkf6ig5wkXVoRTTaWxKJZrFzpf7kPzlpKAM6jPc/i
    wAyCDxw3INa/OgIPKMckU1NK+JUZjq4IdOoGsFunFSS3j/NLLFv8tQx8shEX0wUEcF/Jjq4Ctqwf
    cLnLbeXZIBJkfUtZNsYocdD5jNZDT+6Br5ugCmbg480bf7dGZrA4ZCPrE+UEn64MTuN7X1gEyL81
    X+3h6c5ZzdVlj5KsMuw1WscWFW0PFbzIyI9Q95dNEk5fYKi/MsBK/FCNV1GzIfGz20AjNFbXUeGx
    dVrHziY0TAngaLV7oTFSOtwRjRnokYZZI9XI3etqJluzhtTe6wLjy9C2T1+xGIcW/GN9wEibHdWu
    h4CoGe+4XhSWmuP6qroVF/EsJWTdKFVJIeXBxYgcgcftJIs2lPb5a1hBxV3T/1Yx2+HJfA8ckUtp
    viAeqYjmPaPKOhdE1dkV7YcAWiSY6vwlOrz9Q2TXvNaR7jQ0h5evDWlC48/pzAmUVegi/90jpLsq
    ZX+jQ3fqVHDbkWHRH+XkxV9trbuzmqGNMwcgU/b9EIFt5vW+maqls3OUmAWafiYBkr10LD2n24ap
    PfMMwTpUTKukL0blkVyhb7VVKSgFO4E1Z3d4fAvtmuLcSstBYRlJ/aED01Tv9Lor7ntcRUVqYPCC
    H8y78II7uZ+GksDJgJXZ14HfXKxouvXVFyCQFqdYEoMhg+bzuVyshJlJfQ5yWCxa+/pNZG2zf8jH
    hBfUW1QV1paGRN1Dor3xlXdGARDJbnTr4sShD82+ANftgoGtg7BQWxm7VOg+yqM4PjNS7l1Z62js
    VCglrhLGX9BKovAJzBUodRju5jSs0/+D0z57P7Jf9ICkeYJZE8PAebD2as/KOisif7rsn8srmzZx
    Ox3uOfKOtBD2Vg/EuEL4vbjksIbcLeUhCzzgjbbS4quqkx2jkglGv0Q7XXhri9AhmQl3SzZJE2iE
    sWy1pLc748Bw//2Ek7EXVXaWc8dJUrWxwdA+jSNKPHH2/cNsGnoI9r3ScAjxAeq3zBspeEFz9mRq
    SCllz7uO3e6gGidWpXGfQ7dnmCA7UNLtnAzuH+X5/PjY3wX9QAhWls1QRlVOXVYZQspLhfyZmeKj
    WK4PlO+S4ZAS1hxgE4mwfPoA/wU8jdtin5y3Ja3HuilDQ1PrNtoDHzVvYYxIJ8Pm4mvThaexb1D2
    pLjT7TbFrQMZ8X7AtChz6R0DdQw2FtUyz6hFjCIekp6oAgN1hCCxdXi6ck+R5sHRKhjsxs9/pwpW
    8w1ge1z8Wsu7gBmgQXBTZ/ANXrNfLMAClTlrtUpsBwCnbrLbXN5wXtovjZEUCy7ybPN6oqETy0pK
    rK5NeJhDIPRgqyxAWenSQM7irAGQPBaPppvXd6aNco1UOwXCDQCmpOnjZGbZi6AKAPWCZgAVJVuO
    YZ6ZwBSFI8EvdmgY6ajNcwOE0TTc9EG+6x08Colgy4VREHZzxOOa/u1pakHTNFa3lkbkKsydXz1e
    hCgL5hYWY6086AuWmYIrnDr2Lm==
    Thanks. But is it suppost to load just <h1> in content?

    Tested with Shared, VPS, Dedi. No errors found. If people get errors on Wamp thats just disable error reporting and all is fixed, its because of some things such as ignore decode line 0 on most app files.

  14. #14
    Proficient Member bigarre is offline
    MemberRank
    Mar 2012 Join Date
    FranceLocation
    195Posts

    Re: Ralfian

    Quote Originally Posted by PrivaTas View Post
    Thanks. But is it suppost to load just <h1> in content?

    Tested with Shared, VPS, Dedi. No errors found. If people get errors on Wamp thats just disable error reporting and all is fixed, its because of some things such as ignore decode line 0 on most app files.
    yes, it's just <h1>

    Thanks for you feedback ;)

  15. #15
    I can't believe it! something nice is offline
    MemberRank
    Jul 2011 Join Date
    347Posts

    Re: Ralfian

    Quote Originally Posted by bigarre View Post
    I decided to share them to the community, but that's not all: I'm working on, I will not leave you alone.
    That's what was said from many people since Travian Script started here on ragezone. And now their either gone or selling their scripts.
    Waiting for the day you'll leave, and I'll quote this again to you on that day, with the sentence, "as I said" ;)

    Quote Originally Posted by bigarre View Post
    Stuff required :
    -a host who don't forbiden private servers.[/SPOILER]
    Yes, have fun to finde some like that.
    Travian private server is not allowed at all. So every host has to forbit this script.

    Have fun :)



Page 1 of 5 12345 LastLast

Advertisement