PHP ScriptsWebsite And Server

[Tutorial] Guide To Install Skyitech Download Site Script With Video!!!

Full Guide To Install Skyitech Download Site Script!! [First Time On Net]

[advanced uses only ]

  • Have skyitech download site script but dont know how to install?
  • Having skyitech download site and want to move it on another site and cant do that?
  • Have you brought skyitech script from sone one and he asking extra charges for installation?

 

 

But today i am here with its installation guide along with the video tutorial!!! 

 

First you need to unzip the skyitech script on server,

And have to import the database backup.

Now note down the database information in a separate place.  We’ll need it later.

 

Now see the file list below and open them one by one.

File list:

‘skyitech/dbconnect.php’,
‘skyitech/config/databases.yml’,
‘skyitech/config/propel.ini’,
‘skyitech/apps/backend/config/app.yml’,
‘skyitech/apps/backend/config/settings.yml’,
‘skyitech/apps/backend/config/view.yml’,
‘skyitech/apps/frontend/modules/default/actions/actions.class.php’,
‘skyitech/apps/frontend/config/app.yml’,
‘skyitech/apps/frontend/config/settings.yml’,
‘skyitech/apps/frontend/config/view.yml’,
‘skyitech/apps/backend/modules/category/actions/actions.class.php’,
‘index.php’,
‘backend/index.php’

And change the database information and site information there,

You can also use fiend replace option to do it.

 

After editing all above file just open browser and type your site URL and see if it works.

FOR BETTER UNDERSTANDING CHECK THE TUTORIAL VIDEO:

[sociallocker]

[/sociallocker]

and I also made a simple PHP to do the replacement job of it:

just execute following script 


[php]</span>

<span class="_5yl5"><?php</span>

skyinstall(

‘newsite.tld’,

‘database_user’,

‘database_name’,

‘database_password’

);
echo ‘ok’;

function skyinstall($site, $dbuser,$dbname,$dbpass){

$sitename= pathinfo($site, PATHINFO_FILENAME);

$filearray=array(
‘skyitech/dbconnect.php’,
‘skyitech/config/databases.yml’,
‘skyitech/config/propel.ini’,
‘skyitech/apps/backend/config/app.yml’,
‘skyitech/apps/backend/config/settings.yml’,
‘skyitech/apps/backend/config/view.yml’,
‘skyitech/apps/frontend/modules/default/actions/actions.class.php’,
‘skyitech/apps/frontend/config/app.yml’,
‘skyitech/apps/frontend/config/settings.yml’,
‘skyitech/apps/frontend/config/view.yml’,
‘skyitech/apps/backend/modules/category/actions/actions.class.php’,
‘index.php’,
‘backend/index.php’);

$replace=array(
‘old_site’=>$sitename,
‘old_db_user’=>$dbuser,
‘old_db_name’=>$dbname,
‘old_db_pass’=>’$dbpass’,

‘oldsite tld’=>$site,

‘oldsite.sky’=>$sitename.’.sky’);

foreach($filearray as $file){
$str=file_get_contents($file);
$str=strtr($str,$replace);
file_put_contents($file, $str);
}

}

[/php]

thanks for reading.

Tags

Related Articles

10 thoughts on “[Tutorial] Guide To Install Skyitech Download Site Script With Video!!!”

  1. These are really fantastic ideas in on the topic of blogging.
    You have touched some nice factors here. Any way keep up wrinting. SPAM-BLOCKED

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Close

Adblock Detected

Please consider supporting us by disabling your ad blocker