Jump to content
[MUST READ] Forum Rules ×

einet

Senior Members
  • Posts

    286
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by einet

  1. If I can already execute the script in local mode installing composer as @InfinityFree says :) I already said where the autload.php comes from if the download api does not bring it is because composer installs it thanks guys for clarification and @Administrator this was The error he gave me: 
    Fatal error: Undetected error: Class 'HansAdema \ MofhClient \ Client' can not be found in /home/volXX_X/xxxxxxxx.ga/www/htdocs/mofh/index.php:3 Tracking the stack: # 0 {main} thrown In / home / volxx_x / xxxxx.ga / www / htdocs / mofh / index.php on line 3

    When you add the require 'directory / Client.php'; Directly, but I have solved the problem by adding all the files generated by the composer

  2. 3 hours ago, Admin said:

    enable php display errors. 

    Turn on the errors for php as @Administrator I indicated and now shows me this error:

    Fatal error: Uncaught Error: Class 'HansAdema\MofhClient\Client' not found in /home/volXX_X/xxxxxxxx.ga/www/htdocs/mofh/index.php:3 Stack trace: #0 {main} thrown in /home/volxx_x/xxxxx.ga/www/htdocs/mofh/index.php on line 

    And as I understand logically indicates that the client class is missing ok add the client.php to the file where I want to use the classes in this library like this:
    Require 'directory / Client.php';
    But still I get this error I would like to know how I call the class from a file index.php test to use the functions of this library I am sure I am doing something wrong like desconosco of how to use composer.

    The code I have is this::

    <?php
    require 'Client.php';

    $client = new \HansAdema\MofhClient\Client('MYCODEAPIUSER','MYPASSAPIUSER');

    ?>

    Any ideas and thank you administrator for the help :)

  3. 2 hours ago, InfinityFree said:

    Composer is just a PHP script used to download other PHP scripts. As long as you can execute PHP commands, you can use Composer. And if the server doesn't support that, you can just upload the downloaded dependencies.

    As for how to turn it into a client area... well... just start learning programming first.

    If it is programmed in php but I have never used composer or laravel only php and try to test the api of mofh but it throws me error 500 even changing the php version to 7 and in local host it gives me 500 error

  4. How could it be used to create the panel of clients since the hosting where we are not have composer and install this script is necessary I was trying to do but it is necessary this bookstore some idea? And I congratulate you for your project to see and it is quite comfortable :)

  5. 13 hours ago, Admin said:

    I have logged in to your reseller hosting panel, and can not reproduce this on chrome,firefox or edge. 

    Please ensure any added js / css is not breaking the panel. 

    If it is already working normally it was the css file of the previous topic that we had done that was doing conflict :) I solve it by deleting and cleaning the history of my browser and really many thanks for the great work you do.

  6. 26 minutes ago, einet said:

    If the cpanel has been updated it looks beautiful :$ as said the @Administrator

    but still missing some details is true the modules are not left behind but below the others and the icons are repeated but I guess they will be probandolo thanks team By ifastnet | byethost | myownfreehost :)

    Attached is an image of how it is displayed this way in different screens of computers

    803f6e6e28674fdeba3eff74729997e0.png

  7. On 15/4/2016 at 8:47 AM, Guest blogget said:

    tener a alguien que me ayude por favor? [/ FONT] [/ COLOR] Cuando busco mi sitio web en Google, duerma muestran la ¡resultado! ¿Cómo puedo arreglar eso por favor? [/ FONT] [/ COLOR] continuación isthe el resultado de Google [/ FONT] [/ COLOR] Su búsqueda - arushamaids.co.tz - no produjo ningún documento [/ FONT] [/ color] Sugerencias: [/ FONT] [/ COLOR] Asegúrese de que todas las palabras estén escritas correctamente. [/ fONT] [/ COLOR] probar diferentes palabras clave. [/ fONT] [/ color] [ COLOR = # 333333] Intenta usar palabras más generales. [/ fONT] [/ COLOR] Saludos [/ fONT] [/ COLOR] Chrispin [/ fONT] [/ COLOR]

    You can add these tags in your header in the index of your page with descriptive words that refer to your web so the search engines can locate your website faster

    After <head> and before </ head>

    <meta name="Keywords" content="Word1, Word2, Word3, etc">

    <meta name="Description" content="Description1, Description2, Description3" >

     

    It will also help if you share your website on some sites that advertise for free will leave one gratis. it  in forums and blogs of users who share advertising all this helps the growth of your web to make it search engines faster but always delay a few months greetings.

  8. On 10/4/2017 at 11:13 AM, mike said:

    Name servers are created automatically with signup. Please try ns1. yourdomain.the extension you have.

    For example i registered with the domain myhost.com, so my name servers will be ns1.myhost.com

    The name servers for your main domain are:

    ns1.byet.org

    ns2.byet.org

    ns3.byet.org

    ns4.byet.org

  9. Go to support and create a ticket write to one of the administrators to send you the email with the data for your reseller, this problem usually happens when you register a reseller account with emails like hotmail or others never arrive messages or sometimes arrive Sometimes I did not pass the first time, but please write them and they will send you the information of your account

     

    Dirijase a soporte y creee un ticket escribale a uno de los administradores para que le reenvien el email con los datos para su reseller, este problema suele pasar cuando se registra una cuenta reseller con correos electronicos como hotmail u otros nunca llegan los mensajes o aveces llegan a veces no ami me paso asi la primera vez pero escribeles a soporte ellos te enviaran los datos de tu cuenta. 

    https://support.ifastnet.com

  10. 23 hours ago, Dog2puppy said:

    I've made a dark theme. Here's the code:

    
    /*
    
    MyOwnFreeHost cPanel Dark Theme
    By Dog2puppy
    V0.1
    
    */
    
    #heading-top-billboard {
    	background-color: gray;
    }
    
    body,
    #content body,
    #content {
    	background: gray;
    	background-color: gray;
    	background-image: url('https://website-me.ga');
    }
    
    #center {
    	background-color: black;
    }
    
    #boxes,
    #sub {
    	background: black;
    	background-color: black;
    	color: white;
    }
    
    p,
    table,
    td,
    font {
    	color: white;
    }
    
    a {
    	color: white;
    }
    
    #heading-bottom_bg a {
    	color: blue;
    }
    
    td {
    	background-color: gray;
    }

    Note: Some things such as icons are not done and there are many bugs

    a3ea20be4b78e846d60e10d48b4e2e46.png

    Excellent :P is how the subject is taking shape +10

  11. 5 hours ago, SpeedyNet said:

    No estoy seguro de si puedo hacer algún diseño de los VistaPanel como algunos lo están haciendo con el Cpanel, pero voy a hacer algunas búsquedas y ver si puedo usar algunos scripts en la sección Encabezado de los anuncios y si puedo Voy a mirar en Qué se puede hacer.

    En el panel de Hepsia hay una demostración de que en este enlace: https://demo.hepsia.com/login/

    A capture of what I have done so far on the subject :P clear is not everything still missing many things when I finish it I will share it and thanks for the demo will serve me to guide me.

     

    dsdd.jpg

  12. 17 hours ago, Dog2puppy said:

    With the new update I still had to add the fix. 

    I was going to explain which were the parts of code that changed but were several update some and delete others so I would not know for sure, so attach the new update of the theme only changes in the close button that already works well and modification in The adaptation for different screens between them for phones and / or small screens and large I hope it does not become hysterical to make them update the script to you all but the intention is to improve the script until you reach a final version where you can re-use To make other topics greetings and sorry for the inconvenience.

    Do you still have problems with your screen?

  13. 5 hours ago, SpeedyNet said:

    VistaPanel2.thumb.png.23e9658497f65fb0b8934a3974eb1f82.png

     

      He añadido un banner superior de esta noche, decidí que lo mejor de todo a través de la parte superior se ve, podría ser un poco demasiado alto, pero por el momento voy a vivir con ella. Si lo hago hacer un cambio me hará que sea más corta en altura. Pero me gusta esto y que me quedaré con el VistaPanel por un tiempo, espero que los usuarios les gusta y les sea diferente de lo que han experimentado con VistaPanel en el pasado.

    I find it excellent and I was wondering if I would try to make a skin | theme for cpanel based on which samples have a similarity to that of adwarespace and of course share it with you for your website only looked for reference on the colors :)

    And the best of the successes for your project a great job that you are doing

  14. 7 hours ago, Dog2puppy said:

    Hoy estoy liberando cPanel Anuncio 0,1. Lo que esto hace es que crea un nuevo cuadro en la página principal de cPanel con su contenido en su interior. Es fácil de configurar y usar. 

     

    1. Vaya a su panel de MyOwnFreeHost e ir a la sección del panel de control Los anuncios clasificados para el dominio que desea agregar anuncios a. En el primer cuadro, pegue el siguiente código pero no guarde!

    
      

    El código de seguridad envía una solicitud a mi sitio web y PHP edita el js para que muestre su anuncio. El PHP vuelve entonces JS válidos. Lo que hay que hacer ahora, es cambiar la parte que dice YourAnnouncementHere a su anuncio. Utilice \ n para una nueva línea. 

    Nice :)

  15. On 19/2/2017 at 3:34 AM, SpeedyNet said:

    myCpanel.png


      Aquí tengo los VistaPanel predeterminados diseñados como una página web con la derecha y la izquierda barras laterales con enlaces a los servicios y software de código HTML y sitios útiles, etc. De esta manera los usuarios pueden tener vínculos directos al sitio de inicio y ayudas para asistirlos en el diseño web , además de que tiene un anuncio de afiliados para conseguir que se inscriban para el anuncio de publicación.

    hspanel.png

     

      Este Panel Hepsia es para mi la nube de riesgo de alojamiento. Me gusta este tipo de mirada.

     

     

     

     

    Which page does this panel belong to?  :D

  16. Hello @Admin can I update this thread? Is that I wanted to update the link of the topic I made some changes again today solving the problems that the boys indicate and I do not get to edit this thread some idea of how I could do it and of course if I can.

    -Boys l post has been updated by the latest update 20-02-2017 thanks @Admin :)

  17. On 13/2/2017 at 2:34 PM, mike said:

    @einet

    English:

    I just tried to log out of my account with the cpanel mod ( its working with the first release ), and the log out button on top refused to work, so i clicked in the one at the bottom of the page and this happened.

    Español:

    Queria salirme de mi cuenta, y el boton superior de log out no funcionaba, asi que le e dado al que esta en el fondo de la pagina, y a pasado esto. Es mas que nada curioso.

     

    NOTE: I have censored some information

    NOTA: E censurado alguna informacion

     

    after click logout.png

    If so as the friend says @dlucas is for cpanel X3 the type of cpanel that is currently used in myownfreehost vistapanel is no longer available but if you want you can share the link of your cpanel for me to do the topic for that version of vistapanel greetings.

  18. On 16/2/2017 at 7:04 PM, mike said:

    Aún no ha llegado esto fija con la última versión del tema?

    For what device dimensions is it? You can edit one of the ones that are at the end of the css that matches the dimensions of the screen:

    /************************************************************************************
      MEDIA QUERIES FOR ADAPTATION SCREEN
    *************************************************************************************/

    the styles for ajust modules 

    #cpanel #border-efx #content #main {

    width: Youpixels;

    }

    #cpanel #border-efx #content #sub {

    width: Youpixels;

    }

×
×
  • Create New...