I'm sorry. Website was hacked. It's my fault.
-
@fxdreema the import tool does not work for me, although the green number next to "Full" is 284. The strange thing is that on December 30, 2022 the green number was 118 and the import was working. What to do?
-
@graychinov you only can import fxdreema projects. or own projects or those of other fxdreema users, not any mq4
-
@fxdreema
I could not access the usual builder site, where i can create the EA.
Normally the builder tab is on the top, but i didnt see anything, see screenshot below:
-
@josetradertop You can send me such project?
-
@graychinov said in I'm sorry. Website was hacked. It's my fault.:
@fxdreema the import tool does not work for me, although the green number next to "Full" is 284. The strange thing is that on December 30, 2022 the green number was 118 and the import was working. What to do?
Yeah, so there was a small period of time these days when the downloaded projects didn't contain the project information at the bottom. This is not related to the hack. After the hack I was fixing different things here and there and at some point I broke this functionality. So it's possible that some of you have .mq files, generated 2 or 3 days ago, without the project data in them.
Well, now I hope nobody lost a project because of that issue...
@andrewfrank said in I'm sorry. Website was hacked. It's my fault.:
@fxdreema
I could not access the usual builder site, where i can create the EA.
Normally the builder tab is on the top, but i didnt see anything, see screenshot below:
This thing again... Guys, learn a little bit of very very basic HTTP. Just remove the /forum of the link, replace it with /builder.
https://fxdreema.com (the index where all other links are)
https://fxdreema.com/forum (this forum)
https://fxdreema.com/builder (the EA builder) -
@fxdreema Radoslav, Could you please restore the old menu on top of the forums? I mean that nice set of icons for searching old posts/threads, the unread posts indicator, etc. It is not a critical thing but apparently all is working fine now.

-
@fxdreema how to share project
-
@l-andorrà said in I'm sorry. Website was hacked. It's my fault.:
@fxdreema Radoslav, Could you please restore the old menu on top of the forums? I mean that nice set of icons for searching old posts/threads, the unread posts indicator, etc. It is not a critical thing but apparently all is working fine now.

Fixed. Looks that I had even older forum backup, from where I got the correct information to fix this one.
@nitin2468 Projects - Create a Shared Copy
-
@fxdreema
well some people are used to the old websites with the old menu tab, thats why I ask the question.
well its fixed anyway now. -
@fxDreema My projects prior to 8 December were restored. However, there a few projects dated after 8 December that were not restored. Are they lost forever?
-
@fxdreema Of course. I have other projects where the same thing happens. I send you this. https://drive.google.com/file/d/1ofRfUBHh7unxrFF45vha2-OdYLaTFcEx/view?usp=sharing
-
@fxgump said in I'm sorry. Website was hacked. It's my fault.:
@fxDreema My projects prior to 8 December were restored. However, there a few projects dated after 8 December that were not restored. Are they lost forever?
Both "switch" projects are coming from the collection of shared projects. This part of the database is separate from the one where the normal projects are, and it looks that the hacker sent me all shared projects. So everyone who clicked on that functionality (to make a shared copy) in the past 6 months, has a copy of that project. Well, not exactly everyone, only the profiles that I can match. If someone had shared projects, but never paid, how can I tell which was his old profile
You (or anyone) can also access the same project from /shared/%projectid%. So just in case I will delete the picture you posted. Maybe you shared them by mistake and never wanted someone to find them.Again, projects that appear to be created in the last 6 months and their ID has more random letters, these are previously shared projects that I still have.
By the way, I think the hacker downloaded the last 6 months too, but he manually deleted them. Although he didn't asked me to send him more coins for these months.
-
@josetradertop said in I'm sorry. Website was hacked. It's my fault.:
@fxdreema Of course. I have other projects where the same thing happens. I send you this. https://drive.google.com/file/d/1ofRfUBHh7unxrFF45vha2-OdYLaTFcEx/view?usp=sharing
I see this project in the hacked database. I can recognize it by the project id, it is written in the code (mt5-7020). It's not in the current database, it looks that you deleted it. But yes, the file doesn't have that appended project record at the bottom, so this file is not really a backup. I think you downloaded it in that time window where I did the (yet another) mistake to turn off this functionality.
But you deleted more than 1000 projects. I can restore them again if you want. If I restore them, I can also delete them very quickly. Or, if you wanted to backup few of them, you can tell me which ones (their project ids are written inside them at line 25) and I can download them manually one by one and send them back to you re-generated. Or I can restore only them. There are different variants, depending on how many files without backup records you have.
-
@fxDreema you don't stop this drag and drop business, i am now only create my new acc, the old one cannot login, i already spent so long time at fxdreema, it is the best builder i found, and I will always use it!!!, that is why being hack, because it is robust and flexible
-
@steven_ said in I'm sorry. Website was hacked. It's my fault.:
@fxDreema you don't stop this drag and drop business
Actually I have some ideas for the blocks. Right now they are very simple, but this leads to problems that many of you don't even realize. For example, it's not very easy to make one group of blocks and use that group from different places. As a result, what people usually do is to copy and paste that group of blocks many many times. In the world of programming, this is the worst bad practice. Also, at the moment there is no way to transfer values from one block to another. Well, there is, but with global variables. And having bunch of global variables is another bad practice. So yes, the EA builder is very appealing for the newbies who don't understand programming at all, but one project can very quickly become a huge mess, and I have seen many projects like this.
-
@fxdreema Thank you. I found another potential issue. I tried the search tool and the number of results is limited to the last recovery period, just a few days. I was looking for a thread that was created some years ago (I know it for sure) and it was not shown. Then I tried with some of my own threads and none of them was found either. Could you please take a look at that.
And now I have another small request NOT related to the database. Blocks drawing lines on MQL5 do not work correctly when selecting ray horizontal lines. No matter which option you select, left or right, the whole line is plotted no matter what.
-
@l-andorrà About the search, I re-indexed some plugin that I was using, now showing:
Topics Indexed: 13370 / 15607
Posts Indexed: 75425 / 78444It was almost the same before, so I don't know if it worked.
When you say horizontal line, do you mean horizontal line? Because horizontal and vertical lines have no rays. They have just one value - either price or time value, there is no beginning and no end. Rays are continuations from the beginning or the end of a trendline.
-
@fxdreema Ooops. You'r right.
I meant to use trend lines horizontally, sorry. -
@l-andorrà said in I'm sorry. Website was hacked. It's my fault.:
@fxdreema Ooops. You'r right.
I meant to use trend lines horizontally, sorry.Ray does nothing for me. There is no description of this one, but in the documentation it says "A vertical line goes through all the windows of a chart", so this is just not a property of the trendline.
Left and Right rays are working for me, I just tested them. Although the words Left and Right are not very correct. In MQL5 they are OBJPROP_RAY_LEFT and OBJPROP_RAY_RIGHT, but in reality it's all about which coordinate is drawn first.
I don't know, this is the example I used and it works for me: https://fxdreema.com/shared/SCD6KuMkb
-
Hello. I couldn't get into my profile today when I said I would. Then I saw the message you wrote. About being hacked. I made a 3-month payment on this date (13.12.2022). I am currently logging in with this profile. Is it possible to reconnect it? First of all thanks for everything. Very cool platform Current gmail (monrealramosa7@gmail.com)
