Jump to content

kNigHt

Active Members
  • Posts

    689
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kNigHt

  1. Iti apare "Error" fiindca nu trimiti niciun parametru catre API accesand link-ul pur si simplu. Pe URL-ul ala trebuie sa vina niste date. Tu netrimitand nimic, tehnic nu a fost introdus nimic in baza de date si script-ul il interpreteaza ca o eroare. E in regula sa-ti apara asa.
  2. Accesezi un domeniu inexistent. Verifica DNS-urile.
  3. Asta e, cand te joci cu coailii, ai tot felul de surprize...
  4. INSERT INTO `coailii_accounts` (`id_account`, `username`, `password`, `access_type`) VALUES (1, 'admin', 'ea4788d5660f92bc30f7d2d2adc29ce75a04a80e', 'admin');
  5. Ai importat complet baza de date? Daca da si tot iti da asa, executa query-ul asta: UPDATE coailii_accounts SET password = 'ea4788d5660f92bc30f7d2d2adc29ce75a04a80e' WHERE username = 'admin'
  6. Bine punctat! Poate daca randomizezi putin continutul mesajelor?
  7. Thanks for sharing, dar vezi ca librariile sunt obligatorii.
  8. Verifica antivirusul, e posibil sa fie de la tine. Mie-mi merge.
  9. @SoyeyLamooye va rog sa va opriti amandoi aici, thread-ul asta este pentru ajutor si sugestii pe baza unui tool. Chiar nu as vrea sa vad scandaluri pe-aici fiindca ne bruiaza si deviem de la subiect. Va multumesc amandorura pentru intelegere.
  10. Citeste descrierea, trebuie sa fie site.com/api, doar /api, fara api.php Nu stiu la ce te referi prin "remover".
  11. Salut Pacpac1992, Proiectele de genul asta se dezvolta progresiv, in timp. Nu poti avea pretentia sa fie fully featured de la inceput. Probabil ca nici primele versiuni ale tool-urilor pe care le folosesti nu seamana deloc cu ce stii tu acum. Cat despre "greutatea" de a-l configura, cu cat un tool este mai usor de configurat, cu atat ofera, in general, mai putina libertate utilizatorului. Proiectul de fata se gandit pentru persoanele o oarecare baza de cunostinte IT. Daca ai dificultati atat de mari in a-l pune in functiune, cred ca nu ti se adreseaza si ai luat o decizie buna cand te-ai orientat spre altceva. Mult succes
  12. Check your PHP version and make sure it is 5.3 or higher.
  13. Go to index.php and set DEVELOPMENT, true. Then reopen the page and see what error it returns.
  14. Hi Barbaros, I can't exactly understand what are you asking, please correct me if I'm wrong. I will suppose that you want to know how to access the webpage after you have configured it. After your config file, the path to the app should be: http://dhanbadportal.com/wp-content/uploads/2015i
  15. In this era of Global surveillance, we all are worried about the privacy of our communication and sensitive data. There is no guarantee that our data is not being snooped on, but there is a solution — PGP (Pretty Good Privacy). PGP (Pretty Good Privacy) is more than 20 years old technology but is yet not widely adopted. PGP is an open source end-to-end encryption standard to encrypt e-mails, protecting you against companies, governments, or criminals spying on your Internet connection. But... ...the tool is too complicated for most of the people to implement and use. However, Facebook is now encouraging its users to use PGP and communicate by sending encrypted emails, adding the popular OpenPGP email encryption standard as an extra layer of security for the cautious. According to the latest announcement, you can now upload your Public PGP key to your Facebook profile so that anyone with your public key can send you encrypted emails. By giving such option to users, Facebook could really help rapid adoption of PGP encryption standard worldwide. The Social Networking Giant has plans to encrypt all its notification emails to users who use PGP or GPG (GNU Privacy Guard), as Facebook currently sends you emails alerts for private messages, password changes, and other account notifications that may be sensitive. All the emails you receive from Facebook will be protected with encryption, ensuring that no one — even NSA or any other spy agency — can read the content of the messages without the access to your private key. Articolul complet aici: New Facebook feature Encourages users to use PGP for Encrypted Communications Anuntul Facebook: https://www.facebook.com/notes/protect-the-graph/securing-email-communications-from-facebook/1611941762379302
  16. $ host graf.mb16.com Host graf.mb16.com not found: 3(NXDOMAIN) Subdomeniul graf.mb16.com nu exista.
  17. @gRaff incearca asa: urls.php <?php return array( 'domain' => 'graf.mb16.com', 'base_path' => '', 'use_ssl' => false );
  18. 1. Daca ai de ales, poti alege 5.4. 2. Eroarea aia nu depinde de aplicatia web, probabil ca serviciul tau e offline fiindca tocmai ai facut tranzitia la 5.3 sau din naiba stie ce alt motiv.
  19. Aplicatia necesita PHP >= 5.3. Verifica versiunea ta de PHP. Daca nu stii cum sa faci asta, ruleaza script-ul asta pe webserver, iti va spune: <?php phpinfo(); ?>
  20. Te rog fii mai intelegator, coailii este un subiect sensibil.
  21. Fiecare e liber sa faca ce vrea cu coailii
  22. Pagina aia nu are nicio tangenta cu aplicatia. Verifica daca ai nimerit bine subdomeniul.
  23. Nu poti da export la logs si nu poti sterge logurile, din panel. La urmatorul update al panel-ului vor aparea, dar nu am o data cand.
×
×
  • Create New...