[Development] EoCRM ASP -> PHP

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    [Development] EoCRM ASP -> PHP

    Sup guys i am going to work on EoCRM project changing from ASP to PHP. Even thought i am learning this language it wont take me that time since i learn these stuff quiet fast and yea since i never heard about this project before i am going to work on it just because i am curious what it will turn out if i change it. I am missing some files called defines.php and framework.php. If someone has it feel free to pm me.

    Progress: configuration.php (ASP changed to PHP) Done
    Progress: default.asp to default.php (ASP changed to PHP) Done

    Credits:

    Dell Honne -> Files
    Me -> Making it to php

    [Show] Configuration.php (ASP To PHP)
    Spoiler:

    <?php
    class JConfig {
    /* Site Settings */
    var $offline = '0';
    var $offline_message = 'Diese Seite ist momentan im Wartungsmodus<br /> Versuche es Später nochmal';
    var $sitename = 'My Joomla';
    var $editor = 'tinymce';
    var $list_limit = '20';
    var $legacy = '0';
    /* Debug Settings */
    var $debug = '0';
    var $debug_lang = '0';
    /* Database Settings */
    var $dbtype = 'mysql';
    var $host = 'mysql2.100ws.com';
    var $user = 'cruhil_ei';
    var $password = '3739635';
    var $db = 'cruhil_ei';
    var $dbprefix = 'jos151_';
    /* Server Settings */
    var $secret = 'jG7h0i3U1b4wADEH';
    var $gzip = '0';
    var $error_reporting = '-1';
    var $helpurl = 'http://help.joomla.org';
    var $xmlrpc_server = '1';
    var $ftp_host = '127.0.0.1';
    var $ftp_port = '21';
    var $ftp_user = '';
    var $ftp_pass = '';
    var $ftp_root = '';
    var $ftp_enable = '0';
    /* Locale Settings */
    var $offset = '0';
    var $offset_user = '0';
    /* Mail Settings */
    var $mailer = 'mail';
    var $mailfrom = 'admin@yourdomain.net';
    var $fromname = 'My Joomla';
    var $sendmail = '/usr/sbin/sendmail';
    var $smtpauth = '0';
    var $smtpuser = '';
    var $smtppass = '';
    var $smtphost = 'localhost';
    /* Cache Settings */
    var $caching = '0';
    var $cachetime = '15';
    var $cache_handler = 'file';
    /* Meta Settings */
    var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
    var $MetaKeys = 'joomla, Joomla';
    var $MetaTitle = '1';
    var $MetaAuthor = '1';
    /* SEO Settings */
    var $sef = '0';
    var $sef_rewrite = '0';
    var $sef_suffix = '0';
    /* Feed Settings */
    var $feed_limit = 10;
    var $log_path = '/home/www/generation-coders.100webspace.net//logs';
    var $tmp_path = '/home/www/generation-coders.100webspace.net//tmp';
    /* Session Setting */
    var $lifetime = '15';
    var $session_handler = 'database';
    }
    ?>


    I will release it once its done. PS: This is my first actual development so no bad comments. This thread will be updates regularly. Thank You.


  2. #2
    Account Upgraded | Title Enabled! darkesthour123 is offline
    MemberRank
    Oct 2009 Join Date
    Sheffield (UK)Location
    270Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by dudekill View Post
    Sup guys i am going to work on EoCRM project changing from ASP to PHP. Even thought i am learning this language it wont take me that time since i learn these stuff quiet fast and yea since i never heard about this project before i am going to work on it just because i am curious what it will turn out if i change it. I am missing some files called defines.php and framework.php. If someone has it feel free to pm me.

    Progress: configuration.php (ASP changed to PHP) Done
    Progress: default.asp to default.php (ASP changed to PHP) Done

    Credits:

    Dell Honne -> Files
    Me -> Making it to php

    [Show] Configuration.php (ASP To PHP)
    Spoiler:

    <?php
    class JConfig {
    /* Site Settings */
    var $offline = '0';
    var $offline_message = 'Diese Seite ist momentan im Wartungsmodus<br /> Versuche es Später nochmal';
    var $sitename = 'My Joomla';
    var $editor = 'tinymce';
    var $list_limit = '20';
    var $legacy = '0';
    /* Debug Settings */
    var $debug = '0';
    var $debug_lang = '0';
    /* Database Settings */
    var $dbtype = 'mysql';
    var $host = 'mysql2.100ws.com';
    var $user = 'cruhil_ei';
    var $password = '3739635';
    var $db = 'cruhil_ei';
    var $dbprefix = 'jos151_';
    /* Server Settings */
    var $secret = 'jG7h0i3U1b4wADEH';
    var $gzip = '0';
    var $error_reporting = '-1';
    var $helpurl = 'http://help.joomla.org';
    var $xmlrpc_server = '1';
    var $ftp_host = '127.0.0.1';
    var $ftp_port = '21';
    var $ftp_user = '';
    var $ftp_pass = '';
    var $ftp_root = '';
    var $ftp_enable = '0';
    /* Locale Settings */
    var $offset = '0';
    var $offset_user = '0';
    /* Mail Settings */
    var $mailer = 'mail';
    var $mailfrom = 'admin@yourdomain.net';
    var $fromname = 'My Joomla';
    var $sendmail = '/usr/sbin/sendmail';
    var $smtpauth = '0';
    var $smtpuser = '';
    var $smtppass = '';
    var $smtphost = 'localhost';
    /* Cache Settings */
    var $caching = '0';
    var $cachetime = '15';
    var $cache_handler = 'file';
    /* Meta Settings */
    var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
    var $MetaKeys = 'joomla, Joomla';
    var $MetaTitle = '1';
    var $MetaAuthor = '1';
    /* SEO Settings */
    var $sef = '0';
    var $sef_rewrite = '0';
    var $sef_suffix = '0';
    /* Feed Settings */
    var $feed_limit = 10;
    var $log_path = '/home/www/generation-coders.100webspace.net//logs';
    var $tmp_path = '/home/www/generation-coders.100webspace.net//tmp';
    /* Session Setting */
    var $lifetime = '15';
    var $session_handler = 'database';
    }
    ?>


    I will release it once its done. PS: This is my first actual development so no bad comments. This thread will be updates regularly. Thank You.
    Good luck you are going to need it. Not as easy as it sounds. Why waste time on converting it to php when you can get familiar with asp and use asp for the ECoRM it is pretty similar to php. No point in recoding the whole lot.
    Last edited by darkesthour123; 15-07-10 at 03:10 AM.

  3. #3
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    Re: [Development] EoCRM ASP -> PHP

    yes, i know but configuration file was easy to change it to PHP. Thank you.

  4. #4
    Account Upgraded | Title Enabled! darkesthour123 is offline
    MemberRank
    Oct 2009 Join Date
    Sheffield (UK)Location
    270Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by dudekill View Post
    yes, i know but configuration file was easy to change it to PHP. Thank you.
    Lol, configuration files will be the most easiest thing to do.

  5. #5
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by darkesthour123 View Post
    Good luck you are going to need it. Not as easy as it sounds. Why waste time on converting it to php when you can get familiar with asp and use asp for the ECoRM it is pretty similar to php. No point in recoding the whole lot.
    you got a good point but i want to learn something in this case learn ASP while converting to PHP that way i learn more PHP too.

  6. #6
    Account Upgraded | Title Enabled! darkesthour123 is offline
    MemberRank
    Oct 2009 Join Date
    Sheffield (UK)Location
    270Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by dudekill View Post
    you got a good point but i want to learn something in this case learn ASP while converting to PHP that way i learn more PHP too.
    Ahh ok good reason.

  7. #7
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by darkesthour123 View Post
    Ahh ok good reason.
    its two in one learning

  8. #8
    Enthusiast elPicione is offline
    MemberRank
    Dec 2008 Join Date
    40Posts

    Re: [Development] EoCRM ASP -> PHP

    i will never understand why aeonsoft uses ALL micr0z0rz products (vc++, mssql, asp) rather than a good old free reliable php
    Last edited by elPicione; 15-07-10 at 10:40 AM.

  9. #9
    0xC0FFEE spikensbror is offline
    MemberRank
    Dec 2006 Join Date
    SwedenLocation
    1,855Posts

    Re: [Development] EoCRM ASP -> PHP

    You can't convert some functions as PHP's variable limitations are a lot smaller than ASP's.
    For example, the random option reader is impossible in PHP as there are no long integers in PHP.

  10. #10
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by elPicione View Post
    i will never understand why aeonsoft uses ALL micr0z0rz products (vc++, mssql, asp) rather than a good old free reliable php
    i think its because it would be hard for other who make private server. so Basically coding in languages others won;t understand.

  11. #11
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    Re: [Development] EoCRM ASP -> PHP

    looks like defines.php and framework.php is missing anyone got that so i can work on that one 2?

  12. #12
    Banned VLxPain is offline
    BannedRank
    May 2010 Join Date
    121Posts

    Re: [Development] EoCRM ASP -> PHP

    You do know that making EoCRM into PHP isn't possible right?

    Well, I mean without any backend of some sort as some variables cannot be handled and may come out, well for example awakenings, negative. I am not trying to stop you from development as many of the classes that EoCRM uses are very useful and could be surely used in PHP.

    Well, at last, good luck with it, I hope you can get most of the important things down, and working.

  13. #13
    We are Maverick! Dell Honne is offline
    MemberRank
    Feb 2009 Join Date
    ON, CanadaLocation
    3,271Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by VLxPain View Post
    You do know that making EoCRM into PHP isn't possible right?

    Well, I mean without any backend of some sort as some variables cannot be handled and may come out, well for example awakenings, negative. I am not trying to stop you from development as many of the classes that EoCRM uses are very useful and could be surely used in PHP.

    Well, at last, good luck with it, I hope you can get most of the important things down, and working.
    Spike said something similar to that.

    Still, if you could get most of it to PHP that would be great since ASP is kind of meh..

  14. #14
    Cyclops-Network Owner Alexsh is offline
    MemberRank
    Sep 2009 Join Date
    New YorkLocation
    306Posts

    Re: [Development] EoCRM ASP -> PHP

    Why the hell would you wanna convert asp to php in the first place e.e

  15. #15
    AKA SilentCoder dudekill is offline
    MemberRank
    Apr 2009 Join Date
    LocalhostLocation
    290Posts

    Re: [Development] EoCRM ASP -> PHP

    Quote Originally Posted by Alexsh View Post
    Why the hell would you wanna convert asp to php in the first place e.e
    i dunno since ASP is kinda hard to understand PHP is much easier



Page 1 of 2 12 LastLast

Advertisement