equal
deleted
inserted
replaced
35 |
35 |
36 The reason for this migration is that PowerAdmin wasnt supporting the gmysql backend yet. Now it fully does we have to support it aswell. |
36 The reason for this migration is that PowerAdmin wasnt supporting the gmysql backend yet. Now it fully does we have to support it aswell. |
37 The gmysql users another table and other fields though, therefore we had to change the layout of the zones table. In this version thats fully done, but before this we have to migrate it. |
37 The gmysql users another table and other fields though, therefore we had to change the layout of the zones table. In this version thats fully done, but before this we have to migrate it. |
38 |
38 |
39 Please be sure you have a working backup of your data! |
39 Please be sure you have a working backup of your data! |
40 we assume it all works but cant guarantuee it for 100% because we dont have |
40 we assume it all works but can't guarantuee it for 100% because we dont have |
41 too many betatesters.<BR> |
41 too many betatesters.<BR> |
42 |
42 |
43 Do the following to migrate: |
43 Do the following to migrate: |
44 - rename the file migrator.php-pa in your webdir to migrator.php. |
44 - rename the file migrator.php-pa in your webdir to migrator.php. |
45 - Go <A HREF='migrator.php'>here</A> to migrate it. |
45 - Go <A HREF='migrator.php'>here</A> to migrate it. |
106 |
106 |
107 <P FONT CLASS="nav"> |
107 <P FONT CLASS="nav"> |
108 <? |
108 <? |
109 if (level(10)) |
109 if (level(10)) |
110 { |
110 { |
111 ?><A HREF="users.php"><? echo _('User Admin'); ?></A> <A HREF="seq_update.php"><? echo _('Synchronize Database'); ?></A><? |
111 ?><A HREF="users.php"><? echo _('User admin'); ?></A> <A HREF="seq_update.php"><? echo _('Synchronize database'); ?></A><? |
112 } |
112 } |
113 ?> |
113 ?> |
114 <A HREF="search.php"><? echo _('Search records'); ?></A> |
114 <A HREF="search.php"><? echo _('Search records'); ?></A> |
115 </P> |
115 </P> |
116 |
116 |
170 { |
170 { |
171 ?><TR><TD CLASS="tdbg"> |
171 ?><TR><TD CLASS="tdbg"> |
172 <? if (level(5)) |
172 <? if (level(5)) |
173 { |
173 { |
174 ?> |
174 ?> |
175 <A HREF="delete_domain.php?id=<?= $c["id"] ?>"><IMG SRC="images/delete.gif" ALT="[ <? echo _('delete zone'); ?> ]" BORDER="0"></A><? |
175 <A HREF="delete_domain.php?id=<?= $c["id"] ?>"><IMG SRC="images/delete.gif" ALT="[ <? echo _('Delete zone'); ?> ]" BORDER="0"></A><? |
176 } |
176 } |
177 else |
177 else |
178 { |
178 { |
179 print " "; |
179 print " "; |
180 } |
180 } |
236 } |
236 } |
237 ?> |
237 ?> |
238 |
238 |
239 <BR><BR> |
239 <BR><BR> |
240 <FORM METHOD="post" ACTION="index.php"> |
240 <FORM METHOD="post" ACTION="index.php"> |
241 <B><? echo _('Change your password'); ?>:</B><BR> |
241 <B><? echo _('Change password'); ?>:</B><BR> |
242 <TABLE BORDER="0" CELLSPACING="4"> |
242 <TABLE BORDER="0" CELLSPACING="4"> |
243 <TR><TD CLASS="tdbg"><? echo _('Current password'); ?>:</TD><TD WIDTH="510" CLASS="tdbg"><INPUT TYPE="password" CLASS="input" NAME="currentpass" VALUE=""></TD></TR> |
243 <TR><TD CLASS="tdbg"><? echo _('Current password'); ?>:</TD><TD WIDTH="510" CLASS="tdbg"><INPUT TYPE="password" CLASS="input" NAME="currentpass" VALUE=""></TD></TR> |
244 <TR><TD CLASS="tdbg"><? echo _('New Password'); ?>:</TD><TD WIDTH="510" CLASS="tdbg"><INPUT TYPE="password" CLASS="input" NAME="newpass" VALUE=""></TD></TR> |
244 <TR><TD CLASS="tdbg"><? echo _('New password'); ?>:</TD><TD WIDTH="510" CLASS="tdbg"><INPUT TYPE="password" CLASS="input" NAME="newpass" VALUE=""></TD></TR> |
245 <TR><TD CLASS="tdbg"><? echo _('New Password'); ?>:</TD><TD WIDTH="510" CLASS="tdbg"><INPUT TYPE="password" CLASS="input" NAME="newpass2" VALUE=""></TD></TR> |
245 <TR><TD CLASS="tdbg"><? echo _('New password'); ?>:</TD><TD WIDTH="510" CLASS="tdbg"><INPUT TYPE="password" CLASS="input" NAME="newpass2" VALUE=""></TD></TR> |
246 <TR><TD CLASS="tdbg"> </TD><TD CLASS="tdbg"><INPUT TYPE="submit" CLASS="button" NAME="passchange" VALUE="<? echo _('Change password'); ?>"></TD></TR> |
246 <TR><TD CLASS="tdbg"> </TD><TD CLASS="tdbg"><INPUT TYPE="submit" CLASS="button" NAME="passchange" VALUE="<? echo _('Change password'); ?>"></TD></TR> |
247 </TABLE> |
247 </TABLE> |
248 </FORM> |
248 </FORM> |
249 <? |
249 <? |
250 include_once("inc/footer.inc.php"); |
250 include_once("inc/footer.inc.php"); |