Skip to content

Instantly share code, notes, and snippets.

View mazandaran's full-sized avatar

Mohamadreza Rezaei mazandaran

View GitHub Profile
===========================================================
Find the below paths:-
/administrator/language/en-GB/en-GB.plg_user_profile.ini
/plugins/user/profile/profile.xml
/plugins/user/profile/profiles/profile.xml
===========================================================
@mazandaran
mazandaran / Amolibrary
Created April 19, 2014 23:40
DataBank
Amolibrary BloSpot Request
@sivaprabug
sivaprabug / gist:9640710
Last active August 29, 2015 13:57
Joomla registration form add new fields
===========================================================
Find the below paths:-
/administrator/language/en-GB/en-GB.plg_user_profile.ini
/plugins/user/profile/profile.xml
/plugins/user/profile/profiles/profile.xml
===========================================================
@ib-lundgren
ib-lundgren / github_flask_oauth2.py
Created September 10, 2013 10:53
Example of how to use Flask with requests-oauthlib to fetch a GitHub user profile using an OAuth 2 token.
from requests_oauthlib import OAuth2Session
from flask import Flask, request, redirect, session, url_for
from flask.json import jsonify
import os
app = Flask(__name__)
# This information is obtained upon registration of a new GitHub
client_id = "<your client key>"