PHP et MYSQL Pour les Nuls (French Edition)

Create a Dynamic User Registration Form from scratch

I will use your code for my diploma if you dont mind. Ofcourse you will be on the credits.

PHP & MySQL pour les Nuls by Janet Valade

I will post you details when i finish my project. Also i am sorry for being a little of the subject on this discussion. Some people asked for the shortening feature, but I will remove it in next versions in fact, it's already removed in GitHub.

L'Humour pour les nuls pdf gratuit telecharger

Partition number 1,2, default 2: This would allow shorter links such as http: Return to Book Page. I hope that you will comply to take down requests by the authorities in cases of child porn and stolen credit card credentials or social security numbers, so that you will not end up taken down yourself like happened to Anonymous' Zerobin site recently. James added it Aug 06, Try to run a phpinfo on your server to see which version you are using. Lisa added it Jul 21,

I was thinking perhaps the answer might be to store the encrypted data in an sqlite type database called http: I will give up the shortening feature alltogether. I am also looking at zerobin as a tor hidden service, yes a file upload option that can be enabled or disabled by the admin how would that work with the crypto in the browser issues? Amend your Links section to include the similar service privatesky.

Browser ID is a login feature that does not log user access and eliminates the user's need for passwords by remembering keys in the browser. Remembering keys in the browser and encrypting data so that the servers can not read it are two similar features of privatesky.

As to the file upload feature.. I should mention also that privatesky is closed source and was originally a project for the government to securely exchange information with enough ease to do so while in battle. I realised that there doesn't need to be a social network aspect to Zerobin. Rather, once it's operational, I could use it in social services like Facebook to post links for everything I post so my posts can be temporary.

I'm wondering if it's safe to post the link with the key on statuses and comments on Facebook? Does Facebook also examine the links when you post them like url shorteners do? In that case posting the key would be bad. But, would using the upcoming password feature with Zerobin help that? Anyway, just wondering what the optimal privacy ways are to use Zerobin with Facebook? I'm starting to use your zerobin.

I hope that you will comply to take down requests by the authorities in cases of child porn and stolen credit card credentials or social security numbers, so that you will not end up taken down yourself like happened to Anonymous' Zerobin site recently.

Développer un site web en PHP, MySQL, JavaScript 4e édition

But, let me know if you get regular porn to work with encryption like I think you've mentioned, if I didn't misunderstand you. It should be remembered that https: And my main purpose for zerobin hosting is that so I can run forensics against a live working system to provide guidance to make zerobin more secure. I think it was because they openly confessed that they would not comply with any takedown notices.

But, Zerobin does allow the administrator of the server hosting it to take down the directories of the offending addresses. It just doesn't know what's in them unless the key is shared with it, which would be possible with a takedown notice, because the authorities would not know to compel a takedown notice unless they knew what it was by having the key. That could be used to verify the notice with the admin before removal. BTW I should mention I have less than zero interest in porn, my main interest in media is publishing surpressed and leaked scientific reports in full media form.

  1. Mobile Robots: Navigation, Control and Remote Sensing.
  2. Hetzjagd durch die Hurricane Cliffs - Folge 12 (Der Kopfgeldjäger - Western-Serie von Pete Hackett) (German Edition)!
  3. BUY ON AMAZON'S NEVER EASY?
  4. Happiness Project: Happiness is a Choice?
  5. www.farmersmarketmusic.com : Php et mysql 5e ed pour les nuls () : : Books;
  6. LA PROCESIÓN MALIGNA: LA LUCHA DEL RECIEN NACIDO CONTRA EL FANTASMA (Spanish Edition);

I dont know why the anonymous zerobin got taken down.. I get enough complaints the service will simply vanish thats the facts of life.

Maximize Development Productivity

I mainly want this service alive to offer adhoc private discussions without prearranging software or having anymore than a modern javascript browser. Even so, wouldn't you still need an anonymous messaging service to share the link to the leaks? If so, I don't know of any. Unless you made a meta page that people can categorize their Zerobin pastes under so that people can find the leaks without needing to reveal an email or IP address.

The anonymous zerobin is still available: Legion has already provided such a patch to github: You can test it here: For open discussion mode the javascript should periodically check the server for new posting and if found download and decrypt to prevent the end user from repeatedly having to press reload….

I do not plan to make ZeroBin a general file exchange platform. This is a pandora box I do not want to open. Very interesting project Seb, I am wondering if it would be possible to add Twofish and Serpent encryption perhaps? Could this code http: That's a very interesting project you have here. I allowed myself to shamelessly steal most of it and reintegrate it in CouchDB. The advantage is that you can now copy a whole database of pastes or only the one you want, if wish wish to do so with one command.

And you can have a live copy that will keep your backup up-to-date. I renamed the project MultiBin. A very related concept is the Unhosted movement: Decoupling web apps into client-side app logic and per-user data storage. Previously there were proof-of-concept apps where people needed to put in an additional password to encrypt and decrypt the data on the client, and ZeroBin seems to be a great approach which does not need any additional user interaction.

Did you hear about Unhosted before? It would be cool to join forces, or make ZeroBin completely client-side and compatible with the open remoteStorage protocol. Feel free to come to our IRC channel unhosted on freenode, our mailing list https: I haven't heard of unhosted. Thank you for the link, I will be taking a look at it.

And of course that it is open source!

Zend Framework

I have some ideas for improvement. May be you can add a password function. So the message could be encrypted with AES and a additional password. And it would also a good idea to add an other encryption algorithm. So people can choose between AES and an other algorithm. May be you can explain that. Thanks for your answer. Okay I overlooked the part with the password protection.

I know that it doesn't matter for some pastes, but if many people post pastes at the same time, then it can matter which encryption algorithm you use. And I have a new idea. For every script which is created, you can create a kill link. So if someone posted something and it expires in one month, he can use the kill link to delete his past before it expires. The important thing here is using zerobin over already encrypted connections only https or tor hidden service as the javascript for the crypto could be altered as its downloaded to the browser otherwise….

We are currently testing ZeroBin here http: Because it tried it on a freehost and they were no problems until I changed to a payedhost. They said they blocked some Apache modules so that can be the problem why it doesn't work there. I uploaded everything but when I want to open the page it stays white.

No special modules are required, except GD to generate the visual hashed but even this module is not mandatory. Which version of php is your server running? ZeroBin requires php 5. Try to run a phpinfo on your server to see which version you are using. Thanks for the info with php. The server is running php 5. How is the development going?

The last commit to the git repo is 3 months old. I'm right now setting up a server for a local user-group and some people asked for that e.

Janet Valade

Command-line is not possible at this time. The crypto part has to be done on the client side and at the moment only the javascript version of the cryptolib exists. Another suggestion - I'd like to be able to attach a password as well as a key, so that the URLs could then safely be made available in public locations. The server would then push the new hash to the client, and proxy the remote part, without the client being aware of which host the data is stored.

  • Freud, Murder, and Fame: Lessons in Psychology’s Fascinating History;
  • Apocalypse: The Lords of Deliverance Compendium;
  • La Fabrique de code - Tech blog - PHP objet, MySQL, Design Patterns, OOPet plus !.

Evernote-style client in node. Anonymous hidden file sharing. Tor-like network for web content, possibly with collaborative editing using additional keys added to pastes. Using ajax or websockets, this could be done live. Cependant, il y a un bug qui m'agace pas mal. La msie en page ne tient pas. But 1 little thing, I've found a small spelling mistake ; http: I'll look at the code tomorrow night and try to teach myself git so I can write and submit it ;. The data format is described here: Here you could add another parameter for grabbing only the paste without the HTML around it.

But ZeroBin does not use randomly generated keys, it uses a randomly generated password as base for that key, so changing the key size without changing the password length will not necessarily make the key more secure. Here is a deeper look at it: Have already done that in my fork: I read your links. I switched to github version which is curently same of yours.

Just a little correction regarding 1. By contrast, the Rijndael specification per se is specified with block and key sizes that may be any multiple of 32 bits, both with a minimum of and a maximum of bits. And if you have a larger block size then bit, its no longer considered AES. On the other side, I see no harm in changing the key size. The zerobin list by Telecomix http: Thanks for the list! Je ne sais pas, je demande confirmation si quelqu'un a l'info ….

iTunes is the world's easiest way to organize and add to your digital media collection.

Any plans for 'public pastes' or 'trending pastes' features like on Pastebin? I never paste things but I sometimes like to see what others are pasting. The URL shortener tiny. So it's convenient for Zerobin, along with sn. Same story for is. Can we implement a commenting system like disqus. Ce n'est pas le but de ZeroBin. Well, this is awkward. I tested ZeroBin with a lot of different browsers, and I've never seen this behaviour.

  • Navigation!
  • Get Rid Of Clutter Today.
  • Search results!
  • Das Matriarchat von damals bis heute (German Edition);
  • Results for Janet-Valade | Book Depository;
  • L'Humour pour les nuls;

ZeroBin has also been tested by third parties including H Associates. C'est un bouffeur de cpu pas possible…. Java, c'est hors de question: Je ne suis pas d'accord avec ton analyse. TOP 10 des sources d'infection selon Kaspersky. Toi qui aime bien python: Donc si je te suis bien: Mais ce n'est pas le cas. Perso j'aime bien smatcher ;. C'est en place aussi sur mon service: T'es comme un tamagotchi en fait: Hello, First of all, congratulations for doing such a great project. Second, I have a question, is there a way to create a post from a link?

I am asking this because I want to use ZeroBin in a project of mine, but I also want to create a small standalone application. Hi ChinaWhite, I think what you ask isn't very possible or not easily feasible because this is your browser that encrypt the message, so it's up to the browser to execute the javasript script.

When you make the HTPP request, it only request the page with the form and the JavaScript scripts, then once you wrote it, it get encrypted and send to the server. So, yeah, maybe you could have an API but it would mean that you would probably have to encrypt it yourself but maybe there is another way around that I don't think of. I hope my explanation helped a bit ;.

See a Problem?

Thank you JeromeJ for your answer. Thank you, but isn't this for discussions? I want to create a post, not a comment… PS: Sorry if I misunderstood. Oh, and also, could somebody please tell me how to change this: Tue Mar 05 I think that is just a matter of playing with the date function in PHP , find where it displays the date with this current format, then go look at the doc page for the date function to know all shortcuts.

I haven't really studied ZeroBin's code and I initially thought it was formatted in PHP but I think it is actually formatted in the js. I don't really know how to change the format in js but I'm sure you'll find the answer on internet or some kind of doc. Bonjour SebSauvage, merci pour ton logiciel qui est presque parfait pour la raison suivante: C'est un logiciel de partage de texte au sens large on est bien d'accord?

Hello, I would like to know how this project supports this claim on the main project page: I might be missing something, and to be honest, I didn't look at the code. I couldn't find anything in the doc. I would like to add generic username and password to keep random users from conveniently accessing our zerobin installation, so:. Your paste is https: Hi, seems like the answer was right in the FAQ but is conflicting with the claim. ZeroBin won't protect the users against malicious servers.

Since this is a serious issue, I've created a github ticket. Un Zerobin de plus: Bonjour merci pour ce superbe projet qui peut bien rendre des services. J'ai essayer d'installer zerobin sur mon serveur mais j'obtiens une cette erreur: I have found public service of ZeroBin here: Est-il possible de faire en sorte que le paste disparaisse uniquement via une validation du javascript?

Aller au contenu Wiki de sebsauvage.

Tutoriel Bootstrap - Apprendre et comprendre Bootstrap rapidement - [FR]

Outils pour utilisateurs S'identifier. Outils du site Rechercher. ZeroBin discussion Your remarks, suggestion, critics, ideas, bug reports are welcome. Also it expired correctly. You could bump this up to beta level after this round from hackernews I'm sure. My little project is getting a bit more attention than I expected. I haven't seen yet a browser which sends the anchor to the server.

A suggestion for improved ease of use. Allow users to pick their own passwords, add a random salt included as the first bytes of the message , then extend them with an algorithm such as PBKDF2 to generate the full key. This would allow shorter links such as http: Miguel Castillo rated it did not like it Jan 11, Tanner Peters rated it it was ok Dec 20, Eugene added it Apr 22, Vesra When She Reads added it Aug 20, Steven added it Dec 20, Steve added it May 05, Chai Bing added it May 26, Ben added it Aug 31, Lisa added it Jul 21, James added it Aug 06, Yinzadi marked it as to-read Sep 18, Ralph added it Oct 16, Claudia marked it as to-read Dec 20, Pat marked it as to-read Jan 31, Muhammad marked it as to-read Mar 20, Andrew marked it as to-read Apr 07, Debs Wombat marked it as to-read Apr 12, Jason Stormoe added it Aug 19, Mark Davies added it Oct 24, Daniel Ervi added it Apr 14, Osamuyi Okpame is currently reading it Sep 11, Toni Bear marked it as to-read Nov 05, Ivan Ng added it Feb 18, Mohamed Khater added it Apr 01, Kyle added it Jun 22, Yash marked it as to-read Sep 27, Hicham Tubi marked it as to-read Mar 05, Paige added it Mar 31, John Botch marked it as to-read May 31, John Greg marked it as to-read Aug 27,