Power-Pixel Upload - CMS

+10
Artur
Tauã
Leavy
-Sobeit,
Minato™
νσℓ¢σм
Example
SecurityPixel
Kushina
WictorP
14 participantes

WictorP WictorP  • 18.01.13 22:21

Power-Pixel Upload - CMS Empty Power-Pixel Upload - CMS 18.01.13 22:21

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

Características

-Leve
-Rápida
-Fácil de configurar
-E sem aquelas frescuras de confirmação ou criação de conta pra upload

Demonstração: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Download: baixar Power-Pixel Upload - CMS

Scan/VT: ver scan da Power-Pixel Upload - CMS


Até mais!

Kushina Kushina  • 18.01.13 22:33

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 18.01.13 22:33

Olá ,
É Um belo layout , estarei fazendo download (eu acho 🇪🇪 ) Para editar e me divertir :-.-:

Até Mais ...

SecurityPixel SecurityPixel  • 19.01.13 0:29

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 19.01.13 0:29

É, eu quem pedi para que você postasse o download desta CMS aqui no PPF lembra? É uma bela CMS, editarei e usarei :) Parabéns

Example Example  • 19.01.13 2:39

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 19.01.13 2:39

Ola Convidado

Bem parece boa cms... :hehehe: espero que o pessoal goste, mais não irei abaixar não tenho hospedagem :OKAY:


#Partil

νσℓ¢σм νσℓ¢σм  • 19.01.13 9:10

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 19.01.13 9:10

Adorei *-* já tá guardado

Minato™ Minato™  • 19.01.13 16:05

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 19.01.13 16:05

Olá, Convidado

Muito bom realmente adorei ^^ obrigado por compartilhar...

Example Example  • 21.01.13 16:44

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 21.01.13 16:44

Ola Convidado

achei um bug sabe como consertar ?

bug: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]


#Partil

WictorP WictorP  • 25.01.13 1:32

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 25.01.13 1:32

Hayashi escreveu:Ola Convidado

achei um bug sabe como consertar ?

bug: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]


#Partil

Tente configurar o arquivo includes\config.php

Código:
<?php
/* --------------------------------------------------------------------

  Chevereto
  http://www.chevereto.com/

  @version   2.0.16
  @author   Rodolfo Berríos <http://rodolfoberrios.com/>

  Copyright (C) 2008-2011 Rodolfo Berríos. All rights reserved.
  <inbox@rodolfoberrios.com>

  --------------------------------------------------------------------- */

/**
 * Theme
 * http://chevereto.com/themes/
 */
$config['theme'] = 'Peafowl';  // Place the case-sensitive folder name of your theme located in /includes/themes/


/**
 * Default language display
 * If you need to add a new language just create a new xx.php file under includes/lang/ then change 'pt' to 'xx'
 */
$config['lang'] = 'pt'; // pt - English | es - Espa�ol


/**
 * Auto language
 * If is set to true, the script will set the language according to the visitor language.
 * default: true
 */
$config['auto_lang'] = true; // Values: true|false


// Site details
$config['site_name'] = 'Power-Pixel Upload';
$config['doctitle'] = 'Power-Pixel Upload';
$config['meta_description'] = 'Power-Pixel Upload';
$config['meta_keywords'] = 'images, photos, image hosting, photo hosting, free image hosting, fotos, power-pixel';


/**
 * API settings
 * Sets the API configurable values
 */
$config['api_key'] = 'my_api_key'; // Whatever you want
$config['api_mode'] = 'private'; // public | private - Public: No restrictions, Private: Need to parse the API key.
 

/**
 * Folders set-up
 * This are the main folders used by the script.
 * -> If you change this you also must change the folders name.
 */
$config['folder_images'] = 'i';
$config['folder_thumbs'] = 'i/thumbs';


/**
 * Allowed Minimum-Maximum values
 * This values are globally afected by PHP configuration located in php.ini.
 * This limits have a maximum setted by yout hosting company, Chevereto can't override them.
 */
$config['max_size_mb'] = 100; // Allowed maximum image size uploaded (MB)

$config['thumb_width'] = 100; // Thumb width in pixels - default: 100
$config['thumb_height'] = 90; // Thumb height in pixels - default: 90

$config['min_resize_size'] = 10; // Min. resize value (pixels)
$config['max_resize_size'] = 2500; // Max. resize value (pixels)


/**
 * multiupload
 * Multiupload feature for local file uploads.
 */
$config['multiupload'] = true;
$config['multiupload_limit'] = '100'; // Maximun number images on multiupload queue (leave empty for no limit) values 1-100
$config['multiupload_simultaneous'] = '1'; // How many images will be uploaded at once. Default:1


/**
 * over_resize
 * Chevereto can resize images but you can limit if it can over resize images like turning a 100x100 into 1280x1280
 * default: false
 */
$config['over_resize'] = false; // Values: true|false


/**
 * error_reporting
 * Switch for enable/disable the PHP error reporting
 * default: false
 */
$config['error_reporting'] = false; // Values: true|false


/**
 * short_url
 * Cut URL allows the ability of shrink the long image URL to something like http://tinyurl.com/c9a8pc.
 * default:true
*/
$config['short_url'] = true; // Values: true|false


/**
 * short_url_service
 * Remember $config['short_url'] There we set up wich service we want to use.
 * default: tinyurl
*/
$config['short_url_service'] = 'tinyurl'; // Values: tinyurl | google | isgd | bitly | custom


/**
 * custom_short_url_api
 * If you set short_url_service to custom you need to specify the API url for your custom service
 * including user login, output format (raw text) and at the end the empty url param (see the example)
 * Note: Your service must have raw text output via GET.
 */
$config['custom_short_url_api'] = ''; // Example: http://yoursite.com/yourls-api.php?format=simple&action=shorturl&username=<USERNAME>&password=<PASSWORD>&url=


/**
 * custom_short_url_service
 * The name of your custom short url service
 */
$config['custom_short_url_service'] = 'My Short URL Service';


/**
 * short_url_user & short_url_keypass
 * In case that the cut URL service API needs user:pass or id:key
 * Note: This is not valid for custom short_url_service
 */
$config['short_url_user'] = ''; // user/id  example: $config['short_url_user'] = 'bitlyuser'
$config['short_url_keypass'] = ''; // pass/key example: $config['short_url_keypass'] = '123456789'



///////////////////////////////////////////////////////////////////////////////////
/////////////  EDIT BELOW THIS ONLY IF YOU KNOW WHAT ARE YOU DOING    ////////////
///////////////////////////////////////////////////////////////////////////////////

/**
 * We get this value with $_SERVER. If your server doesn't resolve this value,
 * the script will not work and you must manually set this value.
 */
define('HTTP_HOST', $_SERVER['HTTP_HOST']);
define('SERVER_PROTOCOL', (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ) ? 'https://' : 'http://');

/**
 * Sets the Paths and Base URL for the script
 * If you find weird issues this may be caused by your server who doesn't
 * handle the $_SERVER vars properly, so you must enter this paths manually.
 */
define('__CHV_ROOT_DIR__', str_replace('\\','/',dirname(dirname(__FILE__))).'/'); // /home/user/public_html/
define('__CHV_RELATIVE_ROOT__', str_ireplace(rtrim(str_replace('\\','/', realpath(str_replace($_SERVER['SCRIPT_NAME'], '', $_SERVER['SCRIPT_FILENAME']))), '/'), '', __CHV_ROOT_DIR__));
define('__CHV_BASE_URL__', SERVER_PROTOCOL.HTTP_HOST.__CHV_RELATIVE_ROOT__);

?>


Até mais!

Example Example  • 25.01.13 1:36

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 25.01.13 1:36

Ola Convidado

configuro a linha:
Código:

$config['short_url_user'] = ''; // user/id  example: $config['short_url_user'] = 'bitlyuser'
$config['short_url_keypass'] = ''; // pass/key example: $config['short_url_keypass'] = '123456789'

se só por o code fico mesmo erro '-'
#Partil

WictorP WictorP  • 25.01.13 1:38

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 25.01.13 1:38

Configure isto:

Código:
// Site details
$config['site_name'] = 'Power-Pixel Upload';
$config['doctitle'] = 'Power-Pixel Upload';
$config['meta_description'] = 'Power-Pixel Upload';
$config['meta_keywords'] = 'images, photos, image hosting, photo hosting, free image hosting, fotos, power-pixel';

Foi a única coisa que configurei no meu site. sera


Até mais!

-Sobeit, -Sobeit,  • 27.01.13 23:37

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 27.01.13 23:37

Otima CMS,Maas Achoo A Minha Melhor, Não To Min Gavando Maas Essa Aew Teeim Alguns Bug's E Eu Resolvi Todos, Mas Meesmo Assim Otima CMS, Teeim Futuro :D

Leavy Leavy  • 28.01.13 0:35

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 28.01.13 0:35

Olá Convidado


Gostei, mais não mexo com este tipo de coisa, Obrigado por compartilhar.

Att
Leavy

Kushina Kushina  • 28.01.13 10:48

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 28.01.13 10:48

Hayashi escreveu:Ola Convidado

achei um bug sabe como consertar ?

bug: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]


#Partil
Olá ,
Interessante no meu não tem esse erro :OMG:
@ON
Boa CMS !

Até ,

Tauã Tauã  • 28.01.13 12:20

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 28.01.13 12:20

Olá,

OFFTOPIC:
Hayashi, esse erre acontece á má configuração ou você excluiu o arquivo .htacess do seu cPanel.

ONTOPC:
A cms é a Chevereto editada '---'
Mas é boa mesmo assim.

Artur Artur  • 16.02.13 18:32

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 16.02.13 18:32

Olá Convidado

Parece ser muito boa a cms, obrigado por compartilhar no fórum, será bem útil.

Abraços.

bovino bovino  • 20.02.13 12:49

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 20.02.13 12:49

Como configura essa cms?

Nosty Nosty  • 20.02.13 20:30

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 20.02.13 20:30

mt bom ! designer otimo funcional e sem erros parabens

Markim Markim  • 25.02.13 12:05

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 25.02.13 12:05

Olá Convidado,

Parece ser um bom layout, obrigado por postar

Até.

Nosty Nosty  • 26.02.13 21:50

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 26.02.13 21:50

Bom layout obrigado por compartilhar com a PPF! :MMM:

νσℓ¢σм νσℓ¢σм  • 28.02.13 18:52

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 28.02.13 18:52

Site de demonstração OFF!!


Tem que ativar conta

Peeta Peeta  • 28.02.13 19:00

Power-Pixel Upload - CMS Empty Re: Power-Pixel Upload - CMS 28.02.13 19:00

Ótima cms, mas não consegui ver a demo
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.