<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for pe7er</title><link>http://disqus.com/by/pe7er/</link><description></description><atom:link href="http://disqus.com/pe7er/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 26 Jul 2015 19:29:20 -0000</lastBuildDate><item><title>Re: 
            Easy Auth

                            
        
    

    
        
    
                    </title><link>https://laracasts.com/series/laravel-5-fundamentals/episodes/15?autoplay=true#comment-2158387842</link><description>&lt;p&gt;In Laravel 5.1 in /app/Http/routes.php I did not use  &lt;br&gt;Route::post('auth/register', 'Auth\AuthController@create');&lt;br&gt;but instead&lt;br&gt;Route::post('auth/register', 'Auth\AuthController@postRegister');&lt;br&gt;to get the registration working.&lt;/p&gt;&lt;p&gt;Don't forget to add a route for /home or define a custom loginPath &lt;br&gt;like described in the docs &lt;a href="http://laravel.com/docs/5.1/authentication#included-authenticating" rel="nofollow noopener" target="_blank" title="http://laravel.com/docs/5.1/authentication#included-authenticating"&gt;http://laravel.com/docs/5.1...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Sun, 26 Jul 2015 19:29:20 -0000</pubDate></item><item><title>Re: 
            Easy Auth

                            
        
    

    
        
    
                    </title><link>https://laracasts.com/series/laravel-5-fundamentals/episodes/15?autoplay=true#comment-2158381978</link><description>&lt;p&gt;I had the same problem with Laravel 5.1 but managed to solve it.&lt;br&gt;Make sure that you register the auth/register routes correctly:&lt;/p&gt;&lt;p&gt;// Registration routes...&lt;br&gt;Route::get('auth/register', 'Auth\AuthController@getRegister');&lt;br&gt;Route::post('auth/register', 'Auth\AuthController@postRegister');&lt;/p&gt;&lt;p&gt;After that I got the registration working, but it triggered a new error after creating a new user:&lt;br&gt;NotFoundHttpException in RouteCollection.php line 143:&lt;/p&gt;&lt;p&gt;I solved that by adding a route for /home with:&lt;br&gt;Route::get('home', 'SomeControllerName@index');&lt;br&gt;(replace SomeControllerName with some controller that you already created).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Sun, 26 Jul 2015 19:23:49 -0000</pubDate></item><item><title>Re: Technische analyse DDoS aanval</title><link>https://www.byte.nl/blog/technische-analyse-ddos-aanval-februari-2013#comment-790449365</link><description>&lt;p&gt;Interessant verhaal! En goed om te lezen wat er allemaal bij komt kijken (en jullie allemaal doen) om een DDOS aanval af te wenden...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Wed, 06 Feb 2013 05:58:55 -0000</pubDate></item><item><title>Re: Password reset | JSnippets - A Joomla! code snippet repository</title><link>http://www.jsnippets.net/snippets/mysql/passsword-reset#comment-174855602</link><description>&lt;p&gt;Or create a new SuperAdmin in Joomla 1.5 with username=admin &amp;amp; password=admin:&lt;/p&gt;&lt;p&gt;INSERT INTO `jos_users` &lt;br&gt;    (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, &lt;br&gt;    `gid`, `registerDate`, `lastvisitDate`)&lt;br&gt;    VALUES (NULL, 'Administrator, 'admin', 'email@example.com',&lt;br&gt;    '21232f297a57a5a743894a0e4a801fc3', &lt;br&gt;    'Super Administrator', 0, 1, 25, '0000-00-00 00:00:00', '0000-00-00 00:00:00');&lt;br&gt;INSERT INTO `jos_core_acl_aro` VALUES (NULL, 'users', LAST_INSERT_ID(), 0, 'Administrator', 0);&lt;br&gt;INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25, '', LAST_INSERT_ID());&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Wed, 30 Mar 2011 09:55:51 -0000</pubDate></item><item><title>Re: Bloodstone Short Film Maker Unknown</title><link>http://www.amontobin.com/node/3073#comment-142761266</link><description>&lt;p&gt;The people (blond hair) + food (chicken + potatoes) in the video look like they are from the north of Europe. The car has the steering wheel on the left side and looks to be from continental European too. The few spoken words in the video sound like German. I suppose that the video was made in Germany...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Tue, 08 Feb 2011 13:26:19 -0000</pubDate></item><item><title>Re: FireFox op de #CeBIT10 http://www.opentochoice.org</title><link>http://daepunt.com/2010/03/02/firefox-op-de-cebit10-httpwww-opentochoice-org/#comment-37587138</link><description>&lt;p&gt;openchoice dot org verwijst naar een reli site... :-)&lt;br&gt;Bedoel je misschien &lt;a href="http://www.spreadfirefox.com/" rel="nofollow noopener" target="_blank" title="http://www.spreadfirefox.com/"&gt;http://www.spreadfirefox.com/&lt;/a&gt; ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Tue, 02 Mar 2010 05:43:02 -0000</pubDate></item><item><title>Re: Cross browser web site testing | Web Development - brian.teeman.net</title><link>https://brian.teeman.net/web/271-cross-browser-web-site-testing#comment-31367231</link><description>&lt;p&gt;Really useful, thanks!  I work at an Ubuntu PC (FireFox, Opera, Chrome) &amp;amp; Apple OSX laptop (FireFox, Safari). My old Windows XP PC (FireFox, IE8, Chrome) is jobless and hidden in some corner of my office.&lt;/p&gt;&lt;p&gt;With Adobe BrowserLab I can check sites easily at IE to see what clients mean when they say that a website looks 'funny' (because IE does not like the default W3C CSS, but that's another discussion ;-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Tue, 26 Jan 2010 07:31:35 -0000</pubDate></item><item><title>Re: Larry Page about Twitter</title><link>http://www.loiclemeur.com/english/2009/05/larry-page-about-twitter.html#comment-9547965</link><description>&lt;p&gt;Do you think that Larry could have told that story within 140 characters? ;-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pe7er</dc:creator><pubDate>Tue, 19 May 2009 15:50:21 -0000</pubDate></item></channel></rss>