Showing posts with label script. Show all posts
Showing posts with label script. Show all posts

Sunday, December 17, 2017

II Tutorial II Create PhoenixCard Allwinner Chip Script Update With SD Card By Azim

II Tutorial II Create PhoenixCard Allwinner Chip Script Update With SD Card By Azim


II-Tutorial-II-Create PhoenixCard-Allwinner Chip Script Update With SD Card
III-Tutorial-III
How To Create PhoenixCard
How Allwinner Chip Script Update Using SD Card

Friends,
Please Post About Thread Title
If Any One Feel Problem Post Here I Will Reply You
Only Post About This Thread Title


Use Thanks Button If You Like To Use & Care Forum Rules

Ha Ha Ha
No Need Bootkey , Usb , PhoenixSuit & LiveSuit.exe
Update Your Allwinner Chip Using SD Card
Also
For This Not Require Any Mode
Just On Your Tab & Start Update (Auto)
Lest See Tutorial
With Tested Report

How To Create PhoenixCard Using PhoenixCard.exe

Open Your PhoenixCard.exe
Click To DiskCheck Then Select Your Disk (Memory Drive)

PhoenixCard-Allwinner Chip Script Update With SD Card

Click To IMG File & Select Your .IMG (Image) File
PhoenixCard-Allwinner Chip Script Update With SD Card 02

Screenshots Number 3 Gide By AzimBahar ..::One-Man::..

PhoenixCard-Allwinner Chip Script Update With SD Card 03

Click To Normal Format & Wait ...After Format Success Click To Ok

PhoenixCard-Allwinner Chip Script Update With SD Card 04

Click To Brun & Wait For Brun Done
PhoenixCard-Allwinner Chip Script Update With SD Card 05

Brun Done , Now Your PhoenixCard Is Ready Card Create Done For Update
PhoenixCard-Allwinner Chip Script Update With SD Card 06

visit link download
Read more »

Monday, December 11, 2017

How to record in QTP Script by Simple method

How to record in QTP Script by Simple method






visit link download
Read more »

How to Set High Score On Unity C Script

How to Set High Score On Unity C Script


How to Set High Score On Unity + C# Free Script
So, In this article we gonna to see how to set high score on game deveoping engine unity with C# script.Unity is an all purpose game engine that supports 2D and 3D graphics, drag and drop functionality and scripting through C#. Two other programming languages were supported: Boo, which was deprecated with the release of Unity 5 and UnityScript.

Highscore is the main part of the game, so in this tutorial we gonna to see how to set and reterive highscore with diffent scenes and differne scripts with very easiest method.


Advertisements
by using this methos you can store not only highscore also we can store string,float,int variable values permanently
there is no variable decalration or values assignment required,
so lets gets started. first we need a game scene to set high score.


Here, the high score is now 0, to set a highscore just follow given line,

PlayerPrefs.SetInt("highscore", score);

highscore is an public variable so we dont need to decalare any variable.. you can create anything you want.

exmable to set highscore

In UPDATE Function

void update()
{
if(currentscore > PlayerPrefs.GetInt("highscore");
PlayerPrefs.SetInt("highscore", currentscore);
}

From this code, i am checking current score by highscore, if current score is greater than high score then set new score as a high score..


Main Details

To Assing High Score

PlayerPrefs.SetInt("highscore", currentscore);

highscore is an string like a varibale to store high score.
current score is an int variable

To Get High Score

int a = PlayerPrefs.GetInt("highscore");

here A stores high scores from variable highscore.


Advertisements


we can use this methods for store string,int,float datatype values, also we can use/get values from any script we want..

To Download this project Click download below.




visit link download
Read more »

Friday, December 1, 2017

How to install JohnCms script to ur host

How to install JohnCms script to ur host



Confuse while installing JohnCMS in your host?,

Here are some steps and requirement:
Requirement:

1) version of PHP is not lower than 5.1

2) MySQL 4.1 or later version

3) Support. Htaccess
Installing:

1) At the first, download script JohnCMS, usually in archive (zip). You can get here for rusian, and here for english or indonesian.

2) Upload or import this archive to your host via FTP.

3) Extract the archive.

4) Fill all the unpacked files to the hosting service .

5) expose a permissions 777:

/ Cache

/ Files / avatar

/ Files / photo

/ Incfiles

/ Gallery / foto

/ Gallery / temp

/ Library / files /

/ Library / temp /

/ Pratt /

/ Forum / files /

/ Forum / temtemp /

/ Download / arctemp /

/ Download / files /

/ Download / graftemp /

/ Download / screen /

/ Download/mp3temp /

/ Download / upl /

6) put the permissions 666:

/ Library / java / textfile.txt

/ Library / java / META-INF / MANIFEST.MF

7) Run the installer at http://your-domain.com/install/

8) Start the test.

If some items highlighted in red, the normal work

system is not guaranteed. Most problems arise when the wrong

PHP settings for your hosting, or because of too strong restrictions.

For example, some hosting does not work. Htaccess

If the test is normal, click the link �Continue�

9) Introduce the parameters of your MySQL database

Note that when specifying a server address, MySQL, then on

some hosting this can be �localhost�, while others need

specify the full address, such as �mysql.myhost.com�

After click the link �Continue�

August) enters data with Administrator and click the link �Continue�

10) If everything was entered correctly, then run the installation procedure

Database MySQL, after which the installation is complete.
If the installation procedure was successful and the site works,

DO NOT FORGET the following:

� Remove the directory / install

� Set permissions to the folder 755 / incfiles

� Set the permissions 644 on file / incfiles / db.php
Ok, I hope this usefull.

Thanks.

visit link download
Read more »