roirc Posted June 20, 2020 Share Posted June 20, 2020 Hello I have a web in php and I would like to make some changes can anyone help me? preferably if there is someone who knows Romanian to explain more concretely Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/ Share on other sites More sharing options...
NotSunfighter Posted June 20, 2020 Share Posted June 20, 2020 You should post the web url and what you want changed. Google translate does Romanian: Ar trebui să postați URL-ul web și ceea ce doriți s-a schimbat. Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579037 Share on other sites More sharing options...
roirc Posted June 21, 2020 Author Share Posted June 21, 2020 este vorba de webul http://routing-com.roirc.org la sectiunea new applications as vrea sa introduc sa pot inchide si redeschide acea sectiune adica cand este inchis sa apara un mesaj momentan nu acceptam applicatii noi.... precizez ca webul are panou de administrare si mysql Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579048 Share on other sites More sharing options...
NotSunfighter Posted June 21, 2020 Share Posted June 21, 2020 Quote it is about the web http://routing-com.roirc.org in the section new applications I would like to introduce to be able to close and reopen that section that is when it is closed to appear a message at the moment we do not accept new applications .... I specify that the web has admin panel and mysql The easiest way of doing this is to change the page you send them to when they click on the “New Application” menu. I would use the new page to not only inform them that you can not take new users, but also collect their information to get back to them if an opening occurs. Since you have MySQL you can look up a token and add a IF loop to the menu selection area, This way you could program a PHP program to do this automatically and send auto send the email when space is available. Or this can be done manually by staff. Cel mai simplu mod de a face acest lucru este de a schimba pagina la care le trimiteți atunci când fac clic pe meniul „Aplicație nouă”. Aș folosi noua pagină pentru a-i informa nu numai că nu puteți lua utilizatori noi, ci și să strâng informațiile pentru a vă întoarce la ei dacă are loc o deschidere. Deoarece aveți MySQL, puteți căuta un token și adăugați o buclă IF în zona de selectare a meniului, În acest fel, puteți programa un program PHP pentru a face acest lucru automat și puteți trimite automat e-mailul atunci când spațiul este disponibil. Sau acest lucru poate fi făcut manual de către personal. Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579052 Share on other sites More sharing options...
roirc Posted June 21, 2020 Author Share Posted June 21, 2020 eu am fisierul add.php si acolo ar trebuii sa introduc o linie si sa pot face on/off din panoul de admin Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579053 Share on other sites More sharing options...
roirc Posted June 21, 2020 Author Share Posted June 21, 2020 uite exemplu https://routing-com.roirc.org/add.php ----> https://evilnet.org/routing/add.php Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579054 Share on other sites More sharing options...
Barand Posted June 21, 2020 Share Posted June 21, 2020 @roirc https://translate.google.com/ Use it before posting Folosiți-o înainte de a posta Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579056 Share on other sites More sharing options...
roirc Posted June 21, 2020 Author Share Posted June 21, 2020 so I want to insert in the admin panel an on / off button with which I can close this section http://routing-com.roirc.org/add.php and a message will appear for example We do not currently accept new applications Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579057 Share on other sites More sharing options...
NotSunfighter Posted June 21, 2020 Share Posted June 21, 2020 The admin panel on my site is not under my control. Are you able to change your admin panel? If you control it we'd need to see the code. How about making two menus OKmenu.php and FullUpMenu.php and change which one you will call from index.php, manually or as stated above? Your index.php file may look like this: echo" <table border=\"1\" class=\"tblmare\" width=\"795\" style=\"border-collapse: collapse\" align=center> <tr class=trsus> <td>"; include 'routing.php'; echo" </td></tr> <tr> <td> <center>"; /* Change the menu here Pick one and then comment the other out */ include 'OKmenu.php'; //include 'FullUpMenu.php'; echo" </center></td> </tr><tr><td> and more.... Sloppy, but you get the idea - right? Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579061 Share on other sites More sharing options...
roirc Posted June 21, 2020 Author Share Posted June 21, 2020 in add.php you have to enter a line to close the application and in the administration panel to put an on / off button if necessary I can give you the code from add.php Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579063 Share on other sites More sharing options...
roirc Posted June 21, 2020 Author Share Posted June 21, 2020 preent screen admin panel Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1579064 Share on other sites More sharing options...
Aleorax Posted April 28, 2021 Share Posted April 28, 2021 My admin panel is a little different. Quote Link to comment https://forums.phpfreaks.com/topic/310972-help-mee/#findComment-1586223 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.