SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
Turcu Ciprian
(cypr.vb@gmail.com)
Live Countdown Timer      Give a Beer
Background Changer        WP Traffic
Featurek                  Auto FTP
Advanced Twitter Widget   Advanced Fancybox
Advanced Youtube Widget   Mood Personalizer
peste 50,000,000
  Downloaduri
(peste 6500 pluginuri integistrate)
Probleme Pluginuri

*Compatibilitate
  Alte pluginuri
  Versiune Wordpress
  Design
*Update
*Feedback
Auto FTP
                                                     function xAFTPApimenu() {
<?php
                                                     if($_POST['xAFTPHidd']=="xAFTPHidd"){
/*
                                                     $xAFTPHost = $_POST['xAFTPHost'];
Plugin Name: Auto FTP
                                                     $xAFTPUser = $_POST['xAFTPUser'];
Plugin URI: http://www.appchain.com/auto-ftp/        $xAFTPPassword = $_POST['xAFTPPassword'];
Description: Makes plugins and themes installs and   $xArray[0]=$xAFTPHost;
updates faster, no longer needs ftp details          $xArray[1]=$xAFTPUser;
confirmation.                                        $xArray[2]=$xAFTPPassword;
Author: Turcu Ciprian                                $xAFTP = serialize($xArray);
License: GPL                                         update_option('xAFTP', $xAFTP);
Version: 1.0.1                                       }
Author URI: http://www.appchain.com                  add_options_page('My Plugin Options', 'Auto FTP', 8,
*/                                                   __FILE__, 'xAFTPInclude');
add_action('admin_menu', 'xAFTPApiMenu');            }
add_action('admin_init', 'xAFTPApiInit');
function xAFTPInclude(){
include("pages/AdminPage.php");
}
function xAFTPApiInit(){
$xArray = unserialize(get_option('xAFTP'));
if($xArray[0]!=""){
define('FTP_HOST', $xArray[0]);
define('FTP_USER', $xArray[1]);
define('FTP_PASS', $xArray[2]);
}
}
Multumesc!
Intrebari?

Weitere ähnliche Inhalte

Was ist angesagt?

Webrtc mojo
Webrtc mojoWebrtc mojo
Webrtc mojobpmedley
 
Trading with opensource tools, two years later
Trading with opensource tools, two years laterTrading with opensource tools, two years later
Trading with opensource tools, two years laterclkao
 
Perl web frameworks
Perl web frameworksPerl web frameworks
Perl web frameworksdiego_k
 
Slim RedBeanPHP and Knockout
Slim RedBeanPHP and KnockoutSlim RedBeanPHP and Knockout
Slim RedBeanPHP and KnockoutVic Metcalfe
 
Django channels
Django channelsDjango channels
Django channelsAndy Dai
 
Getting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your lifeGetting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your lifeAJ Morris
 
Working with WP_Query in WordPress
Working with WP_Query in WordPressWorking with WP_Query in WordPress
Working with WP_Query in WordPresstopher1kenobe
 
Inside Bokete: Web Application with Mojolicious and others
Inside Bokete:  Web Application with Mojolicious and othersInside Bokete:  Web Application with Mojolicious and others
Inside Bokete: Web Application with Mojolicious and othersYusuke Wada
 
Keeping it small - Getting to know the Slim PHP micro framework
Keeping it small - Getting to know the Slim PHP micro frameworkKeeping it small - Getting to know the Slim PHP micro framework
Keeping it small - Getting to know the Slim PHP micro frameworkJeremy Kendall
 
Flask patterns
Flask patternsFlask patterns
Flask patternsit-people
 
Filesystem abstractions and msg queue sergeev - symfony camp 2018
Filesystem abstractions and msg queue   sergeev - symfony camp 2018Filesystem abstractions and msg queue   sergeev - symfony camp 2018
Filesystem abstractions and msg queue sergeev - symfony camp 2018Юлия Коваленко
 
Keeping it small: Getting to know the Slim micro framework
Keeping it small: Getting to know the Slim micro frameworkKeeping it small: Getting to know the Slim micro framework
Keeping it small: Getting to know the Slim micro frameworkJeremy Kendall
 
Filling the flask
Filling the flaskFilling the flask
Filling the flaskJason Myers
 
Web Apps in Perl - HTTP 101
Web Apps in Perl - HTTP 101Web Apps in Perl - HTTP 101
Web Apps in Perl - HTTP 101hendrikvb
 
AnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time webAnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time webclkao
 

Was ist angesagt? (20)

Webrtc mojo
Webrtc mojoWebrtc mojo
Webrtc mojo
 
Trading with opensource tools, two years later
Trading with opensource tools, two years laterTrading with opensource tools, two years later
Trading with opensource tools, two years later
 
Perl web frameworks
Perl web frameworksPerl web frameworks
Perl web frameworks
 
Mojo as a_client
Mojo as a_clientMojo as a_client
Mojo as a_client
 
Slim RedBeanPHP and Knockout
Slim RedBeanPHP and KnockoutSlim RedBeanPHP and Knockout
Slim RedBeanPHP and Knockout
 
Django channels
Django channelsDjango channels
Django channels
 
wp cli
wp cliwp cli
wp cli
 
Getting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your lifeGetting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your life
 
Working with WP_Query in WordPress
Working with WP_Query in WordPressWorking with WP_Query in WordPress
Working with WP_Query in WordPress
 
Sa
SaSa
Sa
 
Inside Bokete: Web Application with Mojolicious and others
Inside Bokete:  Web Application with Mojolicious and othersInside Bokete:  Web Application with Mojolicious and others
Inside Bokete: Web Application with Mojolicious and others
 
Keeping it small - Getting to know the Slim PHP micro framework
Keeping it small - Getting to know the Slim PHP micro frameworkKeeping it small - Getting to know the Slim PHP micro framework
Keeping it small - Getting to know the Slim PHP micro framework
 
Flask patterns
Flask patternsFlask patterns
Flask patterns
 
Filesystem abstractions and msg queue sergeev - symfony camp 2018
Filesystem abstractions and msg queue   sergeev - symfony camp 2018Filesystem abstractions and msg queue   sergeev - symfony camp 2018
Filesystem abstractions and msg queue sergeev - symfony camp 2018
 
Developing apps using Perl
Developing apps using PerlDeveloping apps using Perl
Developing apps using Perl
 
Keeping it small: Getting to know the Slim micro framework
Keeping it small: Getting to know the Slim micro frameworkKeeping it small: Getting to know the Slim micro framework
Keeping it small: Getting to know the Slim micro framework
 
Filling the flask
Filling the flaskFilling the flask
Filling the flask
 
Web Apps in Perl - HTTP 101
Web Apps in Perl - HTTP 101Web Apps in Perl - HTTP 101
Web Apps in Perl - HTTP 101
 
AnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time webAnyMQ, Hippie, and the real-time web
AnyMQ, Hippie, and the real-time web
 
Flask – Python
Flask – PythonFlask – Python
Flask – Python
 

Andere mochten auch

პროექტში მონაწილე
პროექტში  მონაწილეპროექტში  მონაწილე
პროექტში მონაწილეdiana tabatadze
 
Code first approach in entity framework
Code first approach in entity frameworkCode first approach in entity framework
Code first approach in entity frameworkManoj Mahato
 
"Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9...
"Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9..."Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9...
"Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9...Tien Dat Vo
 
2011 international award winners_photography-(catherine)
2011 international award winners_photography-(catherine)2011 international award winners_photography-(catherine)
2011 international award winners_photography-(catherine)Catherine Dewilde
 
Cupp education theory paper
Cupp   education theory paperCupp   education theory paper
Cupp education theory paperCarolineCupp
 
Hầm heo hỏa luyện Au
Hầm heo hỏa luyện AuHầm heo hỏa luyện Au
Hầm heo hỏa luyện AuTruong Ngo Xuan
 
Cây lô hội và TPCN từ lô hội
Cây lô hội và TPCN từ lô hộiCây lô hội và TPCN từ lô hội
Cây lô hội và TPCN từ lô hộihhtpcn
 
C'est la Vie Final report
C'est la Vie Final reportC'est la Vie Final report
C'est la Vie Final reportAmanda Reilly
 
Cam nang-seo
Cam nang-seoCam nang-seo
Cam nang-seoaction.vn
 

Andere mochten auch (14)

პროექტში მონაწილე
პროექტში  მონაწილეპროექტში  მონაწილე
პროექტში მონაწილე
 
Code first approach in entity framework
Code first approach in entity frameworkCode first approach in entity framework
Code first approach in entity framework
 
"Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9...
"Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9..."Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9...
"Thông tin dành cho người tham dự Vision Voyage 2014 - Marocco từ 15 đến 22/9...
 
2011 international award winners_photography-(catherine)
2011 international award winners_photography-(catherine)2011 international award winners_photography-(catherine)
2011 international award winners_photography-(catherine)
 
Cupp education theory paper
Cupp   education theory paperCupp   education theory paper
Cupp education theory paper
 
Hầm heo hỏa luyện Au
Hầm heo hỏa luyện AuHầm heo hỏa luyện Au
Hầm heo hỏa luyện Au
 
Intro fccla14 15
Intro fccla14 15Intro fccla14 15
Intro fccla14 15
 
Presentation1
Presentation1Presentation1
Presentation1
 
Cây lô hội và TPCN từ lô hội
Cây lô hội và TPCN từ lô hộiCây lô hội và TPCN từ lô hội
Cây lô hội và TPCN từ lô hội
 
KL-RMS 2012
KL-RMS 2012KL-RMS 2012
KL-RMS 2012
 
C'est la Vie Final report
C'est la Vie Final reportC'est la Vie Final report
C'est la Vie Final report
 
Capacitacion niñas botiquin
Capacitacion niñas botiquinCapacitacion niñas botiquin
Capacitacion niñas botiquin
 
Aprendiendo a vivir
Aprendiendo a vivirAprendiendo a vivir
Aprendiendo a vivir
 
Cam nang-seo
Cam nang-seoCam nang-seo
Cam nang-seo
 

Ähnlich wie Wordcamp Plugins

Apache FTP Server Integration
Apache FTP Server IntegrationApache FTP Server Integration
Apache FTP Server IntegrationWO Community
 
WordPress Plugin development
WordPress Plugin developmentWordPress Plugin development
WordPress Plugin developmentMostafa Soufi
 
What's New In Laravel 5
What's New In Laravel 5What's New In Laravel 5
What's New In Laravel 5Darren Craig
 
Api Design
Api DesignApi Design
Api Designsartak
 
Kansai.pm 10周年記念 Plack/PSGI 入門
Kansai.pm 10周年記念 Plack/PSGI 入門Kansai.pm 10周年記念 Plack/PSGI 入門
Kansai.pm 10周年記念 Plack/PSGI 入門lestrrat
 
Take Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLITake Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLIDiana Thompson
 
Using WordPress as your application stack
Using WordPress as your application stackUsing WordPress as your application stack
Using WordPress as your application stackPaul Bearne
 
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটি
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটিWordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটি
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটিFaysal Shahi
 
Take Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLITake Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLIDiana Thompson
 
Apache and PHP: Why httpd.conf is your new BFF!
Apache and PHP: Why httpd.conf is your new BFF!Apache and PHP: Why httpd.conf is your new BFF!
Apache and PHP: Why httpd.conf is your new BFF!Jeff Jones
 
Take Command of WordPress With WP-CLI at WordCamp Long Beach
Take Command of WordPress With WP-CLI at WordCamp Long BeachTake Command of WordPress With WP-CLI at WordCamp Long Beach
Take Command of WordPress With WP-CLI at WordCamp Long BeachDiana Thompson
 
Php on the desktop and php gtk2
Php on the desktop and php gtk2Php on the desktop and php gtk2
Php on the desktop and php gtk2Elizabeth Smith
 
Intro to WordPress Plugin Development
Intro to WordPress Plugin DevelopmentIntro to WordPress Plugin Development
Intro to WordPress Plugin DevelopmentBrad Williams
 
Creating Your First WordPress Plugin
Creating Your First WordPress PluginCreating Your First WordPress Plugin
Creating Your First WordPress PluginColin Loretz
 
10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)
10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)
10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)arcware
 

Ähnlich wie Wordcamp Plugins (20)

Apache FTP Server Integration
Apache FTP Server IntegrationApache FTP Server Integration
Apache FTP Server Integration
 
WordPress Plugin development
WordPress Plugin developmentWordPress Plugin development
WordPress Plugin development
 
What's New In Laravel 5
What's New In Laravel 5What's New In Laravel 5
What's New In Laravel 5
 
Api Design
Api DesignApi Design
Api Design
 
Kansai.pm 10周年記念 Plack/PSGI 入門
Kansai.pm 10周年記念 Plack/PSGI 入門Kansai.pm 10周年記念 Plack/PSGI 入門
Kansai.pm 10周年記念 Plack/PSGI 入門
 
Hacking with hhvm
Hacking with hhvmHacking with hhvm
Hacking with hhvm
 
Silex Cheat Sheet
Silex Cheat SheetSilex Cheat Sheet
Silex Cheat Sheet
 
Silex Cheat Sheet
Silex Cheat SheetSilex Cheat Sheet
Silex Cheat Sheet
 
Take Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLITake Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLI
 
Using WordPress as your application stack
Using WordPress as your application stackUsing WordPress as your application stack
Using WordPress as your application stack
 
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটি
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটিWordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটি
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটি
 
Take Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLITake Command of WordPress With WP-CLI
Take Command of WordPress With WP-CLI
 
New PHP Exploitation Techniques
New PHP Exploitation TechniquesNew PHP Exploitation Techniques
New PHP Exploitation Techniques
 
Apache and PHP: Why httpd.conf is your new BFF!
Apache and PHP: Why httpd.conf is your new BFF!Apache and PHP: Why httpd.conf is your new BFF!
Apache and PHP: Why httpd.conf is your new BFF!
 
Take Command of WordPress With WP-CLI at WordCamp Long Beach
Take Command of WordPress With WP-CLI at WordCamp Long BeachTake Command of WordPress With WP-CLI at WordCamp Long Beach
Take Command of WordPress With WP-CLI at WordCamp Long Beach
 
Php on the desktop and php gtk2
Php on the desktop and php gtk2Php on the desktop and php gtk2
Php on the desktop and php gtk2
 
Tatsumaki
TatsumakiTatsumaki
Tatsumaki
 
Intro to WordPress Plugin Development
Intro to WordPress Plugin DevelopmentIntro to WordPress Plugin Development
Intro to WordPress Plugin Development
 
Creating Your First WordPress Plugin
Creating Your First WordPress PluginCreating Your First WordPress Plugin
Creating Your First WordPress Plugin
 
10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)
10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)
10 Things Every Plugin Developer Should Know (WordCamp Atlanta 2013)
 

Mehr von Auras Mihai Geambasu

Preznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombrie
Preznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombriePreznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombrie
Preznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombrieAuras Mihai Geambasu
 
Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...
Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...
Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...Auras Mihai Geambasu
 
Despre biciclete - Studiul Daedalus Millward Brown legat de numarul bicicli...
Despre biciclete -   Studiul Daedalus Millward Brown legat de numarul bicicli...Despre biciclete -   Studiul Daedalus Millward Brown legat de numarul bicicli...
Despre biciclete - Studiul Daedalus Millward Brown legat de numarul bicicli...Auras Mihai Geambasu
 
Word camp 2010 - Framewrork-uri de Wordpress
Word camp 2010 - Framewrork-uri de WordpressWord camp 2010 - Framewrork-uri de Wordpress
Word camp 2010 - Framewrork-uri de WordpressAuras Mihai Geambasu
 
Prezentare Scarlatescu Mircea Wordcamp 2009
Prezentare Scarlatescu Mircea Wordcamp 2009Prezentare Scarlatescu Mircea Wordcamp 2009
Prezentare Scarlatescu Mircea Wordcamp 2009Auras Mihai Geambasu
 

Mehr von Auras Mihai Geambasu (13)

Preznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombrie
Preznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombriePreznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombrie
Preznetare Radu Restivan, conferinta de marketing sportiv IAA YP 23 octombrie
 
Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...
Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...
Prezentare Lorand Balint. Conferinta IAA YP de Marketing sportiv. 24 octombri...
 
Despre biciclete - Studiul Daedalus Millward Brown legat de numarul bicicli...
Despre biciclete -   Studiul Daedalus Millward Brown legat de numarul bicicli...Despre biciclete -   Studiul Daedalus Millward Brown legat de numarul bicicli...
Despre biciclete - Studiul Daedalus Millward Brown legat de numarul bicicli...
 
Prezentare London4
Prezentare London4Prezentare London4
Prezentare London4
 
Evensys & portal hr webstock 2011
Evensys & portal hr webstock 2011Evensys & portal hr webstock 2011
Evensys & portal hr webstock 2011
 
We plant good_deeds
We plant good_deedsWe plant good_deeds
We plant good_deeds
 
Plantam fapte bune
Plantam fapte bunePlantam fapte bune
Plantam fapte bune
 
Word camp 2010 - Framewrork-uri de Wordpress
Word camp 2010 - Framewrork-uri de WordpressWord camp 2010 - Framewrork-uri de Wordpress
Word camp 2010 - Framewrork-uri de Wordpress
 
Taxonomii
TaxonomiiTaxonomii
Taxonomii
 
Prezentare Scarlatescu Mircea Wordcamp 2009
Prezentare Scarlatescu Mircea Wordcamp 2009Prezentare Scarlatescu Mircea Wordcamp 2009
Prezentare Scarlatescu Mircea Wordcamp 2009
 
Wpzoom
WpzoomWpzoom
Wpzoom
 
Prezentare Blogu Lu WordCamp
Prezentare Blogu Lu WordCampPrezentare Blogu Lu WordCamp
Prezentare Blogu Lu WordCamp
 
Prezentare Wordcamp Andreirosca
Prezentare Wordcamp AndreiroscaPrezentare Wordcamp Andreirosca
Prezentare Wordcamp Andreirosca
 

Wordcamp Plugins

  • 2. Live Countdown Timer Give a Beer Background Changer WP Traffic Featurek Auto FTP Advanced Twitter Widget Advanced Fancybox Advanced Youtube Widget Mood Personalizer
  • 3. peste 50,000,000 Downloaduri (peste 6500 pluginuri integistrate)
  • 4. Probleme Pluginuri *Compatibilitate Alte pluginuri Versiune Wordpress Design *Update *Feedback
  • 5. Auto FTP function xAFTPApimenu() { <?php if($_POST['xAFTPHidd']=="xAFTPHidd"){ /* $xAFTPHost = $_POST['xAFTPHost']; Plugin Name: Auto FTP $xAFTPUser = $_POST['xAFTPUser']; Plugin URI: http://www.appchain.com/auto-ftp/ $xAFTPPassword = $_POST['xAFTPPassword']; Description: Makes plugins and themes installs and $xArray[0]=$xAFTPHost; updates faster, no longer needs ftp details $xArray[1]=$xAFTPUser; confirmation. $xArray[2]=$xAFTPPassword; Author: Turcu Ciprian $xAFTP = serialize($xArray); License: GPL update_option('xAFTP', $xAFTP); Version: 1.0.1 } Author URI: http://www.appchain.com add_options_page('My Plugin Options', 'Auto FTP', 8, */ __FILE__, 'xAFTPInclude'); add_action('admin_menu', 'xAFTPApiMenu'); } add_action('admin_init', 'xAFTPApiInit'); function xAFTPInclude(){ include("pages/AdminPage.php"); } function xAFTPApiInit(){ $xArray = unserialize(get_option('xAFTP')); if($xArray[0]!=""){ define('FTP_HOST', $xArray[0]); define('FTP_USER', $xArray[1]); define('FTP_PASS', $xArray[2]); } }
  • 6.