STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228109
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/95470628?noj=FRM95470628-8DC" width="1" height="1"></div>

PHP Tutorial Reel 3 SE2.swf

This is the info page for
Flash #73835

(Click the ID number above for more basic data on this flash file.)


Text
Presented For

- NEWGROUNDS -

<p align="left"><font face="Unreal Tournament" size="71" color="#cccccc" letterSpacing="0.000000" kerning="0"><a href="http://www.newgrounds.com" target = "_blank">- NEWGROUNDS -</a></font></p>

New Grounds - The Problems Of The Future, Today !

PHP

Tutorial

3

P

H

PHP TUTORIAL

CLAN-CSC.COM
PRODUCTION

PHP TUTORIAL

Quality

Quality

High

Medium

low

MUSIC

MUSIC

1

1

2

2

3

3

PART 1 ['introduce yourself']

PART 2 ["let's get started"]

PART 3 ['finishing']

|

]

|

Check this first

Check this first

Check this first

Introducing

Introducing

Introducing

Servers

Servers

Servers

Valid markups

Valid markups

Valid markups

Best PHP scripts

Best PHP scripts

Best PHP scripts

<? and <?php

<? and <?php

<? and <?php

My first "Hello world"

My first "Hello world"

My first "Hello world"

PHP4 and PHP5

PHP4 and PHP5

PHP4 and PHP5

HTML in PHP

HTML in PHP

HTML in PHP

SYNTAX [big category]

SYNTAX [big category]

SYNTAX [big category]

Echo

Echo

Echo

$vars

$vars

$vars

include

include

include

Mysql - basics

print

print

print

function

function

function

return

return

return

while

while

while

date

date

date

scan

scan

scan

forms

forms

forms

cookies

cookies

cookies

else

else

else

else if

else if

else if

for

for

for

About author

About author

About author

Inspired by

Inspired by

Inspired by

Loops

Loops

Loops

PHP & MySQL - conn

PHP & MySQL - conn

PHP & MySQL - conn

Explode

Explode

Explode

Implode

Implode

Implode

microtime

microtime

microtime

Any sugestions ?

Any suugestions ?

Any suugestions ?

Any suugestions ?

MySQL - basics

- Hi.
You are new, if you aren't then you can go to other section(s).
But if you are total begginer then you probably don't know even basics,
so if you want to prepare yourself for this, then check out

first,
Thanks.

HTML TUTORIAL BY NINO

HTML TUTORIAL BY NINO

HTML TUTORIAL BY NINO

HTML TUTORIAL BY NINO

MAIN MENU

MAIN MENU

MAIN MENU

__________________________

(NOT CURRENTLY AVAILABE, NEW
VERSION UNDER CONSTRUCTION)

Welcome to PHP !

- What is PHP?

* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting language, like ASP
* PHP scripts are executed on the server
* PHP supports many databases (MySQL, Informix,
Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
* PHP is an open source software (OSS)
* PHP is free to download and use

What is a PHP File?

* PHP files may contain text, HTML tags and scripts
* PHP files are returned to the browser as plain HTML
* PHP files have a file extension of ".php", ".php3", or ".phtml"

What is MySQL?

* MySQL is a small database server
* MySQL is ideal for small and medium applications
* MySQL supports standard SQL
* MySQL compiles on a number of
platforms
* MySQL is free to download and use

PHP + MySQL

* PHP combined with MySQL are cross-platform
(means that you can develop in Windows and serve on a Unix platform)

Why PHP?

*  PHP runs on different platforms (Windows, Linux, Unix, etc.)
* PHP is compatible with almost all servers used today (Apache, IIS, etc.)
* PHP is easy to learn and runs efficiently on the server side

DOWNLOAD PHP

<p align="left"><font face="Comic Sans MS" size="18" color="#cccccc" letterSpacing="0.000000" kerning="0"><b>You can get it at </b><a href="http://www.php.net" target = "_blank"><b>www.php.net</b></a><b> or simply go to</b></font></p><p align="left"><font face="Comic Sans MS" size="18" color="#cccccc" letterSpacing="0.000000" kerning="0"><a href="http://www.php.net/downloads.php" target = "_blank"><b>download section</b></a><b> .</b></font></p>

Also, just downloading PHP source code isn't enaugh, for more
information go to
"Servers" category.

The best part is : "Anybody can have server! ".
So how to get it?
Easy, you just have to install some software.
So let's get started shall we?! ;)

<p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0">There is many servers, but this is PHP Tutorial, so I&apos;ll just have to learn you how to set</font></p><p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0">up server which can run PHP.</font></p><p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0">You will need Apache server. As there is a ton of things to install after <a href="http://www.apache.org" target = "_blank">Apache</a>, better </font></p><p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0">solution is to install All-in-one packet. XAMPP is the best, awarded all in one server.</font></p><p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0"><a href="http://www.xampp.org" target = "_blank">Download it</a> !</font></p>

So now when you have it on your computer is time to install it !
Here are some recommends.

Port: 80

URL: localhost

Your Database administration is located @ http://phpmyadmin , and your local server
at http://localhost.

THAT'S IT !

As HTML, PHP is also valid XHTML and XML format..
But HTML has also it's other formats.
Those are:
XSLT
XML
XHTML (which is not format is an reincarnation of HTML 4.1 )
XSL
and others.
No, PHP is just XHTML and XML valid format.
So you must respect XHTML PHP format(see right side for
example.

INVALID

<?
//valid XHTML PHP
echo "<br />";
?>

VALID

<?
/*this is valid PHP but
is not valid XHTML PHP */
echo "<br>";
?>

On all BBS's there is allways a ton of "Where I can find this" and sentences like that one..

So, check out this site, it contains just the best PHP (and other, but we are talking about
the best PHP scripts) scripts.

<p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0"><a href="http://www.clan-csc.com/web/skripte/php.php" target = "_blank">Clan-csc.com&apos;s MAG PHP zone</a></font></p>

<p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0"><a href="http://www.clan-csc.com/web/skripte/mag_links.php" target = "_blank">Clan-csc.com&apos;s list of the best places to find your scripts</a></font></p>

So let's get started !

We will start with basics, how to actually start and close PHP script.

PHP code/script is started with
<?
OR
<?php

So, what's "the catche". Most of peoples use <? for small amount of code, and <?php for
big amount of code. That's OKay but it is not regular.
In the php.ini of servers is said that <? is valid, so starting PHP code with <? is regular.

It is not valid using both <? and <?php, like this:
<?
<?php
NO. That's incorect.

Closing PHP code is using this syntax:
?>
It is just one way.

So, now you know how to start PHP code.
NICE !
Keep studying.

EXAMPLE

<?
my code here
?>

Real scrpting starts here.
So you learned how to start and close your PHP scripts. Let's do it.
Syntax echo is used to actually "put" all the variables and everything into PHP document.
It must be in ' ' or " " quotes. It is recommended ' and '. EVERY syntax MUST at the end
have ";". That means that that syntax is over, and it is time for another.
Example:

<?
echo 'Hello world';
?>

Very simple.
With echo syntax we put what was under ' and ' into the document.
Let's try with variables !
Variables are started with $ and cannot have numbers in first place, but cann have
ASCII letters (e.g. ł Ł and others). We can put something into the variables and then
with syntax echo put into the document. We will do this:
In the $test variable we will type = and quotes " and " . We can't put this time ' and ' .
What is under " and " - that is in the variable, that will be echoed into the document.
In adition, this time you will also learn how to put some comments into your PHP code.
They are started with // for single line, and /* for multi line. Turn to page 2.

<?
//this is single line comment, now we will put in the variable test some words
$test = "Hello world";
//now we will echo it
echo $test;
/* this is multi line comment,
and we are finished with our job. Try it !
*/
?>

In current year, 2005, PHP 5 released.
Before that it was 4.11 PHP version. PHP5 came with some great new stuff, like a lot new
syntax(instead of printf it was fprintf, instead of snan, it came scanf and fscanf and
others) . It was a lot of bugs too.. But now is also PHP 5.5 available, wich fixes most of
bugs.

But what is actually difference?

<p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0">Like I said, version 5 had some great new stuff.</font></p><p align="left"><font face="Comic Sans MS" size="16" color="#cccccc" letterSpacing="0.000000" kerning="0">So, goto w<a href="http://www.php.net" target = "_blank">ww.php.net</a> and find out everithing you want to know.</font></p>

HTML is basic language and you must know it to do any PHP script, except some most
basic PHP things.
Let's take an easy example.
HTML version.                                                            Now goto page 2 and find out
<a href="http://www.pehape.org">My site</a>                  the PHP version, as explanation
<br>
<p>I love NewGrounds</p>
<table width="800px" align="center">
<tr>    </tr>
</table>

PHP Version -->

<?
echo "
<a href='http://www.pehape.org'>My site</a>
<br>
<p>I love NewGrounds</p>
<table width='800px' align='center'>
<tr>    </tr>
</table>
";
?>

Of course, this is also "available"
in XHTML valid version.

Also, you can all that put into
some variable and then echo it.

Explanation

I echoed all these with " and ". This is recommended in this case due to large code.
I've also changed the " and " in HTML with ' and ' . So if you start syntax with " and "
you must not forget to instead of " and " put ' and ' .

Here you can find some good PHP scripts and their explanations, combining tehniques.

Random message

<?

$line[] = "Message one";
$line[] = "Message two";
$line[] = "Message three";
$line[] = "Message four";
$line[] = "Message five";


$num = count($line) - 1;

srand ((double) microtime() * 1000000);

$random = rand(0,$num);

$oneliner = $line[$random];

echo "<P>$oneliner</P>";

?>

This works like this:
$line [] takes the messages,
microtime () generates random
messages(rand) and echo
put it into the document.

Anti robot-spammer

<?
function anti_robot($email) {
$i=0;
$nmail="";
while ($i<strlen($email)) {
if (rand(0,2)) {
$nmail.='&#'.ord($email{$i});
} else {
$nmail.=$email{$i};
}
$i++;
}
return $nmail;
}

?>

This function generate HTML
mail adress and hide it from
spammer-robots.
You can see function and while
syntax preferaly.
Function and while generates
HTML mail, and return syntax
"gives" it to spammer robot.

Email OK ? - script

<?php
function email_provjera($email) {
if(eregi("^[a-z0-9._-]+@+[a-z0-9._-]+\.+[a-z]+$", $email)) return TRUE;
else return FALSE;
}
?>

It checks is an entered e mail
adress valid. If it is no
(else return FALSE) it will not be
acepted.
If it is valid, then the condition is valid, and it will be acepted(TRUE).

PHP High Light

<? function phphighlight($text)
{
$ntext .= "<div style= background-color:#FBFBFB>";
$ntext .= highlight_string($text, TRUE);
$ntext .= "<br></div>\n";
return $ntext;
}
?>

Again, function and return are preferaly
used.
This script automaticaly changes the color
of the code due to right syntax.
Function define phphighlight in the
variable $text. You can change the color, it is silver curently.

echo -- Output one or more strings

echo() is not actually a function (it is a language construct),
so you are not required to use parentheses with it. echo()
(unlike some other language constructs) does not behave like a function,
so it cannot always be used in the context of a function. Additionally,
if you want to pass more than one parameter to echo(), the parameters must
not be enclosed within parentheses.

You can see some echo () scripts in other sections.

Variables in PHP are represented by a dollar sign followed by
the name of the variable. The variable name is case-sensitive.
Variable names follow the same rules as other labels in PHP. A valid
variable name starts with a letter or underscore, followed by any number
of letters, numbers, or underscores. As a regular expression,
it would be expressed thus:
'[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'
Examples(but I already showed some before)

Examples

<?php
$var = 'Bob';
$Var = 'Joe';
echo "$var, $Var";      // outputs "Bob, Joe"

$4site = 'not yet';    // invalid; starts with a number
$_4site = 'not yet';    // valid; starts with an underscore
$tA¤yte = 'mansikka';    // valid; 'A¤' is (Extended) ASCII 228.
?>

<?php
$foo = 'Bob';              // Assign the value 'Bob' to $foo
$bar = &$foo;              // Reference $foo via $bar.
$bar = "My name is $bar";  // Alter $bar...
echo $bar;
echo $foo;                // $foo is altered too.
?>

The include() statement includes and evaluates the specified file.
Files for including are first looked in include_path relative to
the current working directory and then in include_path relative to
the directory of current script. E.g. if your include_path is ., current
working directory is /www/, you included include/a.php and there is include
"b.php"  in that file, b.php is first looked in /www/  and then in /www/include/.
If filename begins with ./ or ../, it is looked only in include_path relative to
the current working directory.
When a file is included, the code it contains inherits the variable scope of the
line on which the include occurs. Any variables available at that line in the calling
file will be available within the called file, from that point forward.

vars.php
<?php
$color = 'green';
$fruit = 'apple';
?>


test.php
<?php
echo "A $color $fruit"; // A
include 'vars.php';
echo "A $color $fruit"; // A green apple
?>

When a file is included, parsing drops out of PHP
mode and into HTML mode at the beginning of the target
file, and resumes again at the end. For this reason, any code
inside the target file which should be executed as PHP code must
be enclosed within valid PHP start and end tags.

The include_once() statement includes and evaluates the specified file during
the execution of the script. This is a behavior similar to the include() statement,
with the only difference being that if the code from a file has already been included,
it will not be included again. As the name suggests, it will be included just once.
include_once() should be used in cases where the same file might be included and
evaluated more than once during a particular execution of a script, and you want to
be sure that it is included exactly once to avoid problems with function redefinitions,
variable value reassignments, etc.

There are:
print
printf
fprintf
vprintf

- Returns the length
of the outputted string.

fprintf
(PHP 5 only)
fprintf -- Write a formatted string to a stream.

Example 1. fprintf(): zero-padded integers
<?php
if (!($fp = fopen('date.txt', 'w')))
return;

fprintf($fp, "%04d-%02d-%02d", $year, $month, $day);
// will write the formatted ISO date to date.txt
?>

Example 2. fprintf(): formatting currency
<?php
if (!($fp = fopen('currency.txt', 'w')))
return;

$money1 = 68.75;
$money2 = 54.35;
$money = $money1 + $money2;
// echo $money will output "123.1";
$len = fprintf($fp, '%01.2f', $money);
// will write "123.10" to currency.txt

echo "wrote $len bytes to currency.txt";
// use the return value of fprintf to determine how many bytes we wrote
?>

Syntax function is most widely used syntax and I can't actually say anything smart for it.
It is used to define some functions.
Like this:
<?
function phphighlight
?>

It is a basic code for colorizing PHP syntaxe's.

See other sections  ;)

Return is used to "reuturn" some syntax, like echo.
Look.
If you want to create a anti spammer script, you will define() HTML instead of real
mail adress, and you will not use echo.
That will not work.
It will work with return().
Please check out some other sections.

Do-while loops are very similar to while loops, except the truth expression is
checked at the end of each iteration instead of in the beginning. The main difference
from regular while loops is that the first iteration of a do-while loop is guaranteed
to run (the truth expression is only checked at the end of the iteration), whereas
it's may not necessarily run with a regular while loop (the truth expression is checked
at the beginning of each iteration, if it evaluates to FALSE right from the beginning,
the loop execution would end immediately).

There is just one syntax for do-while loops:

<?php
$i = 0;
do {
echo $i;
} while ($i > 0);
?>

The previus loop would run one time exactly, since after the first iteration, when truth
expression is checked, it evaluates to FALSE ($i is not bigger than 0) and the loop
execution ends.
Advanced C users may be familiar with a different usage of the do-while loop, to allow
stopping execution in the middle of code blocks, by encapsulating them with do-while
(0), and using the break statement. The following code fragment demonstrates this(turn
to page 2 ):

<?php
do {
if ($i < 5) {
echo "i is not big enough";
break;
}
$i *= $factor;
if ($i < $minimum_limit) {
break;
}
echo "i is ok";
/* process i */
} while (0);
?>

Don't worry if you don't
understand this right away or
at all. You can code scripts
and even powerful scripts
without using this 'feature'.

Date()
The date() function is used to format a time or a date.

<?php
//Prints something like: Monday
echo date("l");
//Prints something like: Monday 15th of January 2003 05:51:38 AM
echo date("l dS of F Y h:i:s A");
//Prints something like: Monday the 15th
echo date("l \\t\h\e jS");
?>

fscanf -- Parses input from a file according to a format
The function fscanf() is similar to sscanf(), but it takes its input from a file
associated with handle and interprets the input according to the specified format,
which is described in the documentation for sprintf(). If only two parameters were
passed to this function, the values parsed will be returned as an array. Otherwise,
if optional parameters are passed, the function will return the number of assigned
values. The optional parameters must be passed by reference.

Any whitespace in the format string matches any whitespace in the input stream.
This means that even a tab \t in the format string can match a single space character
in the input stream.

Example

<?php
$handle = fopen("users.txt", "r");
while ($userinfo = fscanf($handle, "%s\t%s\t%s\n")) {
list ($name, $profession, $countrycode) = $userinfo;
//... do something with the values
}
fclose($handle);
?>

The most important thing to notice when dealing with HTML forms and
PHP is that any form element in an HTML page will automatically be
available to your PHP scripts.
Look at the following example of an HTML form:

<html>
<body>

<form action="welcome.php" method="POST">
Enter your name: <input type="text" name="name" />
Enter your age: <input type="text" name="age" />
<input type="submit" />
</form>  </body>  </html>

The "welcome.php" file looks like this:

<html>
<body>

Welcome <?php echo $_POST["name"]; ?>.<br />
You are <?php echo $_POST["age"]; ?> years old!

</body>
</html>

Here is how it works: The $_POST["name"]
and $_POST["age"]
variables are automatically set for you by
PHP. The $_POST contains
all POST data.
Note: If the method attribute of the form
is GET, then the form information
will be set in $_GET instead of $_POST.

A cookie is often used to identify a user. A cookie is a small file
that the server embeds on the user's computer. Each time the same computer
requests for a page with a browser, it will send the cookie too. With PHP,
you can both create and retrieve cookie values.
How to Create a Cookie
The setcookie() function is used to create cookies.
Note: The setcookie() function must appear BEFORE the <html> tag.
Syntax.

setcookie(name, value, expire, path, domain);
Example
The following example sets a cookie named "uname" - that expires after ten hours

<?php
setcookie("uname", $name, time()+36000);
?>

<html>
<body>
<p>
A cookie was set on this page! The cookie will be active when
the client has sent the cookie back to the server.
</p>
</body>
</html>

How to Retrieve a Cookie Value
When a cookie is set, PHP uses the cookie name as a variable.
To access a cookie you just refer to the cookie name as a variable.
Tip: Use the isset() function to find out if a cookie has been set.
Example
The following example tests if the uname cookie has been set, and prints an
appropriate message.

<html>
<body>

<?php
if (isset($_COOKIE["uname"]))
echo "Welcome " . $_COOKIE["uname"] . "!<br />";
else
echo "You are not logged in!<br />";
?>


</body>
</html>

Often you'd want to execute a statement if a certain condition is met, and a
different statement if the condition is not met. This is what else is for.
else extends an if statement to execute a statement in case the expression in the
if statement evaluates to FALSE. For example, the following code would display a is
bigger than b if $a is bigger than $b, and a is NOT bigger than b otherwise:

<?php
if ($a > $b) {
echo "a is bigger than b";
} else {
echo "a is NOT bigger than b";
}
?>

The else statement is only executed if the if expression evaluated to FALSE, and if
there were any elseif expressions - only if they evaluated to FALSE as well
(see elseif category).

elseif, as its name suggests, is a combination of if and else. Like else, it extends an
if statement to execute a different statement in case the original if expression
evaluates to FALSE. However, unlike else, it will execute that alternative expression
only if the elseif conditional expression evaluates to TRUE. For example, the following
code would display a is bigger than b, a equal to b or a is smaller than b:

<?php
if ($a > $b) {
echo "a is bigger than b";
} elseif ($a == $b) {
echo "a is equal to b";
} else {
echo "a is smaller than b";
}
?>

There may be several elseifs within the same if statement. The first elseif expression
(if any) that evaluates to TRUE would be executed. In PHP, you can also write 'else if'
(in two words) and the behavior would be identical to the one of 'elseif' (in a single
word). The syntactic meaning is slightly different (if you're familiar with C, this is
the same behavior) but the bottom line is that both would result in exactly the same
behavior.
The elseif statement is only executed if the preceding if expression and any preceding
elseif expressions evaluated to FALSE, and the current elseif expression evaluated to
TRUE.

for loops are the most complex loops in PHP. They behave like their C counterparts.
The syntax of a for loop is:
The first expression (expr1) is evaluated (executed) once unconditionally at the
beginning of the loop.
In the beginning of each iteration, expr2 is evaluated. If it evaluates to TRUE, the
loop continues and the nested statement(s) are executed. If it evaluates to FALSE, the
execution of the loop ends.

At the end of each iteration, expr3 is evaluated (executed).
Each of the expressions can be empty. expr2 being empty means the loop should be run
indefinitely (PHP implicitly considers it as TRUE, like C). This may not be as useless
as you might think, since often you'd want to end the loop using a conditional break
statement instead of using the for truth expression.
Consider the following examples. All of them display numbers from 1 to 10/turn to page 2
to see example/ :

<?php
/* example 1 */
for ($i = 1; $i <= 10; $i++) {
echo $i;
}
/* example 2 */
for ($i = 1; ; $i++) {
if ($i > 10) {
break;
}
echo $i;
}

/* example 3 */
$i = 1;
for (; ; ) {
if ($i > 10) {
break;
}
echo $i;
$i++;
}
/* example 4 */
for ($i = 1; $i <= 10; print $i, $i++);
?>

Of course, the first
example appears to be
the nicest one (or
perhaps
the fourth),
but you may find that
being
able to use empty
expressions
in for loops comes in handy
in many occasions.

Welcome to last syntax lesson !

I must admit - I am tired. But if you learned something - I am happy.
So let's get cracking !

microtime() is a function which is used for time( T ).
It is most used to generate n time, that time can be random, after one hour, one week, one
month, one year and other.
So let's see.

Turn to page 2

Random time

Today time

Weekly time

srand ((double) microtime() * 1000000);

60*60*1000*24*1

60*60*1000*24*7*1

It just generates time.
Turn to page 3 to see an whole script.

<?
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message;
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message";
$line[] = "Random message";
$num = count($line) - 1;
srand ((double) microtime() * 1000000); // this is microtime ()
$random = rand(0,$num);
$oneliner = $line[$random];
echo "<P>$oneliner</P>";
?>

AS I mentioned in second chapter, PHP+MySQL is excellent combination.
Now you will learn how to connect to MySQL database.

Connecting with DB

First, give some privileges and select database

$dbusername = "YourUsername";
$dbpassword = "YourPassword";
$dbserver = "localhost";
$dbdatabase = "YourDatabaseNameHere";

@$db = mysql_pconnect($dbserver, $dbusername, $dbpassword);
if(!$db)
{echo "Error: Could not connect to database!<br><br>Error code: BMD01";
exit;  }
mysql_select_db($dbdatabase);

Page 2 is your friend

With the previous code block we connected to DB,using the password, username, db name
and place where is DB stored(these are usualy, almost allways "localhost").
So now we are connected.
Let's say you are connecting some stats script to DB, it will look like this:

$query = "insert into stats set statid=NULL, ipaddress='".$ipaddress."',
timestamp='".$timestamp."', day='".$day."', date='".$date."', current_page='"
.$current_page."', referring_page='".$referring_page."', browser='".$browser."';";
$result = mysql_query($query);

I will talk about that in Page 3

We with commands SELECT, INSERT did work. Look at the "Owerviev" at the next page.
Now, last part.
Some peoples allways forget to close their DB connecting. If you forget that, it will say:
MySQL Said:
Too many connections
So you must close it.
Example:

@$db = mysql_close($dbserver, $dbusername, $dbpassword);
?>

DB commands Overwiev

SELECT - get information
SELECT * FROM [database name] WHERE
[database table] LIKE *[operator]* ORDER BY
[db table]

INSERT - post information
INSERT INTO [db name] ([information])
VALUES ([information])

UPDATE - changing information
UPDATE [db name]  SET
[information] WHERE
[again information]

DELETE - Erasing information
DELETE FROM [db name] WHERE [again again again information]

Returns an array of strings, each of which is a substring of string formed by splitting it
on boundaries formed by the string separator. If limit is set, the returned array will contain
a maximum of limit elements with the last element containing the rest of string.
If separator is an empty string (""), explode() will return FALSE. If separator contains a value
that is not contained in string, then explode() will return an array containing string.
If the limit parameter is negative, all components except the last limit are returned. This feature
was added in PHP 5.1.0.
Although implode() can, for historical reasons, accept its parameters in either order, explode()
cannot. You must ensure that the separator argument comes before the string argument.

Note: The limit parameter was added in PHP 4.0.1
Example 1. explode() examples

<?php
// Example 1
$pizza  = "piece1 piece2 piece3 piece4 piece5 piece6";
$pieces = explode(" ", $pizza);
echo $pieces[0]; // piece1
echo $pieces[1]; // piece2
// Example 2
$data = "foo:*:1023:1000::/home/foo:/bin/sh";
list($user, $pass, $uid, $gid, $gecos, $home, $shell) = explode(":", $data);
echo $user; // foo
echo $pass; // *
?>

Example 2. limit parameter examples

<?php
$str = 'one|two|three|four';

// positive limit
print_r(explode('|', $str, 2));

// negative limit (since PHP 5.1)
print_r(explode('|', $str, -1));
?>

implode -- Join array elements with a string
Returns a string containing a string representation of all the array elements in the same
order,
with the glue string between each element.
Example 1. implode() example

<?php

$array = array('lastname', 'email', 'phone');
$comma_separated = implode(",", $array);

echo $comma_separated; // lastname,email,phone

?>

Note: implode() can, for historical reasons, accept its parameters in either order. For
consistency with explode(), however, it may be less confusing to use the documented order of
arguments.
Note: As of PHP 4.3.0, the glue parameter of implode() is optional and defaults to the empty
string(''). This is not the preferred usage of implode(). We recommend to always use two
parameters
for compatibility with older versions.

Huh at last  :)
My name is Nino, I live in Croatia, actually in front of my computer(most of time) but I am okay .)
I put really lot effort while I was doing this Tutorial, and I love it now, I think it is become great.

Contact

<p align="left"><font face="Comic Sans MS" size="15" color="#cccccc" letterSpacing="0.000000" kerning="0">My web site - <a href="http://www.clan-csc.com" target = "_blank">http://www.clan-csc.com</a></font></p><p align="left"><font face="Comic Sans MS" size="15" color="#cccccc" letterSpacing="0.000000" kerning="0">My web site domain no.2 (just for this year) - <a href="http://www.pehape.org" target = "_blank">http://www.pehape.org</a></font></p><p align="left"><font face="Comic Sans MS" size="15" color="#cccccc" letterSpacing="0.000000" kerning="0">My forum - <a href="http://forum.clan-csc.com" target = "_blank">http://forum.clan-csc.com</a></font></p><p align="left"><font face="Comic Sans MS" size="15" color="#cccccc" letterSpacing="0.000000" kerning="0">Contact me - <a href="mailto:nino@clan-csc.com" target = "_blank">nino@clan-csc.com</a></font></p>

<p align="left"><font face="Comic Sans MS" size="15" color="#cccccc" letterSpacing="0.000000" kerning="0"><a href="http://www.clan-csc.com/web/skripte" target = "_blank">Also, don&apos;t forget to check out my Scripts zone</a></font></p>

It will sound crazy and weird, but it is inspired by:
"Final Fantasy A+"
"Decline of Video Gaming 3 "
"Decline Christmas"

:D

At the first version which was release...well almost a two manths ago(with my account "ninojoj"),
all those was mine..

Clicky clicky ;)

1. Dustball - KGP Loop
2.ParagonX9 - Battle for Honor
3.Dreamscaper - Miniature Fantasy (major music)

chmod

chmod

chmod

mods(a, w, r, x)

mods(a, w, r, x)

mods(a, w, r, x)

fopen, fscanf, sscanf, vscanf, write & fclose

fopen, fscanf, sscanf, vscanf, write & fclose

fopen, fscanf, sscanf, vscanf, write & fclose

chmod -- Changes file mode
Instead of using FTP software, you can do CHMOD also in PHP.
Note that mode is not automatically assumed to be an octal value,
so strings (such as "g+w") will not work properly. To ensure the expected operation,
you need to prefix mode with a zero (0):

<?php
chmod("/somedir/somefile", 755);  // decimal; probably incorrect
chmod("/somedir/somefile", "u+rwx,go+rx"); // string; incorrect
chmod("/somedir/somefile", 0755);  // octal; correct value of mode
?>

The mode parameter consists of three octal number components specifying access restrictions
for the owner, the user group in which the owner is in, and to everybody else in this order.
One component can be computed by adding up the needed permissions for that target user
base.
Number 1 means that you grant execute rights, number 2 means that you make the file
writeable,
number 4 means that you make the file readable. Add up these numbers to specify needed
rights.
You can also read more about modes on Unix systems with 'man 1 chmod' and 'man 2 chmod'.

Some usefull CHMOD values:
Value    Permission Level
400    Owner Read
200    Owner Write
100    Owner Execute
40    Group Read
20    Group Write
10    Group Execute
4    Global Read
2    Global Write
1    Global Execute

TIP:
An easier way to chmod file in local directory:

<?php
chmod( dirname(__FILE__).'/'.'filename.any', 0777 );
?>


<?
//To chmod in directory one level below:
?>

<?php
chmod( dirname(__FILE__).'/../'.'filename.any', 0777 );
?>

In this short section you will learn one real important thing.
You will learn how to set a correct mod when you read/write files.

Appending - "a"

Look:

<?
...
fwrite (somefile.txt, "a");
...
=>

"a" <-- the thing

In appending mode you will just continue writing to files.

Overwiev

"w" - owerwrite

"a" - append

"x" - create file

"r" - read file

Fopen() is used to open text(.txt) files.
After opening them, you can read(but before that you must "scan" them first, see a section
"scan")
and write to them.
Now we are going to open $file. We can actually use just the file, but we are going to put it onto
the variable to make a job easier.
And, in addition, we are going to put an fopen var into  the variable too, this is neccessary.
Read the comments when I explain stuff:

<?
$file = "textfile.txt"; //loading textfile.txt into the $file
$open = fopen($file, "r"); //opening file [$file, "x"] x = mode of opening, see section "Modes"
fscanf ($open, "%s", $s); /* fscanf is used to scanf txt files, [$variable Of Fopen, "%mode
of opening in fscanf mode, s is generaly recommended", $ a new variable s */
printf ($open); //printing the stuff into a page, if you have PHP 5 support use fprintf
fclose ($open); //closing the file, don't forget to close it OK?
// end
?>

Get it?
sscanf and vscanf are also good scan functions(fread is a bit old and it is not generaly recomme-
nded), but the newest fprintf is "the man" so I shown how to use it.

Writing
Ok, this is the hardest part, you will have to be a good programmer to know that.
But first please take a look into the "Mods" section.
fwrite() is a function which allows you to write some stuff into the text file.
fwrite() writes the contents of string to the file stream pointed to by handle.
If the length  argument is given, writing will stop after length bytes have been
written or the end of string is reached, whichever comes first.

fwrite() returns the number of bytes written, or FALSE on error.
Note that if the length argument is given, then the magic_quotes_runtime configuration
option will be ignored and no slashes will be stripped from string.
Note: On systems which differentiate between binary and text files (i.e. Windows)
the file must be opened with 'b' included in fopen() mode parameter.
Example 1. A simple fwrite() example/turn page plz/

<?php
$filename = 'test.txt';
$somecontent = "Add this to the file\n";

// Let's make sure the file exists and is writable first.
if (is_writable($filename)) {

// In our example we're opening $filename in append mode.
// The file pointer is at the bottom of the file hence
// that's where $somecontent will go when we fwrite() it.
if (!$handle = fopen($filename, 'a')) {
echo "Cannot open file ($filename)";
exit;
}

// Write $somecontent to our opened file.
if (fwrite($handle, $somecontent) === FALSE) {
echo "Cannot write to file ($filename)";
exit;
}

echo "Success, wrote ($somecontent) to file ($filename)";

fclose($handle);

} else {
echo "The file $filename is not writable";
}
?>

fclose is used to close txt files.
USE IT !
Peoples often forget closing them and then the whole file mess up.

~Nino

______

crypt

crypt

crypt

count_chars

count_chars

count_chars

wordwrap

wordwrap

wordwrap

soundex

soundex

soundex

crypt() will return an encrypted string using the standard Unix DES-based encryption
algorithm or alternative algorithms that may be available on the system. Arguments are a
string to be encrypted and an optional salt string to base the encryption on. See the Unix
man page for your crypt function for more information.
If the salt argument is not provided, one will be randomly generated by PHP each time
you call this function.

Some operating systems support more than one type of encryption. In fact, sometimes
the standard DES-based encryption is replaced by an MD5-based encryption algorithm.
The encryption type is triggered by the salt argument. At install time, PHP determines
the capabilities of the crypt function and will accept salts for other encryption types. If
no salt is provided, PHP will auto-generate a standard two character salt by default,
unless the default encryption type on the system is MD5, in which case a random MD5-
compatible salt is generated. PHP sets a constant named CRYPT_SALT_LENGTH which
tells you whether a regular two character salt applies to your system or the longer
twelve character salt is applicable.

If you are using the supplied salt, you should be aware that the salt is generated once.
If you are calling this function repeatedly, this may impact both appearance and security.
The standard DES-based encryption crypt() returns the salt as the first two characters
of the output. It also only uses the first eight characters of str, so longer strings that
start with the same eight characters will generate the same result (when the same salt
is used).

<?php
$password = crypt('mypassword'); // let the salt be automatically generated

/* You should pass the entire results of crypt() as the salt for comparing a
password, to avoid problems when different hashing algorithms are used. (As
it says above, standard DES-based password hashing uses a 2-character salt,
but MD5-based hashing uses 12.) */
if (crypt($user_input, $password) == $password) {
echo "Password verified!";
}
?>

<?php
$password = crypt('mypassword'); // let the salt be automatically generated

/* You should pass the entire results of crypt() as the salt for comparing a
password, to avoid problems when different hashing algorithms are used. (As
it says above, standard DES-based password hashing uses a 2-character salt,
but MD5-based hashing uses 12.) */
if (crypt($user_input, $password) == $password) {
echo "Password verified!";
}
?>

Counts the number of occurrences of every byte-value (0..255) in string and returns it in various ways. The optional
parameter mode defaults to 0. Depending on mode  count_chars() returns one of the following:
*
0 - an array with the byte-value as key and the frequency of every byte as value.
*
1 - same as 0 but only byte-values with a frequency greater than zero are listed.
*
2 - same as 0 but only byte-values with a frequency equal to zero are listed.
*
3 - a string containing all used byte-values is returned.
*
4 - a string containing all not used byte-values is returned.

<?php
$data = "Two Ts and one F.";

foreach (count_chars($data, 1) as $i => $val) {
echo "There were $val instance(s) of \"" , chr($i) , "\" in the string.\n";
}
?>

Returns a string with str wrapped at the column number specified by the optional width
parameter. The line is broken using the (optional) break parameter.
wordwrap() will automatically wrap at column 75 and break using '\n' (newline) if width
or break are not given.
If the cut is set to 1, the string is always wrapped at the specified width. So if you have
a word that is larger than the given width, it is broken apart.
Note: The optional cut parameter was added in PHP 4.0.3

Calculates the soundex key of str.
Soundex keys have the property that words pronounced similarly produce the same
soundex key, and can thus be used to simplify searches in databases where you know the
pronunciation but not the spelling. This soundex function returns a string 4 characters
long, starting with a letter.
This particular soundex function is one described by Donald Knuth in "The Art Of
Computer Programming, vol. 3: Sorting And Searching", Addison-Wesley (1973), pp. 391-
392.

<?php
soundex("Euler")      == soundex("Ellery");    // E460
soundex("Gauss")      == soundex("Ghosh");    // G200
soundex("Hilbert")    == soundex("Heilbronn"); // H416
soundex("Knuth")      == soundex("Kant");      // K530
soundex("Lloyd")      == soundex("Ladd");      // L300
soundex("Lukasiewicz") == soundex("Lissajous"); // L222
?>

C

Cr

Cro

Croa

Croat

Croati

Croatia

Croatian

Croatian S

Croatian Si

Croatian Sit

Croatian Sith

Croatian Sith C

Croatian Sith Cl

Croatian Sith Cla

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

Croatian Sith Clan

p

pr

pre

pres

prese

presen

present

presents

presents

presents

presents

presents

presents

presents

presents

presents

PHP Tutorial 3

3

l

a

i

r

o

t

u

T

P

H

PHP Tutorial 3: se

Let's learn how to do some basic stuff in MySQL shall we?
Firstly, let's connect to the DB: (scroll a little bit to the right)

<?
$link = mysql_pconnect('localhost', 'USERNAME', 'PASSWORD') or die("Cannot connect: ".mysql_error());
mysql_select_db("DATABASE") or die("Cannot connect to DB: ".mysql_error());
$sql = "SELECT * FROM people";
$query = mysql_query($sql) or die ("Cannot execute the query: ".mysql_error());
while ($result = mysql_fetch_array($query, MYSQL_ASSOC)) {
echo "Your name is <strong>&nbsp;".$result['name']."</strong>, and your surname is<strong>&nbsp;".$result['$surname']."</strong>&nbsp; !";
}
mysql_free_result($query);
?>

1) $link = starts mysql connection. I suggest that you always use mysql_pconnect() istead of
mysql_connect() - it is faster and you don't even
have to close it. Due to reason alot of people isn't aware of it, they still use the standard way. If you
use it too, then you must
close it, like these:
mysql_close($link);

You enter your username where USERNAME, password where PASSWORD. If an error occurs, you'll
get it outputed via die() method.
2) select_db => selecting db. Normally.
3) you've already learn't how to use SELECT, WHERE, DELETE and UPDATE so we won't explain it
again.
4) query. mysql_query is used to do a query. In the braces you can see an variable for the syntax
query, "$sql"
5) while. The main part. Let's output all the data out. It goes like
$while variable['mysql field']
6) freeing the result out. you can and you can not use it. I however, use it.

INSERT INTO & SELECT or how to create a simple news menager

You'll need three files. We'll call them post.php,, process.php and show.php

------------>

In post.php create a HTML forms. If you are reading these then you must already know that.
Call them "title", "message" and "date". You can do as many of them you want, but these is basic.

In process.php do this:
<?
// do mysql connections here
$a = $_POST['title];
$b = $_POST['message'];
$c = $_POST['date'];
$sql = "INSERT INTO news (title, message, date) VALUES ($a, $b, $c);
mysql_query($sql) or die ("Canno write, some errors");
//scripted in Flash, no killz for syntax ok :P
?>

In show.php this:
<?
//conns here. yeah, scripted on Flash too :D
$sql = "SELECT title, message, date FROM news";
$q = mysql_query($sql) or die ("Some errors, cannot proceed");
while ($news = mysql_fetch_array($q, MYSQL_ASSOC)) {
//this is simple, it looks quite bad, but you'll get the point
echo "<p align=\"center\"><b>".$news['title']."</b></p> \n";
echo "<p align=\"left\">.$news['message']."</p> \n";
echo "<p>Posted by: ".$news['date']."</p> \n";
}
mysql_free_result($q);

ActionScript [AS1/AS2]

Frame 1
mojZvuk = new Sound(); mojZvuk.attachSound("mojZvuk1"); mojZvuk(0, 999); mojZvuk2 = new Sound(); mojZvuk2.attachSound("mojZvuk2"); mojZvuk2(0, 999); mojZvuk3 = new Sound(); mojZvuk3.attachSound("mojZvuk3"); mojZvuk3(0, 999); stopAllSounds(); stop();
Frame 2
gotoAndPlay (185);
Frame 4
Frame 51
Frame 90
gotoAndPlay (1);
Frame 92
stop();
Instance of Symbol 327 MovieClip in Frame 92
on (press) { startDrag (this); } on (release) { stopDrag(); }
Instance of Symbol 329 MovieClip in Frame 92
onClipEvent (enterFrame) { var my_date = new Date(); hours = my_date.getHours(); minutes = my_date.getMinutes(); seconds = my_date.getSeconds(); if (hours > 12) { hours = hours - 12; } if (seconds < 10) { seconds = "0" + seconds; } if (minutes < 10) { minutes = "0" + minutes; } if (hours < 10) { hours = "0" + hours; } disp = (((hours + ":") + minutes) + ":") + seconds; }
Frame 93
stop();
Frame 94
stop();
Frame 95
stop();
Frame 96
stop();
Frame 97
stop();
Frame 98
stop();
Frame 99
stop();
Frame 100
stop();
Frame 101
stop();
Frame 102
stop();
Frame 103
stop();
Frame 104
stop();
Frame 105
stop();
Frame 106
stop();
Frame 107
stop();
Frame 108
stop();
Frame 109
stop();
Frame 110
stop();
Frame 111
stop();
Frame 112
stop();
Frame 113
stop();
Frame 114
stop();
Frame 115
stop();
Frame 116
stop();
Frame 117
stop();
Frame 118
stop();
Frame 119
stop();
Frame 120
stop();
Frame 121
stop();
Frame 122
stop();
Frame 123
stop();
Frame 124
stop();
Frame 125
stop();
Frame 126
stop();
Frame 127
stop();
Frame 128
stop();
Frame 129
stop();
Frame 130
stop();
Frame 131
stop();
Frame 132
stop();
Frame 133
stop();
Frame 134
stop();
Frame 135
stop();
Frame 136
stop();
Frame 137
stop();
Frame 138
stop();
Frame 139
stop();
Frame 140
stop();
Frame 141
sto();
Frame 142
stop();
Frame 143
stop();
Frame 144
stop();
Frame 145
stop();
Frame 146
stop();
Frame 147
stop();
Frame 148
stop();
Frame 149
stop();
Frame 150
stop();
Frame 151
stop();
Frame 152
stop();
Frame 153
stop();
Frame 154
stop();
Frame 155
stop();
Frame 156
stop();
Frame 157
stop();
Frame 158
stop();
Frame 159
Frame 160
stop();
Instance of Symbol 327 MovieClip in Frame 160
on (press) { startDrag (this); } on (release) { stopDrag(); }
Instance of Symbol 329 MovieClip in Frame 160
onClipEvent (enterFrame) { var my_date = new Date(); hours = my_date.getHours(); minutes = my_date.getMinutes(); seconds = my_date.getSeconds(); if (hours > 12) { hours = hours - 12; } if (seconds < 10) { seconds = "0" + seconds; } if (minutes < 10) { minutes = "0" + minutes; } if (hours < 10) { hours = "0" + hours; } disp = (((hours + ":") + minutes) + ":") + seconds; }
Frame 161
stop();
Frame 162
stop();
Frame 163
stop();
Frame 164
stop();
Frame 165
stop();
Frame 166
stop();
Frame 167
stop();
Frame 168
stop();
Frame 169
stop();
Frame 170
stop();
Frame 173
stop();
Instance of Symbol 327 MovieClip in Frame 173
on (press) { startDrag (this); } on (release) { stopDrag(); }
Instance of Symbol 329 MovieClip in Frame 173
onClipEvent (enterFrame) { var my_date = new Date(); hours = my_date.getHours(); minutes = my_date.getMinutes(); seconds = my_date.getSeconds(); if (hours > 12) { hours = hours - 12; } if (seconds < 10) { seconds = "0" + seconds; } if (minutes < 10) { minutes = "0" + minutes; } if (hours < 10) { hours = "0" + hours; } disp = (((hours + ":") + minutes) + ":") + seconds; }
Frame 174
stop();
Frame 181
Frame 185
Frame 204
mojZvuk3.start(0, 999);
Frame 349
Frame 487
gotoAndPlay (92);
Frame 489
stop();
Instance of Symbol 6 MovieClip [Black] in Symbol 7 MovieClip [PLLink] Frame 1
on (press) { getURL ("http://planetbob.net/ng/pl/", "_blank"); }
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 0.5); }
Symbol 58 Button
on (release) { this._parent.play(); }
Symbol 67 MovieClip Frame 50
stop();
Symbol 72 MovieClip Frame 3
_root.stop();
Instance of Symbol 54 MovieClip "loadbar" in Symbol 72 MovieClip Frame 44
onClipEvent (enterFrame) { this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; }
Symbol 72 MovieClip Frame 45
this.loadbar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
Symbol 72 MovieClip Frame 46
if (_root.getBytesLoaded() < (_root.getBytesTotal() - 10)) { gotoAndPlay ("loadme"); }
Instance of Symbol 54 MovieClip "loadbar" in Symbol 72 MovieClip Frame 47
onClipEvent (enterFrame) { _xscale = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); }
Symbol 72 MovieClip Frame 68
stop();
Symbol 72 MovieClip Frame 190
_root.play();
Symbol 72 MovieClip Frame 194
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
Symbol 86 MovieClip Frame 8
stop();
Symbol 86 MovieClip Frame 9
play();
Symbol 86 MovieClip Frame 10
_parent.gotoAndStop(1); stop();
Symbol 86 MovieClip Frame 11
getURL ("http://www.newgrounds.com", "_blank"); _parent.gotoAndStop(1);
Instance of Symbol 86 MovieClip in Symbol 87 MovieClip Frame 1
onClipEvent (load) { stop(); } on (rollOver) { gotoAndPlay (2); } on (rollOut) { gotoAndPlay (9); } on (release) { gotoAndStop (11); }
Symbol 109 Button
on (release) { if (_quality == "LOW") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "LOW"; } }
Symbol 112 Button
on (release) { _quality = "HIGH"; }
Symbol 115 Button
on (release) { _quality = "MEDIUM"; }
Symbol 118 Button
on (release) { _quality = "LOW"; }
Symbol 122 Button
on (press) { mojZvuk.stop("mojZvuk1"); svira = false; mojZvuk2.stop("mojZvuk2"); svira = false; mojZvuk3.stop("mojZvuk3"); svira = false; stopAllSounds(); }
Symbol 126 Button
on (press) { if (svira != true) { mojZvuk.start(0, 999); svira = true; } }
Symbol 131 Button
on (press) { mojZvuk.stop("mojZvuk1"); svira = false; }
Symbol 135 Button
on (press) { if (svira != true) { mojZvuk2.start(0, 999); svira = true; } }
Symbol 139 Button
on (press) { mojZvuk2.stop("mojZvuk2"); svira = false; }
Symbol 143 Button
on (press) { if (svira != true) { mojZvuk3.start(0, 999); svira = true; } }
Symbol 147 Button
on (press) { mojZvuk3.stop("mojZvuk3"); svira = false; }
Symbol 159 Button
on (release) { gotoAndStop (93); }
Symbol 164 Button
on (release) { gotoAndStop (94); }
Symbol 169 Button
on (release) { gotoAndStop (98); }
Symbol 174 Button
on (release) { gotoAndStop (100); }
Symbol 179 Button
on (release) { gotoAndStop (101); }
Symbol 184 Button
on (release) { gotoAndStop (102); }
Symbol 189 Button
on (release) { gotoAndStop (104); }
Symbol 194 Button
on (release) { gotoAndStop (107); }
Symbol 199 Button
on (release) { gotoAndStop (108); }
Symbol 205 Button
on (release) { gotoAndStop (110); }
Symbol 210 Button
on (release) { gotoAndStop (114); }
Symbol 215 Button
on (release) { gotoAndStop (115); }
Symbol 220 Button
on (release) { gotoAndStop (117); }
Symbol 223 Button
on (release) { gotoAndStop (120); }
Symbol 228 Button
on (release) { gotoAndStop (121); }
Symbol 233 Button
on (release) { gotoAndStop (123); }
Symbol 238 Button
on (release) { gotoAndStop (124); }
Symbol 243 Button
on (release) { gotoAndStop (125); }
Symbol 248 Button
on (release) { gotoAndStop (128); }
Symbol 253 Button
on (release) { gotoAndStop (129); }
Symbol 258 Button
on (release) { gotoAndStop (131); }
Symbol 263 Button
on (release) { gotoAndStop (133); }
Symbol 268 Button
on (release) { gotoAndStop (137); }
Symbol 273 Button
on (release) { gotoAndStop (139); }
Symbol 278 Button
on (release) { gotoAndStop (141); }
Symbol 283 Button
on (release) { gotoAndStop (157); }
Symbol 288 Button
on (release) { gotoAndStop (158); }
Symbol 293 Button
on (release) { gotoAndStop (159); }
Symbol 298 Button
on (release) { gotoAndStop (147); }
Symbol 303 Button
on (release) { gotoAndStop (152); }
Symbol 308 Button
on (release) { gotoAndStop (155); }
Symbol 313 Button
on (release) { gotoAndStop (144); }
Symbol 319 Button
on (release) { getURL ("mailto:nino@clan-csc.com"); }
Symbol 324 Button
on (release) { gotoAndStop (160); }
Symbol 325 Button
on (release) { gotoAndStop (160); }
Symbol 333 Button
on (release) { gotoAndStop (489); }
Symbol 334 Button
on (press) { mojZvuk.stop("mojZvuk1"); svira = false; mojZvuk2.stop("mojZvuk2"); svira = false; mojZvuk3.stop("mojZvuk3"); svira = false; }
Symbol 348 Button
on (release) { nextFrame(); }
Symbol 349 Button
on (release) { prevFrame(); }
Symbol 356 Button
on (release) { gotoAndStop (92); }
Symbol 378 Button
on (release) { getURL ("http://www.php.net", "_blank"); }
Symbol 564 Button
on (release) { getURL ("http://www.newgrounds.com/audio", "_blank"); }
Symbol 567 Button
on (release) { gotoAndStop (92); }
Symbol 572 Button
on (release) { gotoAndStop (161); }
Symbol 577 Button
on (release) { gotoAndStop (164); }
Symbol 582 Button
on (release) { gotoAndStop (165); }
Symbol 583 Button
on (release) { gotoAndStop (173); }
Symbol 584 Button
on (release) { gotoAndStop (160); }
Symbol 588 Button
on (release) { gotoAndStop (160); }
Symbol 620 Button
on (release) { gotoAndStop (160); }
Symbol 625 Button
on (release) { gotoAndStop (174); }
Symbol 630 Button
on (release) { gotoAndStop (179); }
Symbol 635 Button
on (release) { gotoAndStop (182); }
Symbol 640 Button
on (release) { gotoAndStop (183); }
Symbol 641 Button
on (release) { gotoAndStop (173); }
Symbol 728 Button
on (release) { gotoAndStop ("92"); }
Symbol 730 Button
on (release) { nextFrame(); }
Symbol 732 Button
on (release) { gotoAndStop (92); }

Library Items

Symbol 1 Sound [mojZvuk3]
Symbol 2 Sound [mojZvuk2]
Symbol 3 Sound [mojZvuk1]
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:6 72
Symbol 6 MovieClip [Black]Uses:5Used by:7
Symbol 7 MovieClip [PLLink]Uses:4 6
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [rays]Uses:8
Symbol 10 GraphicUsed by:53 72
Symbol 11 GraphicUsed by:72
Symbol 12 ShapeTweeningUsed by:72
Symbol 13 ShapeTweeningUsed by:72
Symbol 14 ShapeTweeningUsed by:72
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:72
Symbol 17 GraphicUsed by:72
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:72
Symbol 22 GraphicUsed by:25
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:25
Symbol 25 MovieClipUses:22 24Used by:72
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClipUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:72
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:47
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:46
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:36Used by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:37 38Used by:45
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:41 42Used by:44
Symbol 44 MovieClipUses:43Used by:45
Symbol 45 MovieClipUses:39 44Used by:46
Symbol 46 MovieClipUses:34 45Used by:47
Symbol 47 MovieClipUses:32 46Used by:72
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:72
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:52
Symbol 52 MovieClipUses:51Used by:72
Symbol 53 MovieClipUses:10Used by:54
Symbol 54 MovieClipUses:53Used by:72
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:58
Symbol 57 GraphicUsed by:58
Symbol 58 ButtonUses:56 57Used by:59
Symbol 59 MovieClipUses:58Used by:72
Symbol 60 ShapeTweeningUsed by:67
Symbol 61 ShapeTweeningUsed by:67
Symbol 62 ShapeTweeningUsed by:67
Symbol 63 ShapeTweeningUsed by:67
Symbol 64 ShapeTweeningUsed by:67
Symbol 65 ShapeTweeningUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:60 61 62 63 64 65 66Used by:72
Symbol 68 ShapeTweeningUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 ShapeTweeningUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:10 11 5 12 13 14 16 17 21 25 30 47 49 52 54 59 67 68 69 70 71Used by:Timeline
Symbol 73 FontUsed by:74 556
Symbol 74 TextUses:73Used by:87
Symbol 75 GraphicUsed by:86
Symbol 76 FontUsed by:77 78
Symbol 77 TextUses:76Used by:80
Symbol 78 EditableTextUses:76Used by:80
Symbol 79 GraphicUsed by:80
Symbol 80 ButtonUses:77 78 79Used by:86
Symbol 81 GraphicUsed by:86
Symbol 82 TextUsed by:86
Symbol 83 TextUsed by:86
Symbol 84 FontUsed by:85
Symbol 85 TextUses:84Used by:86
Symbol 86 MovieClipUses:75 80 81 82 83 85Used by:87
Symbol 87 MovieClipUses:74 86Used by:Timeline
Symbol 88 GraphicUsed by:90
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:88 89Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 FontUsed by:93
Symbol 93 TextUses:92Used by:Timeline
Symbol 94 FontUsed by:95 96 736
Symbol 95 TextUses:94Used by:Timeline
Symbol 96 TextUses:94Used by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 FontUsed by:99 100 656 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704
Symbol 99 TextUses:98Used by:Timeline
Symbol 100 TextUses:98Used by:Timeline
Symbol 101 FontUsed by:102 103 105 106 107 110 113 116 119 120 124 133 141 389 391
Symbol 102 TextUses:101Used by:Timeline
Symbol 103 TextUses:101Used by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 TextUses:101Used by:Timeline
Symbol 106 TextUses:101Used by:109
Symbol 107 TextUses:101Used by:109
Symbol 108 GraphicUsed by:109
Symbol 109 ButtonUses:106 107 108Used by:Timeline
Symbol 110 TextUses:101Used by:112
Symbol 111 GraphicUsed by:112
Symbol 112 ButtonUses:110 111Used by:Timeline
Symbol 113 TextUses:101Used by:115
Symbol 114 GraphicUsed by:115
Symbol 115 ButtonUses:113 114Used by:Timeline
Symbol 116 TextUses:101Used by:118
Symbol 117 GraphicUsed by:118
Symbol 118 ButtonUses:116 117Used by:Timeline
Symbol 119 TextUses:101Used by:122 334
Symbol 120 TextUses:101Used by:122 334
Symbol 121 GraphicUsed by:122 334
Symbol 122 ButtonUses:119 120 121Used by:Timeline
Symbol 123 GraphicUsed by:126
Symbol 124 TextUses:101Used by:126
Symbol 125 GraphicUsed by:126
Symbol 126 ButtonUses:123 124 125Used by:Timeline
Symbol 127 GraphicUsed by:131
Symbol 128 FontUsed by:129 137 145
Symbol 129 TextUses:128Used by:131
Symbol 130 GraphicUsed by:131
Symbol 131 ButtonUses:127 129 130Used by:Timeline
Symbol 132 GraphicUsed by:135
Symbol 133 TextUses:101Used by:135
Symbol 134 GraphicUsed by:135
Symbol 135 ButtonUses:132 133 134Used by:Timeline
Symbol 136 GraphicUsed by:139
Symbol 137 TextUses:128Used by:139
Symbol 138 GraphicUsed by:139
Symbol 139 ButtonUses:136 137 138Used by:Timeline
Symbol 140 GraphicUsed by:143
Symbol 141 TextUses:101Used by:143
Symbol 142 GraphicUsed by:143
Symbol 143 ButtonUses:140 141 142Used by:Timeline
Symbol 144 GraphicUsed by:147
Symbol 145 TextUses:128Used by:147
Symbol 146 GraphicUsed by:147
Symbol 147 ButtonUses:144 145 146Used by:Timeline
Symbol 148 FontUsed by:149 150 151 152 153 154 155 156 157 160 161 162 165 166 167 170 171 172 175 176 177 180 181 182 185 186 187 190 191 192 195 196 197 206 207 208 211 212 213 216 217 218 221 224 225 226 229 230 231 234 235 236 239 240 241 244 245 246 249 250 251 254 255 256 259 260 261 264 265 266 269 270 271 274 275 276 279 280 281 284 285 286 289 290 291 294 295 296 299 300 301 304 305 306 309 310 311 314 315 316 318 328 330 336 337 338 339 340 342 351 353 354 359 360 362 363 365 367 369 371 373 374 375 381 388 392 396 397 399 405 406 415 416 418 423 427 431 432 434 435 437 438 529 531 549 550 558 568 569 570 573 574 575 578 579 580 621 622 623 626 627 628 631 632 633 636 637 638 734
Symbol 149 TextUses:148Used by:Timeline
Symbol 150 TextUses:148Used by:Timeline
Symbol 151 TextUses:148Used by:Timeline
Symbol 152 TextUses:148Used by:Timeline
Symbol 153 TextUses:148Used by:Timeline
Symbol 154 TextUses:148Used by:Timeline
Symbol 155 TextUses:148Used by:159 335
Symbol 156 TextUses:148Used by:159 335
Symbol 157 TextUses:148Used by:159 335
Symbol 158 GraphicUsed by:159 335
Symbol 159 ButtonUses:155 156 157 158Used by:Timeline
Symbol 160 TextUses:148Used by:164 361
Symbol 161 TextUses:148Used by:164 361
Symbol 162 TextUses:148Used by:164 361
Symbol 163 GraphicUsed by:164 361
Symbol 164 ButtonUses:160 161 162 163Used by:Timeline
Symbol 165 TextUses:148Used by:169 379
Symbol 166 TextUses:148Used by:169 379
Symbol 167 TextUses:148Used by:169 379
Symbol 168 GraphicUsed by:169 379
Symbol 169 ButtonUses:165 166 167 168Used by:Timeline
Symbol 170 TextUses:148Used by:174
Symbol 171 TextUses:148Used by:174
Symbol 172 TextUses:148Used by:174
Symbol 173 GraphicUsed by:174
Symbol 174 ButtonUses:170 171 172 173Used by:Timeline
Symbol 175 TextUses:148Used by:179 393
Symbol 176 TextUses:148Used by:179 393
Symbol 177 TextUses:148Used by:179 393
Symbol 178 GraphicUsed by:179 393
Symbol 179 ButtonUses:175 176 177 178Used by:Timeline
Symbol 180 TextUses:148Used by:184 398
Symbol 181 TextUses:148Used by:184 398
Symbol 182 TextUses:148Used by:184 398
Symbol 183 GraphicUsed by:184 398
Symbol 184 ButtonUses:180 181 182 183Used by:Timeline
Symbol 185 TextUses:148Used by:189 408
Symbol 186 TextUses:148Used by:189 408
Symbol 187 TextUses:148Used by:189 408
Symbol 188 GraphicUsed by:189 408
Symbol 189 ButtonUses:185 186 187 188Used by:Timeline
Symbol 190 TextUses:148Used by:194 413
Symbol 191 TextUses:148Used by:194 413
Symbol 192 TextUses:148Used by:194 413
Symbol 193 GraphicUsed by:194 413
Symbol 194 ButtonUses:190 191 192 193Used by:Timeline
Symbol 195 TextUses:148Used by:199 417
Symbol 196 TextUses:148Used by:199 417
Symbol 197 TextUses:148Used by:199 417
Symbol 198 GraphicUsed by:199 417
Symbol 199 ButtonUses:195 196 197 198Used by:Timeline
Symbol 200 FontUsed by:201 202 203 374 381 396 397 416 549 550
Symbol 201 TextUses:200Used by:205 425
Symbol 202 TextUses:200Used by:205 425
Symbol 203 TextUses:200Used by:205 425
Symbol 204 GraphicUsed by:205 425
Symbol 205 ButtonUses:201 202 203 204Used by:Timeline
Symbol 206 TextUses:148Used by:210 440
Symbol 207 TextUses:148Used by:210 440
Symbol 208 TextUses:148Used by:210 440
Symbol 209 GraphicUsed by:210 440
Symbol 210 ButtonUses:206 207 208 209Used by:Timeline
Symbol 211 TextUses:148Used by:215 445
Symbol 212 TextUses:148Used by:215 445
Symbol 213 TextUses:148Used by:215 445
Symbol 214 GraphicUsed by:215 445
Symbol 215 ButtonUses:211 212 213 214Used by:Timeline
Symbol 216 TextUses:148Used by:220 449
Symbol 217 TextUses:148Used by:220 449
Symbol 218 TextUses:148Used by:220 449
Symbol 219 GraphicUsed by:220 449
Symbol 220 ButtonUses:216 217 218 219Used by:Timeline
Symbol 221 TextUses:148Used by:223 453
Symbol 222 GraphicUsed by:223 453
Symbol 223 ButtonUses:221 222Used by:Timeline
Symbol 224 TextUses:148Used by:228 455
Symbol 225 TextUses:148Used by:228 455
Symbol 226 TextUses:148Used by:228 455
Symbol 227 GraphicUsed by:228 455
Symbol 228 ButtonUses:224 225 226 227Used by:Timeline
Symbol 229 TextUses:148Used by:233 461
Symbol 230 TextUses:148Used by:233 461
Symbol 231 TextUses:148Used by:233 461
Symbol 232 GraphicUsed by:233 461
Symbol 233 ButtonUses:229 230 231 232Used by:Timeline
Symbol 234 TextUses:148Used by:238 465
Symbol 235 TextUses:148Used by:238 465
Symbol 236 TextUses:148Used by:238 465
Symbol 237 GraphicUsed by:238 465
Symbol 238 ButtonUses:234 235 236 237Used by:Timeline
Symbol 239 TextUses:148Used by:243
Symbol 240 TextUses:148Used by:243
Symbol 241 TextUses:148Used by:243
Symbol 242 GraphicUsed by:243
Symbol 243 ButtonUses:239 240 241 242Used by:Timeline
Symbol 244 TextUses:148Used by:248 473
Symbol 245 TextUses:148Used by:248 473
Symbol 246 TextUses:148Used by:248 473
Symbol 247 GraphicUsed by:248 473
Symbol 248 ButtonUses:244 245 246 247Used by:Timeline
Symbol 249 TextUses:148Used by:253 476
Symbol 250 TextUses:148Used by:253 476
Symbol 251 TextUses:148Used by:253 476
Symbol 252 GraphicUsed by:253 476
Symbol 253 ButtonUses:249 250 251 252Used by:Timeline
Symbol 254 TextUses:148Used by:258 481
Symbol 255 TextUses:148Used by:258 481
Symbol 256 TextUses:148Used by:258 481
Symbol 257 GraphicUsed by:258 481
Symbol 258 ButtonUses:254 255 256 257Used by:Timeline
Symbol 259 TextUses:148Used by:263 487
Symbol 260 TextUses:148Used by:263 487
Symbol 261 TextUses:148Used by:263 487
Symbol 262 GraphicUsed by:263 487
Symbol 263 ButtonUses:259 260 261 262Used by:Timeline
Symbol 264 TextUses:148Used by:268 493
Symbol 265 TextUses:148Used by:268 493
Symbol 266 TextUses:148Used by:268 493
Symbol 267 GraphicUsed by:268 493
Symbol 268 ButtonUses:264 265 266 267Used by:Timeline
Symbol 269 TextUses:148Used by:273 497
Symbol 270 TextUses:148Used by:273 497
Symbol 271 TextUses:148Used by:273 497
Symbol 272 GraphicUsed by:273 497
Symbol 273 ButtonUses:269 270 271 272Used by:Timeline
Symbol 274 TextUses:148Used by:278 501
Symbol 275 TextUses:148Used by:278 501
Symbol 276 TextUses:148Used by:278 501
Symbol 277 GraphicUsed by:278 501
Symbol 278 ButtonUses:274 275 276 277Used by:Timeline
Symbol 279 TextUses:148Used by:283 546
Symbol 280 TextUses:148Used by:283 546
Symbol 281 TextUses:148Used by:283 546
Symbol 282 GraphicUsed by:283 546
Symbol 283 ButtonUses:279 280 281 282Used by:Timeline
Symbol 284 TextUses:148Used by:288 554
Symbol 285 TextUses:148Used by:288 554
Symbol 286 TextUses:148Used by:288 554
Symbol 287 GraphicUsed by:288 554
Symbol 288 ButtonUses:284 285 286 287Used by:Timeline
Symbol 289 TextUses:148Used by:293 557
Symbol 290 TextUses:148Used by:293 557
Symbol 291 TextUses:148Used by:293 557
Symbol 292 GraphicUsed by:293 557
Symbol 293 ButtonUses:289 290 291 292Used by:Timeline
Symbol 294 TextUses:148Used by:298
Symbol 295 TextUses:148Used by:298
Symbol 296 TextUses:148Used by:298
Symbol 297 GraphicUsed by:298
Symbol 298 ButtonUses:294 295 296 297Used by:Timeline
Symbol 299 TextUses:148Used by:303 536
Symbol 300 TextUses:148Used by:303 536
Symbol 301 TextUses:148Used by:303 536
Symbol 302 GraphicUsed by:303 536
Symbol 303 ButtonUses:299 300 301 302Used by:Timeline
Symbol 304 TextUses:148Used by:308 542
Symbol 305 TextUses:148Used by:308 542
Symbol 306 TextUses:148Used by:308 542
Symbol 307 GraphicUsed by:308 542
Symbol 308 ButtonUses:304 305 306 307Used by:Timeline
Symbol 309 TextUses:148Used by:313 507
Symbol 310 TextUses:148Used by:313 507
Symbol 311 TextUses:148Used by:313 507
Symbol 312 GraphicUsed by:313 507
Symbol 313 ButtonUses:309 310 311 312Used by:Timeline
Symbol 314 TextUses:148Used by:319
Symbol 315 TextUses:148Used by:319
Symbol 316 TextUses:148Used by:319
Symbol 317 GraphicUsed by:319
Symbol 318 TextUses:148Used by:319
Symbol 319 ButtonUses:314 315 316 317 318Used by:Timeline
Symbol 320 GraphicUsed by:324 325 567 583 620
Symbol 321 GraphicUsed by:324 325 567 583 620
Symbol 322 GraphicUsed by:324 325 567 583 620
Symbol 323 SoundUsed by:324 325 567 583 620
Symbol 324 ButtonUses:320 321 322 323Used by:Timeline
Symbol 325 ButtonUses:320 321 322 323Used by:Timeline
Symbol 326 GraphicUsed by:327  Timeline
Symbol 327 MovieClipUses:326Used by:Timeline
Symbol 328 EditableTextUses:148Used by:329
Symbol 329 MovieClipUses:328Used by:Timeline
Symbol 330 TextUses:148Used by:331 333
Symbol 331 MovieClipUses:330Used by:333
Symbol 332 GraphicUsed by:333
Symbol 333 ButtonUses:331 332 330Used by:Timeline
Symbol 334 ButtonUses:119 120 121Used by:Timeline
Symbol 335 ButtonUses:155 156 157 158Used by:Timeline
Symbol 336 TextUses:148Used by:Timeline
Symbol 337 TextUses:148Used by:Timeline
Symbol 338 TextUses:148Used by:343
Symbol 339 TextUses:148Used by:343
Symbol 340 TextUses:148Used by:343
Symbol 341 GraphicUsed by:343
Symbol 342 TextUses:148Used by:343
Symbol 343 ButtonUses:338 339 340 341 342Used by:Timeline
Symbol 344 GraphicUsed by:348 349 730
Symbol 345 GraphicUsed by:348 349 730
Symbol 346 GraphicUsed by:348 349 730
Symbol 347 GraphicUsed by:348 349 730
Symbol 348 ButtonUses:344 345 346 347Used by:Timeline
Symbol 349 ButtonUses:344 345 346 347Used by:Timeline
Symbol 350 GraphicUsed by:356 584 588 641 728 732
Symbol 351 TextUses:148Used by:356 584 588 641 728 732
Symbol 352 GraphicUsed by:356 584 588 641 728 732
Symbol 353 TextUses:148Used by:356 584 588 641 728 732
Symbol 354 TextUses:148Used by:356 584 588 641 728 732
Symbol 355 GraphicUsed by:356 584 588 641 728 732
Symbol 356 ButtonUses:350 351 352 353 354 355Used by:Timeline
Symbol 357 FontUsed by:364 366 368 370 372 374 380 381 382 383 384 385 386 388 390 394 395 396 397 400 401 402 403 404 407 409 410 411 412 414 416 418 419 420 421 422 424 426 428 429 430 433 436 439 441 442 443 444 446 447 448 450 451 452 454 456 457 458 459 460 462 463 464 466 467 468 469 470 471 472 474 475 477 478 479 480 482 483 484 485 486 488 489 490 491 492 494 495 496 498 499 500 502 503 504 505 506 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 532 533 534 535 537 538 539 540 541 543 544 545 547 548 549 550 555 558 562 565 585 586 587 589 590 591 593 594 595 596 597 598 599 600 601 602 603 605 606 607 608 609 610 611 612 613 614 643 644 645 646 647 649 650 651 653 655 727 729 731 733 735 737 738 739
Symbol 358 TextUsed by:Timeline
Symbol 359 TextUses:148Used by:Timeline
Symbol 360 TextUses:148Used by:Timeline
Symbol 361 ButtonUses:160 161 162 163Used by:Timeline
Symbol 362 TextUses:148Used by:Timeline
Symbol 363 TextUses:148Used by:Timeline
Symbol 364 TextUses:357Used by:Timeline
Symbol 365 TextUses:148Used by:Timeline
Symbol 366 TextUses:357Used by:Timeline
Symbol 367 TextUses:148Used by:Timeline
Symbol 368 TextUses:357Used by:Timeline
Symbol 369 TextUses:148Used by:Timeline
Symbol 370 TextUses:357Used by:Timeline
Symbol 371 TextUses:148Used by:Timeline
Symbol 372 TextUses:357Used by:Timeline
Symbol 373 TextUses:148Used by:Timeline
Symbol 374 EditableTextUses:148 200 357Used by:Timeline
Symbol 375 TextUses:148Used by:Timeline
Symbol 376 BitmapUsed by:377
Symbol 377 GraphicUses:376Used by:378
Symbol 378 ButtonUses:377Used by:Timeline
Symbol 379 ButtonUses:165 166 167 168Used by:Timeline
Symbol 380 TextUses:357Used by:Timeline
Symbol 381 EditableTextUses:148 200 357Used by:Timeline
Symbol 382 TextUses:357Used by:Timeline
Symbol 383 TextUses:357Used by:Timeline
Symbol 384 TextUses:357Used by:Timeline
Symbol 385 TextUses:357Used by:Timeline
Symbol 386 TextUses:357Used by:Timeline
Symbol 387 GraphicUsed by:Timeline
Symbol 388 TextUses:357 148Used by:Timeline
Symbol 389 TextUses:101Used by:Timeline
Symbol 390 EditableTextUses:357Used by:Timeline
Symbol 391 TextUses:101Used by:Timeline
Symbol 392 EditableTextUses:148Used by:Timeline
Symbol 393 ButtonUses:175 176 177 178Used by:Timeline
Symbol 394 TextUses:357Used by:Timeline
Symbol 395 TextUses:357Used by:Timeline
Symbol 396 EditableTextUses:148 200 357Used by:Timeline
Symbol 397 EditableTextUses:148 200 357Used by:Timeline
Symbol 398 ButtonUses:180 181 182 183Used by:Timeline
Symbol 399 TextUses:148Used by:Timeline
Symbol 400 TextUses:357Used by:Timeline
Symbol 401 TextUses:357Used by:Timeline
Symbol 402 TextUses:357Used by:Timeline
Symbol 403 TextUses:357Used by:Timeline
Symbol 404 TextUses:357Used by:Timeline
Symbol 405 TextUses:148Used by:Timeline
Symbol 406 TextUses:148Used by:Timeline
Symbol 407 TextUses:357Used by:Timeline
Symbol 408 ButtonUses:185 186 187 188Used by:Timeline
Symbol 409 TextUses:357Used by:Timeline
Symbol 410 EditableTextUses:357Used by:Timeline
Symbol 411 TextUses:357Used by:Timeline
Symbol 412 EditableTextUses:357Used by:Timeline
Symbol 413 ButtonUses:190 191 192 193Used by:Timeline
Symbol 414 TextUses:357Used by:Timeline
Symbol 415 TextUses:148Used by:Timeline
Symbol 416 EditableTextUses:148 200 357Used by:Timeline
Symbol 417 ButtonUses:195 196 197 198Used by:Timeline
Symbol 418 TextUses:357 148Used by:Timeline
Symbol 419 TextUses:357Used by:Timeline
Symbol 420 EditableTextUses:357Used by:Timeline
Symbol 421 TextUses:357Used by:Timeline
Symbol 422 TextUses:357Used by:Timeline
Symbol 423 TextUses:148Used by:Timeline
Symbol 424 TextUses:357Used by:Timeline
Symbol 425 ButtonUses:201 202 203 204Used by:Timeline
Symbol 426 TextUses:357Used by:Timeline
Symbol 427 TextUses:148Used by:Timeline
Symbol 428 EditableTextUses:357Used by:Timeline
Symbol 429 EditableTextUses:357Used by:Timeline
Symbol 430 TextUses:357Used by:Timeline
Symbol 431 TextUses:148Used by:Timeline
Symbol 432 EditableTextUses:148Used by:Timeline
Symbol 433 TextUses:357Used by:Timeline
Symbol 434 TextUses:148Used by:Timeline
Symbol 435 EditableTextUses:148Used by:Timeline
Symbol 436 TextUses:357Used by:Timeline
Symbol 437 TextUses:148Used by:Timeline
Symbol 438 EditableTextUses:148Used by:Timeline
Symbol 439 TextUses:357Used by:Timeline
Symbol 440 ButtonUses:206 207 208 209Used by:Timeline
Symbol 441 TextUses:357Used by:Timeline
Symbol 442 TextUses:357Used by:Timeline
Symbol 443 TextUses:357Used by:Timeline
Symbol 444 TextUses:357Used by:Timeline
Symbol 445 ButtonUses:211 212 213 214Used by:Timeline
Symbol 446 TextUses:357Used by:Timeline
Symbol 447 EditableTextUses:357Used by:Timeline
Symbol 448 EditableTextUses:357Used by:Timeline
Symbol 449 ButtonUses:216 217 218 219Used by:Timeline
Symbol 450 TextUses:357Used by:Timeline
Symbol 451 EditableTextUses:357Used by:Timeline
Symbol 452 TextUses:357Used by:Timeline
Symbol 453 ButtonUses:221 222Used by:Timeline
Symbol 454 TextUses:357Used by:Timeline
Symbol 455 ButtonUses:224 225 226 227Used by:Timeline
Symbol 456 TextUses:357Used by:Timeline
Symbol 457 TextUses:357Used by:Timeline
Symbol 458 TextUses:357Used by:Timeline
Symbol 459 EditableTextUses:357Used by:Timeline
Symbol 460 EditableTextUses:357Used by:Timeline
Symbol 461 ButtonUses:229 230 231 232Used by:Timeline
Symbol 462 TextUses:357Used by:Timeline
Symbol 463 TextUses:357Used by:Timeline
Symbol 464 TextUses:357Used by:Timeline
Symbol 465 ButtonUses:234 235 236 237Used by:Timeline
Symbol 466 TextUses:357Used by:Timeline
Symbol 467 TextUses:357Used by:Timeline
Symbol 468 TextUses:357Used by:Timeline
Symbol 469 EditableTextUses:357Used by:Timeline
Symbol 470 TextUses:357Used by:Timeline
Symbol 471 EditableTextUses:357Used by:Timeline
Symbol 472 TextUses:357Used by:Timeline
Symbol 473 ButtonUses:244 245 246 247Used by:Timeline
Symbol 474 TextUses:357Used by:Timeline
Symbol 475 EditableTextUses:357Used by:Timeline
Symbol 476 ButtonUses:249 250 251 252Used by:Timeline
Symbol 477 TextUses:357Used by:Timeline
Symbol 478 TextUses:357Used by:Timeline
Symbol 479 TextUses:357Used by:Timeline
Symbol 480 EditableTextUses:357Used by:Timeline
Symbol 481 ButtonUses:254 255 256 257Used by:Timeline
Symbol 482 TextUses:357Used by:Timeline
Symbol 483 EditableTextUses:357Used by:Timeline
Symbol 484 TextUses:357Used by:Timeline
Symbol 485 EditableTextUses:357Used by:Timeline
Symbol 486 TextUses:357Used by:Timeline
Symbol 487 ButtonUses:259 260 261 262Used by:Timeline
Symbol 488 TextUses:357Used by:Timeline
Symbol 489 TextUses:357Used by:Timeline
Symbol 490 EditableTextUses:357Used by:Timeline
Symbol 491 TextUses:357Used by:Timeline
Symbol 492 EditableTextUses:357Used by:Timeline
Symbol 493 ButtonUses:264 265 266 267Used by:Timeline
Symbol 494 TextUses:357Used by:Timeline
Symbol 495 EditableTextUses:357Used by:Timeline
Symbol 496 TextUses:357Used by:Timeline
Symbol 497 ButtonUses:269 270 271 272Used by:Timeline
Symbol 498 TextUses:357Used by:Timeline
Symbol 499 EditableTextUses:357Used by:Timeline
Symbol 500 TextUses:357Used by:Timeline
Symbol 501 ButtonUses:274 275 276 277Used by:Timeline
Symbol 502 TextUses:357Used by:Timeline
Symbol 503 TextUses:357Used by:Timeline
Symbol 504 EditableTextUses:357Used by:Timeline
Symbol 505 EditableTextUses:357Used by:Timeline
Symbol 506 TextUses:357Used by:Timeline
Symbol 507 ButtonUses:309 310 311 312Used by:Timeline
Symbol 508 TextUses:357Used by:Timeline
Symbol 509 TextUses:357Used by:Timeline
Symbol 510 TextUses:357Used by:Timeline
Symbol 511 TextUses:357Used by:Timeline
Symbol 512 TextUses:357Used by:Timeline
Symbol 513 TextUses:357Used by:Timeline
Symbol 514 TextUses:357Used by:Timeline
Symbol 515 EditableTextUses:357Used by:Timeline
Symbol 516 EditableTextUses:357Used by:Timeline
Symbol 517 EditableTextUses:357Used by:Timeline
Symbol 518 TextUses:357Used by:Timeline
Symbol 519 EditableTextUses:357Used by:Timeline
Symbol 520 TextUses:357Used by:Timeline
Symbol 521 TextUses:357Used by:Timeline
Symbol 522 TextUses:357Used by:Timeline
Symbol 523 EditableTextUses:357Used by:Timeline
Symbol 524 EditableTextUses:357Used by:Timeline
Symbol 525 TextUses:357Used by:Timeline
Symbol 526 TextUses:357Used by:Timeline
Symbol 527 EditableTextUses:357Used by:Timeline
Symbol 528 TextUses:357Used by:Timeline
Symbol 529 TextUses:357 148Used by:Timeline
Symbol 530 EditableTextUses:357Used by:Timeline
Symbol 531 TextUses:148Used by:Timeline
Symbol 532 TextUses:357Used by:Timeline
Symbol 533 TextUses:357Used by:Timeline
Symbol 534 TextUses:357Used by:Timeline
Symbol 535 TextUses:357Used by:Timeline
Symbol 536 ButtonUses:299 300 301 302Used by:Timeline
Symbol 537 TextUses:357Used by:Timeline
Symbol 538 TextUses:357Used by:Timeline
Symbol 539 EditableTextUses:357Used by:Timeline
Symbol 540 TextUses:357Used by:Timeline
Symbol 541 EditableTextUses:357Used by:Timeline
Symbol 542 ButtonUses:304 305 306 307Used by:Timeline
Symbol 543 TextUses:357Used by:Timeline
Symbol 544 EditableTextUses:357Used by:Timeline
Symbol 545 TextUses:357Used by:Timeline
Symbol 546 ButtonUses:279 280 281 282Used by:Timeline
Symbol 547 TextUses:357Used by:Timeline
Symbol 548 TextUses:357Used by:Timeline
Symbol 549 EditableTextUses:148 200 357Used by:Timeline
Symbol 550 EditableTextUses:148 200 357Used by:Timeline
Symbol 551 BitmapUsed by:553
Symbol 552 BitmapUsed by:553
Symbol 553 GraphicUses:551 552Used by:Timeline
Symbol 554 ButtonUses:284 285 286 287Used by:Timeline
Symbol 555 TextUses:357Used by:Timeline
Symbol 556 TextUses:73Used by:Timeline
Symbol 557 ButtonUses:289 290 291 292Used by:Timeline
Symbol 558 TextUses:357 148Used by:Timeline
Symbol 559 BitmapUsed by:560
Symbol 560 GraphicUses:559Used by:561
Symbol 561 ButtonUses:560Used by:564
Symbol 562 TextUses:357Used by:564
Symbol 563 GraphicUsed by:564
Symbol 564 ButtonUses:561 562 563Used by:Timeline
Symbol 565 TextUses:357Used by:Timeline
Symbol 566 GraphicUsed by:Timeline
Symbol 567 ButtonUses:320 321 322 323Used by:Timeline
Symbol 568 TextUses:148Used by:572
Symbol 569 TextUses:148Used by:572
Symbol 570 TextUses:148Used by:572
Symbol 571 GraphicUsed by:572
Symbol 572 ButtonUses:568 569 570 571Used by:Timeline
Symbol 573 TextUses:148Used by:577 592
Symbol 574 TextUses:148Used by:577 592
Symbol 575 TextUses:148Used by:577 592
Symbol 576 GraphicUsed by:577 592
Symbol 577 ButtonUses:573 574 575 576Used by:Timeline
Symbol 578 TextUses:148Used by:582 604
Symbol 579 TextUses:148Used by:582 604
Symbol 580 TextUses:148Used by:582 604
Symbol 581 GraphicUsed by:582 604
Symbol 582 ButtonUses:578 579 580 581Used by:Timeline
Symbol 583 ButtonUses:320 321 322 323Used by:Timeline
Symbol 584 ButtonUses:350 351 352 353 354 355Used by:Timeline
Symbol 585 TextUses:357Used by:Timeline
Symbol 586 EditableTextUses:357Used by:Timeline
Symbol 587 TextUses:357Used by:Timeline
Symbol 588 ButtonUses:350 351 352 353 354 355Used by:Timeline
Symbol 589 TextUses:357Used by:Timeline
Symbol 590 TextUses:357Used by:Timeline
Symbol 591 EditableTextUses:357Used by:Timeline
Symbol 592 ButtonUses:573 574 575 576Used by:Timeline
Symbol 593 TextUses:357Used by:Timeline
Symbol 594 TextUses:357Used by:Timeline
Symbol 595 TextUses:357Used by:Timeline
Symbol 596 EditableTextUses:357Used by:Timeline
Symbol 597 TextUses:357Used by:Timeline
Symbol 598 TextUses:357Used by:Timeline
Symbol 599 TextUses:357Used by:Timeline
Symbol 600 TextUses:357Used by:Timeline
Symbol 601 TextUses:357Used by:Timeline
Symbol 602 TextUses:357Used by:Timeline
Symbol 603 TextUses:357Used by:Timeline
Symbol 604 ButtonUses:578 579 580 581Used by:Timeline
Symbol 605 TextUses:357Used by:Timeline
Symbol 606 EditableTextUses:357Used by:Timeline
Symbol 607 TextUses:357Used by:Timeline
Symbol 608 TextUses:357Used by:Timeline
Symbol 609 TextUses:357Used by:Timeline
Symbol 610 EditableTextUses:357Used by:Timeline
Symbol 611 EditableTextUses:357Used by:Timeline
Symbol 612 TextUses:357Used by:Timeline
Symbol 613 TextUses:357Used by:Timeline
Symbol 614 TextUses:357Used by:Timeline
Symbol 615 GraphicUsed by:619
Symbol 616 GraphicUsed by:619
Symbol 617 GraphicUsed by:619
Symbol 618 GraphicUsed by:619
Symbol 619 MovieClipUses:615 616 617 618Used by:Timeline
Symbol 620 ButtonUses:320 321 322 323Used by:Timeline
Symbol 621 TextUses:148Used by:625 642
Symbol 622 TextUses:148Used by:625 642
Symbol 623 TextUses:148Used by:625 642
Symbol 624 GraphicUsed by:625 642
Symbol 625 ButtonUses:621 622 623 624Used by:Timeline
Symbol 626 TextUses:148Used by:630 648
Symbol 627 TextUses:148Used by:630 648
Symbol 628 TextUses:148Used by:630 648
Symbol 629 GraphicUsed by:630 648
Symbol 630 ButtonUses:626 627 628 629Used by:Timeline
Symbol 631 TextUses:148Used by:635 652
Symbol 632 TextUses:148Used by:635 652
Symbol 633 TextUses:148Used by:635 652
Symbol 634 GraphicUsed by:635 652
Symbol 635 ButtonUses:631 632 633 634Used by:Timeline
Symbol 636 TextUses:148Used by:640 654
Symbol 637 TextUses:148Used by:640 654
Symbol 638 TextUses:148Used by:640 654
Symbol 639 GraphicUsed by:640 654
Symbol 640 ButtonUses:636 637 638 639Used by:Timeline
Symbol 641 ButtonUses:350 351 352 353 354 355Used by:Timeline
Symbol 642 ButtonUses:621 622 623 624Used by:Timeline
Symbol 643 TextUses:357Used by:Timeline
Symbol 644 TextUses:357Used by:Timeline
Symbol 645 TextUses:357Used by:Timeline
Symbol 646 EditableTextUses:357Used by:Timeline
Symbol 647 EditableTextUses:357Used by:Timeline
Symbol 648 ButtonUses:626 627 628 629Used by:Timeline
Symbol 649 TextUses:357Used by:Timeline
Symbol 650 EditableTextUses:357Used by:Timeline
Symbol 651 TextUses:357Used by:Timeline
Symbol 652 ButtonUses:631 632 633 634Used by:Timeline
Symbol 653 TextUses:357Used by:Timeline
Symbol 654 ButtonUses:636 637 638 639Used by:Timeline
Symbol 655 EditableTextUses:357Used by:Timeline
Symbol 656 TextUses:98Used by:Timeline
Symbol 657 SoundUsed by:Timeline
Symbol 658 TextUses:98Used by:Timeline
Symbol 659 TextUses:98Used by:Timeline
Symbol 660 TextUses:98Used by:Timeline
Symbol 661 TextUses:98Used by:Timeline
Symbol 662 TextUses:98Used by:Timeline
Symbol 663 TextUses:98Used by:Timeline
Symbol 664 TextUses:98Used by:Timeline
Symbol 665 TextUses:98Used by:Timeline
Symbol 666 TextUses:98Used by:Timeline
Symbol 667 TextUses:98Used by:Timeline
Symbol 668 TextUses:98Used by:Timeline
Symbol 669 TextUses:98Used by:Timeline
Symbol 670 TextUses:98Used by:Timeline
Symbol 671 TextUses:98Used by:Timeline
Symbol 672 TextUses:98Used by:Timeline
Symbol 673 TextUses:98Used by:Timeline
Symbol 674 TextUses:98Used by:Timeline
Symbol 675 TextUses:98Used by:Timeline
Symbol 676 TextUses:98Used by:Timeline
Symbol 677 TextUses:98Used by:Timeline
Symbol 678 TextUses:98Used by:Timeline
Symbol 679 TextUses:98Used by:Timeline
Symbol 680 TextUses:98Used by:Timeline
Symbol 681 TextUses:98Used by:Timeline
Symbol 682 TextUses:98Used by:Timeline
Symbol 683 TextUses:98Used by:Timeline
Symbol 684 TextUses:98Used by:Timeline
Symbol 685 TextUses:98Used by:Timeline
Symbol 686 TextUses:98Used by:Timeline
Symbol 687 TextUses:98Used by:Timeline
Symbol 688 TextUses:98Used by:Timeline
Symbol 689 TextUses:98Used by:Timeline
Symbol 690 TextUses:98Used by:Timeline
Symbol 691 TextUses:98Used by:Timeline
Symbol 692 TextUses:98Used by:Timeline
Symbol 693 TextUses:98Used by:Timeline
Symbol 694 TextUses:98Used by:Timeline
Symbol 695 TextUses:98Used by:Timeline
Symbol 696 TextUses:98Used by:Timeline
Symbol 697 TextUses:98Used by:Timeline
Symbol 698 TextUses:98Used by:Timeline
Symbol 699 TextUses:98Used by:Timeline
Symbol 700 TextUses:98Used by:Timeline
Symbol 701 TextUses:98Used by:Timeline
Symbol 702 TextUses:98Used by:Timeline
Symbol 703 TextUses:98Used by:Timeline
Symbol 704 TextUses:98Used by:Timeline
Symbol 705 FontUsed by:706 708 709 710 711 712 713 714 715 716 717 718
Symbol 706 TextUses:705Used by:707
Symbol 707 MovieClipUses:706Used by:Timeline
Symbol 708 TextUses:705Used by:Timeline
Symbol 709 TextUses:705Used by:Timeline
Symbol 710 TextUses:705Used by:Timeline
Symbol 711 TextUses:705Used by:Timeline
Symbol 712 TextUses:705Used by:Timeline
Symbol 713 TextUses:705Used by:Timeline
Symbol 714 TextUses:705Used by:Timeline
Symbol 715 TextUses:705Used by:Timeline
Symbol 716 TextUses:705Used by:Timeline
Symbol 717 TextUses:705Used by:Timeline
Symbol 718 TextUses:705Used by:Timeline
Symbol 719 BitmapUsed by:720
Symbol 720 GraphicUses:719Used by:721
Symbol 721 MovieClipUses:720Used by:Timeline
Symbol 722 GraphicUsed by:723
Symbol 723 MovieClipUses:722Used by:Timeline
Symbol 724 FontUsed by:725
Symbol 725 TextUses:724Used by:Timeline
Symbol 726 GraphicUsed by:Timeline
Symbol 727 TextUses:357Used by:Timeline
Symbol 728 ButtonUses:350 351 352 353 354 355Used by:Timeline
Symbol 729 EditableTextUses:357Used by:Timeline
Symbol 730 ButtonUses:344 345 346 347Used by:Timeline
Symbol 731 TextUses:357Used by:Timeline
Symbol 732 ButtonUses:350 351 352 353 354 355Used by:Timeline
Symbol 733 TextUses:357Used by:Timeline
Symbol 734 TextUses:148Used by:Timeline
Symbol 735 TextUses:357Used by:Timeline
Symbol 736 TextUses:94Used by:Timeline
Symbol 737 TextUses:357Used by:Timeline
Symbol 738 TextUses:357Used by:Timeline
Symbol 739 TextUses:357Used by:Timeline

Instance Names

"loadbar"Symbol 72 MovieClip Frame 44Symbol 54 MovieClip
"loadbar"Symbol 72 MovieClip Frame 47Symbol 54 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "mojZvuk3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "mojZvuk2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "mojZvuk1"
ExportAssets (56)Timeline Frame 1Symbol 6 as "Black"
ExportAssets (56)Timeline Frame 1Symbol 7 as "PLLink"
ExportAssets (56)Timeline Frame 1Symbol 9 as "rays"

Labels

"loadme"Symbol 72 MovieClip Frame 45

Dynamic Text Variables

dispSymbol 328 EditableText""




http://swfchan.com/15/73835/info.shtml
Created: 7/4 -2019 23:43:44 Last modified: 7/4 -2019 23:43:44 Server time: 08/05 -2024 10:09:22