We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7455
    • 2,204 Posts
    Any progress on this one?

    I tryed v2 and it says import done but nothing is imported at all
      follow me on twitter: @dimmy01
      • 7455
      • 2,204 Posts
      maybe its posible to return some info to the screen like the first couple rows that are inported or some other checks to see if it works.

      the file is copyed to the server its not removed and nothing is imported
      I used a single row test csv to test but nothing is imported

        follow me on twitter: @dimmy01
        • 16732
        • 592 Posts
        Hi Dimmy,

        I made this module when I was using the 0.9.2 ... but I did not use it since this time.

        I’m veryyy busy at this time, so I can’t test it with the latest 096 to see what is going on .... sorry undecided
          • 7455
          • 2,204 Posts
          I rebuilt the module a bit now it suports webgroups also

          and added some fields that I needed

          got it to work now

          thank you for the great base to work from

          Dimmy
            follow me on twitter: @dimmy01
            • 2111
            • 9 Posts
            Quote from: Dimmy at Jan 08, 2008, 08:48 PM

            I rebuilt the module a bit now it suports webgroups also

            and added some fields that I needed

            got it to work now

            thank you for the great base to work from

            Dimmy

            Can you make this code available ?
            It will be very useful for me smiley
              • 7455
              • 2,204 Posts
              Quote from: arnaud404 at Jan 13, 2008, 01:09 AM

              Quote from: Dimmy at Jan 08, 2008, 08:48 PM

              I rebuilt the module a bit now it suports webgroups also

              and added some fields that I needed

              got it to work now

              thank you for the great base to work from

              Dimmy

              Can you make this code available ?
              It will be very useful for me smiley

              no problem I removed the custom fields that is not available in standard modx, webgroup is now supported.
              I have not tested this version but it should work I think
                follow me on twitter: @dimmy01
                • 867
                • 241 Posts
                @dim
                I guees it works with O.96..
                Is so it should be in the repository smiley

                Edit : DOes it works with WebloginPE 1.03 ?

                Thanks for sharing
                  • 19132
                  • 199 Posts
                  Both Dimmy’s and laurentc’s imports work, but the passwords don’t. I tried both are a test file from an actual table I need to import. But none of the passwords work.

                  the passwords are from an MD5 hash, sooo... not sure what to make of it. I checked the modx_tables in phpmyadmin just to see what the pws looked like. The hash is changed. So I imported them without crypting the pw and same result: the pws don’t work.

                  ANy ideas what I need to do? Is there a phpmyadmin trick I can use to de-crypt the original MD5 hash on the tables I want to import? I’d hate to send and email to 500 users saying "Gee, we switched to MODx and now your login pw has changed. Click on forgot your password to reset it." I’d hate to do that because a) it’s bad customer relations; b) bad client relations; and c) I don’t see a User area where users can manage their own details without incorporating WebLoginPE.
                    MySQL: 5.0.45
                    PHP: 5.2.6
                    Linux 2.6.9-023stab048.6-enterprise #1
                    cURL enabled
                    PDO enabled
                    FFox Apple 3.6.8
                    Firebug DIS-abled
                    • 7455
                    • 2,204 Posts
                    @Meristem

                    are your pasword realy only mdf or did the old system add some extra’s ? like a key or whatever that the old system knows but modx not uses?


                      follow me on twitter: @dimmy01
                      • 19132
                      • 199 Posts
                      Hi Dimmy,

                      They’re from Joomla. I think they got salted as some of the pws look like this:
                      36afe9ce7860ab2834ae46c1cbdfdf7d:lvl3jC5OQzTrEDEx
                      while others look like standard md5:
                      f6284bf48316edd75587cce5c571e2a9

                      What can I do??

                      Peter
                      Meristem
                        MySQL: 5.0.45
                        PHP: 5.2.6
                        Linux 2.6.9-023stab048.6-enterprise #1
                        cURL enabled
                        PDO enabled
                        FFox Apple 3.6.8
                        Firebug DIS-abled