This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Upgrade old sentora (.io) to new (.org)
#1
Upgrade old sentora (.io) to new (.org)
make a php script

and paste

Code:
<?php
$username = "root";
$password = "ROOTMYSQLPASSWORD"; //you root mysql password
$database = "zpanel_core";

$con = mysql_connect("localhost", "$username", "$password");
mysql_select_db("$database");
if(!$con)
    {
   die(mysql_error());
   }
   else {
mysql_query("UPDATE x_settings SET so_value_tx  = 'http://api.sentora.org/latestnews.json' WHERE so_id_pk = '18'");
mysql_query("UPDATE x_settings SET so_value_tx  = 'http://api.sentora.org/latestversion.json' WHERE so_id_pk = '19'");

echo "done";
echo "<br />";
echo "Remember to delete file";
}
mysql_close($con);
?>

upload script to a webside on you server and run

remember to delete file after you are done
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by:


Messages In This Thread
Upgrade old sentora (.io) to new (.org) - by Diablo925 - 09-11-2014, 08:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
PLEASE HOW DO I UPGRADE FROM 5.1 TO 7.4 franselect 4 15 ,386 04-22-2021, 04:47 PM
Last Post: PromptAttestation
Upgrade Kinda Work - Domain Issues Now ppcseopro 6 23 ,493 04-18-2020, 10:14 AM
Last Post: Jettaman
How to upgrade php and mysql version? davidlambda 4 28 ,813 03-11-2020, 06:16 PM
Last Post: davidlambda

Forum Jump:


Users browsing this thread: 1 Guest(s)