today we will introduce method 1 for cracking amcharts, starting with the SWF file.
use the SWF decompiler software to load the SWF file, find mainmoive in action under resources, and the Code contains the following section:
function checkkey (Serial)
{< br> VaR _ L1 = com. amcharts. utils. stripsymbols (serial, "");
_ L1 = com. amcharts. utils. stripsymbols (_ L1, "\ n");
_ L1 = com. amcharts. utils. stripsymbols (_ L1, "\ r");
_ L1 = com. amcharts. utils. stripsymbols (_ L1, "\ r \ n");
arr = _ l1.split ("-");
If (number (ARR [2]) + number (ARR [3])! = 8645 | Number (ARR [2]. substr (1, 1)-number (ARR [3]. substr (2, 1 ))! = 2)
{< br> attachmovie ("copyright_mc", "copyright_mc", 1001 );
}// end if
}// end of the function
This is the serial number code, next, let's look at
key_loader.loadvars (path + "amcharts_key.txt", this, "checkkey", false, "checkkey");
here, I have learned a little about basic programming.
use "-" as the link symbol of the serial number. The number after the second link symbol + the number after the third symbol = 8645, and the first digit in the number after the second link symbol-the second digit in the number after the third link symbol = 2, as long as the serial numbers meet the three conditions, and then save the serial number in amcharts_key.txt in the same folder of the SWF file, it seems that the author's registration method is extremely simple ~
Create a file named amcharts_key.txt in the same directory as the .swf file.
Write a line of content: AMCHART-LNKS-1966-6679-1965-1082
Haha, good guy. I want to ask another Chinese question. I can't save ampie_settings.xml as UTF-8, but I can save ampie_data.xml as UTF-8. But is there any other way I don't want to change ampie_data.xml to UTF-8?
Junluck 2007/10/25
Very simple, the ampie_settings.xml file encoding to UTF-8, with notepad can, save as --> encoding select UTF-8 --> Save.
Note: Arial is a kind of font, UTF-8 is a kind of encoding, do not confuse Ah ~
Vicky_pj 2007/10/25 17:26
How to display Chinese characters?
I changed <font> Arial </font> In the ampie_settings.xml file
<Font> UTF-8 </font> shows small boxes
You still need to change the font and text in the SWF file.
The method itself is worth learning, but it seems inappropriate to crack the release. After all, the registration fee is not expensive.
Amcharts is a set of Flash charts that you can use on your website and network-based products for free. Amcharts can extract data from simple CSV or XML files, or read and generate dynamic data, such as PHP,. net, Ruby on Rails and Perl, and many otherProgramming Language.
Amcharts has the following features:
* Animation or static
* Value axis can be reversed
* Linear or value scale for the number axis
* Predefined or custom bullets
* Customize description of any data point
* Click on a topic/Bar (drill-down chart can be used)
* Gradient diffuse
* Value indicator plug-in
* Axis value inner zone
* Platform-independent
* Outputs can be used as an image.
* JavaScript code that can be controlled in the path
* Settings and data can be directly obtained from an HTML file
* Tailored image or flash (animated) Background
* Unlimited tags
* Rotating labels and axis values
* Data can be automatically reloaded to the array and preset frequency
* Text balloons in any format
Columnchart
Axes axis settings
Categoryaxisalpha // X axis coordinate line transparency
Categoryaxiscolor // X axis coordinate line color
Categoryaxisticklength // The extension line of the X axis coordinate dial line
Categoryaxiswidth // thickness of the X axis coordinate line
Valueaxisalpha // y axis (value) coordinate line transparency
Valueaxisalpha // y axis coordinate line color
Valueaxislogarithmic // false indicates a linear scale, and true indicates a logarithm scale.
Balloons // The settings in the pop-up data indicator box
Balloonalpha // transparency of the pop-up box
Balloonborderalpha // border of the pop-up box
Balloonbordercolor // the color of the border in the pop-up box
Balloonenabled // whether the pop-up box is available
Column // column chart column settings
Columnballoontextformatstring // The label {value} popped up when you move the cursor to the column is the Y axis coordinate value.
Columnborderalpha // border of the column
Columndatalabelformatstring // data text label of the column
Columndatalabeltextposition // position of the column data label
Columngradientdirection // column data label
Columngroweffect // animated effect of the column
Columnhoverbrightness // indicates the bright and dark changes of a column.
Columnsequencedgrow // whether the column is displayed simultaneously or one by one
Columnspacing // the spacing of the column with the same coordinate point
Columntype // Column Structure
Columnwidth // percentage of the split between two coordinate points. The value 100 indicates no interval.
Context Menu // right-click the menu
Contextmenuitems // custom options
Showprintcontextmenu // print function
Showzoomcontextmenu // scaling function
Error messages // error message,
Externals // data binding settings
Datatype // bind the Data Type
Externaldatafileurl // data file address
Externalsettingsfileurl // sets the file address
Reloaddatainterval // refresh data interval
Grid // gridline
Categorygriddashed // whether the grid vertical line is continuous
Categoryvaluescolor // color of the X axis coordinate text
Categoryvluesenabled // whether the X axis coordinate text is displayed
Categoryvaluesfrequency // percentage of grid lines displayed on the X axis text
Categoryvaluesinside // whether the X axis text is displayed in the grid
Valuegridalpha // y axis
Valuesinside // the Y axis is displayed inside and outside the grid.
Guides // display bar line
Image export // export Images
Legend // icon
Legendalign // chart alignment position
Line // Curve
Areafillalpha // area transparency under the curve
Bullet // curve point mark
Lineballoontextformatstring // value displayed in the curve pop-up box
Margins // margin
Plot Area // graphic Area
Strings // string
Performanceid // bind a Data Control
Dataseriesidfield // X axis coordinate data
Graphs // set a single chart
Angle 3D image Angle
Backcolor control background color
Labels // chart tag
Other graphics and class libraries: http://www.amcharts.com/