Ir para conteúdo
  • Cadastre-se

[2015] Gesior 2012 1.0 - V2 - Atualizado


Posts Recomendados

  • Respostas 145
  • Created
  • Última resposta

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Bom, resolvi disponibilizar minhas versão do meus website compatível com o  TFS 1.0 (The Forgotten Server 10.41x).   Bom, este website está e um BETA, tem 1 erro nas postagem de noticias mais irei cor

Perfeito, obrigado por compartilhar, vai ajudar muita gente! O que acha de criarmos no github 3 projetos: datapack, sources e website todos mais atualzados (eu sei que tem o da otland, do printer e

add isso no config.lua passwordType = "sha1"

Posted Images

A expressão esta assim .. if($group_id_of_acc_logged >= $config['site']['access_admin_panel']) ?

o meu admin painel ta assim

<?php
if(!defined('INITIALIZED'))
	exit;

if($group_id_of_acc_logged >= $config['site']['access_admin_panel'])
{
	$main_content .= 'Admin panel is not available in this version of Gesior acc. maker as there is no option to show :(';
}
else
{
	$main_content .= 'You don\'t have admin access.';
}
Link para o post
Compartilhar em outros sites

não tem nada ai cara ... 

Admin panel is not available in this version of Gesior acc. maker as there is no option to show

A Ana não fez, e o Gesior tbem não! Portanto esse gesior ta sem painel admin!

Link para o post
Compartilhar em outros sites

não tem nada ai cara ... 

Admin panel is not available in this version of Gesior acc. maker as there is no option to show

A Ana não fez, e o Gesior tbem não! Portanto esse gesior ta sem painel admin!

hum... ja tava disconfiado mesmo.... + é possivel fazer ??? ou se n como q eu tiro os itens do shopp ou add pontos ?? n tem como né... ??

 

edit 2 

 

ahh ja entendi como funciona.... é td pelo php... xD vlw...

Editado por maper007 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Tem sim, claro. 

Quem sabe ele faz mais pra frente e adiciona, enfim, você pode add por enqt por comando no phpmyadmin ... 

exemplo:

INSERT INTO `z_shop_offer` (`id`, `points`, `itemid1`, `count1`, `itemid2`, `count2`, `offer_type`, `offer_description`, `offer_name`) 
VALUES (1, 8, 0, 15, 0, 0, 'vipdays', 'Buy 15 Vip days in your account', '15 Vip days ');

Tente entender, é simples!

Link para o post
Compartilhar em outros sites

Tem sim, claro. 

Quem sabe ele faz mais pra frente e adiciona, enfim, você pode add por enqt por comando no phpmyadmin ... 

exemplo:

INSERT INTO `z_shop_offer` (`id`, `points`, `itemid1`, `count1`, `itemid2`, `count2`, `offer_type`, `offer_description`, `offer_name`) 
VALUES (1, 8, 0, 15, 0, 0, 'vipdays', 'Buy 15 Vip days in your account', '15 Vip days ');

Tente entender, é simples!

acho q entendi... xD vlw.. Rep.+

Link para o post
Compartilhar em outros sites

Erro de análise : erro de sintaxe, T_ENCAPSED_AND_WHITESPACE inesperado, esperando T_STRING ou T_VARIABLE ou T_NUM_STRING em C: \ xampp \ htdocs \ config \ config.php na linha 4

 

 

como arruma isso ?

Link para o post
Compartilhar em outros sites

Ana, poderia informar qual programa você utiliza para rodar o site? Xampp ou Vertrigo? Qual versão?


Tive esse mesmo problema, só que utilizando Vertrigo 2.3:

 

Erro de análise : erro de sintaxe, T_ENCAPSED_AND_WHITESPACE inesperado, esperando T_STRING ou T_VARIABLE ou T_NUM_STRING em C: \ xampp \ htdocs \ config \ config.php na linha 4

 

 

como arruma isso ?

Editado por ADM Guardian (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

 

kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk, toma vergonha!  :facepalm:

 

Ficasse com ciume foi ¬¬'

KKKKKKKKKKK

Se preocupe não, no meu coração só tem o teu lugar!

Link para o post
Compartilhar em outros sites

Erro

Comando SQL:

-- -- Banco de Dados: `teste` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL, `password` char(40) NOT NULL, `type` int(11) NOT NULL DEFAULT '1', `premdays` int(11) NOT NULL DEFAULT '0', `lastday` int(10) unsigned NOT NULL DEFAULT '0', `email` varchar(255) NOT NULL DEFAULT '', `creation` int(11) NOT NULL DEFAULT '0', `key` varchar(20) NOT NULL DEFAULT '0', `email_new` varchar(255) NOT NULL DEFAULT '', `email_new_time` int(11) NOT NULL DEFAULT '0', `rlname` varchar(255) NOT NULL DEFAULT '', `location` varchar(255) NOT NULL DEFAULT '', `page_access` int(11) NOT NULL DEFAULT '0', `email_code` varchar(255) NOT NULL DEFAULT '', `next_email` int(11) NOT NULL DEFAULT '0', `premium_points` int(11) NOT NULL DEFAULT '0', `create_date` int(11) NOT NULL DEFAULT '0', `create_ip` int(11) NOT NULL DE[...]

Mensagens do MySQL : dot.gif

ajuda ?

Link para o post
Compartilhar em outros sites

@endenson e @ADM Guardian, o que tem na linha 4 do config/config.php?

 

@TioSlash, <3

 

Então, vou postar em spoiler o config.php, da uma olhada :P

 

<?PHP
# Account Maker Config
$config['site']['serverPath'] = "/otserv/";
$config['site']['useServerConfigCache'] = false;
$towns_list = array(1 => 'Venore',
2 => 'Thais',
3 => 'Kazordoon',
4 => 'Carlin',
5 => 'Ab/Dendriel',
6 => 'Rookgaard',
7 => 'Liberty Bay',
8 => 'Port Hope',
9 => 'Ankrahmun',
10 => 'Darashia',
11 => 'Edron',
12 => 'Svargrond',
13 => 'Yalahar',
14 => 'Farmine');
 
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'images/items/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'images';
$config['site']['flag_images_extension'] = '.png';
 
# Create Account Options
$config['site']['one_email'] = false;
$config['site']['create_account_verify_mail'] = false;
$config['site']['verify_code'] = true;
$config['site']['email_days_to_change'] = 3;
$config['site']['newaccount_premdays'] = 7;
$config['site']['send_register_email'] = false;
 
# Create Character Options
$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
$config['site']['newchar_towns'] = array(2);
$config['site']['max_players_per_account'] = 4;
 
 
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "mail.tibiaold.org";
$config['site']['smtp_port'] = 25;
$config['site']['smtp_auth'] = true;
$config['site']['smtp_user'] = "[email protected]";
$config['site']['smtp_pass'] = "]!uX?SNaQ%nn";
 
# PAGE: whoisonline.php
$config['site']['private-servlist.com_server_id'] = 0;
/*
Server id on 'private-servlist.com' to show Players Online Chart (whoisonline.php page), set 0 to disable Chart feature.
To use this feature you must register on 'private-servlist.com' and add your server.
Format: number, 0 [disable] or higher
*/
 
# PAGE: characters.php
$config['site']['quests'] = array();
$config['site']['show_skills_info'] = false;
$config['site']['show_vip_storage'] = 0;
 
# PAGE: accountmanagement.php
$config['site']['send_mail_when_change_password'] = true;
$config['site']['send_mail_when_generate_reckey'] = true;
$config['site']['generate_new_reckey'] = true;
$config['site']['generate_new_reckey_price'] = 20;
 
# PAGE: guilds.php
$config['site']['guild_need_level'] = 100;
$config['site']['guild_need_pacc'] = false;
$config['site']['guild_image_size_kb'] = 50;
$config['site']['guild_description_chars_limit'] = 250;
$config['site']['guild_description_lines_limit'] = 6;
$config['site']['guild_motd_chars_limit'] = 250;
 
# PAGE: adminpanel.php
$config['site']['access_admin_panel'] = 555;
 
# PAGE: latestnews.php
$config['site']['news_limit'] = 6;
 
# PAGE: killstatistics.php
$config['site']['last_deaths_limit'] = 50;
 
# PAGE: team.php
$config['site']['groups_support'] = array(2, 3, 4, 5, 6);
 
# PAGE: highscores.php
$config['site']['groups_hidden'] = array(2, 3, 4);
$config['site']['accounts_hidden'] = array(1);
 
# PAGE: shopsystem.php
$config['site']['shop_system'] = true;
 
# PAGE: lostaccount.php
$config['site']['email_lai_sec_interval'] = 180;
 
# Layout Config
$config['site']['layout'] = 'tibiarl';
$config['site']['vdarkborder'] = '#505050';
$config['site']['darkborder'] = '#D4C0A1';
$config['site']['lightborder'] = '#F1E0C6';
$config['site']['download_page'] = true;
$config['site']['serverinfo_page'] = true;

Link para o post
Compartilhar em outros sites

Erro

Comando SQL:

-- -- Banco de Dados: `teste` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL, `password` char(40) NOT NULL, `type` int(11) NOT NULL DEFAULT '1', `premdays` int(11) NOT NULL DEFAULT '0', `lastday` int(10) unsigned NOT NULL DEFAULT '0', `email` varchar(255) NOT NULL DEFAULT '', `creation` int(11) NOT NULL DEFAULT '0', `key` varchar(20) NOT NULL DEFAULT '0', `email_new` varchar(255) NOT NULL DEFAULT '', `email_new_time` int(11) NOT NULL DEFAULT '0', `rlname` varchar(255) NOT NULL DEFAULT '', `location` varchar(255) NOT NULL DEFAULT '', `page_access` int(11) NOT NULL DEFAULT '0', `email_code` varchar(255) NOT NULL DEFAULT '', `next_email` int(11) NOT NULL DEFAULT '0', `premium_points` int(11) NOT NULL DEFAULT '0', `create_date` int(11) NOT NULL DEFAULT '0', `create_ip` int(11) NOT NULL DE[...]

Mensagens do MySQL : dot.gif

ajuda ?

 

importa a Database se você executar no sql vai bugar.

 Whatsapp: +55 (48) 98815-0709 Discord: Qwizer#5713

 

Global 100% 7.40 com Website

TFS 1.2 10.97-11.00 + GlobalFull OtherWorld ...

 

Link para o post
Compartilhar em outros sites

Error ID: #E-3
More info: There is no key mysqlHost in server config
Errors list:

  • INFO - use server config cache: false

  • File: C:\xampp\htdocs\system/load.database.php   Line: 15
    File: C:\xampp\htdocs/index.php   Line: 21
Link para o post
Compartilhar em outros sites

Ta definido sim cara.

Segue o config.lua

 

 
accountManager = "yes"
namelockManager = "yes"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 160
newPlayerSpawnPosY = 51
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 15
newPlayerMagicLevel = 1
generateAccountNumber = "no"
 
redSkullLength = 24 * 60 * 60
blackSkullLength = 48 * 60 * 60
dailyFragsToRedSkull = 7
weeklyFragsToRedSkull = 30
monthlyFragsToRedSkull = 70
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false
 
notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 1 * 24 * 60 * 60
killsBanLength = 1 * 24 * 60 * 60
finalBanLength = 1 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = true
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false
 
worldType = "open"
protectionLevel = 15
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 2 * 60 * 1000
huntingDuration = 1 * 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = true
removeWeaponAmmunition = false
removeWeaponCharges = true
removeRuneCharges = false
whiteSkullTime = 3 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true
 
        enableCast = false
 
        healthHealingColor = COLOR_BLUE
 
worldId = 0
ip = "173.0.5.167"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 109
motd = "Bem vindo."
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Baiak Rox"
loginMessage = "Bem vindo."
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false
 
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "***"
sqlDatabase = "teste"
sqlFile = "baiak.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
 
deathListEnabled = true
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 19
maxDeathRecords = 5
 
ingameGuildManagement = true
levelToFormGuild = 8
premiumDaysToFormGuild = 0
guildNameMinLength = 4
guildNameMaxLength = 20
 
 
highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 2
 
 
buyableAndSellableHouses = true
houseNeedPremium = true
bedsRequirePremium = true
levelToBuyHouse = 50
housesPerAccount = 0
houseRentAsPrice = false
housePriceAsRent = false
housePriceEachSquare = 1000
houseRentPeriod = "never"
houseCleanOld = 0
guildHalls = false
 
 
timeBetweenActions = 200
timeBetweenExActions = 1000
checkCorpseOwner = true
hotkeyAimbotEnabled = true
maximumDoorLevel = 500
 
 
mapName = "Baiak Yurots.otbm"
mapAuthor = "Project"
randomizeTiles = true
useHouseDataStorage = false
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = "-1"
 
 
defaultPriority = "high"
niceLevel = 5
coresUsed = "-1"
optimizeDatabaseAtStartup = true
removePremiumOnInit = true
confirmOutdatedVersion = false
 
 
maxMessageBuffer = 4
bufferMutedOnSpellFailure = false
 
 
dataDirectory = "data/"
allowChangeOutfit = true
allowChangeColors = true
allowChangeAddons = true
disableOutfitsForPrivilegedPlayers = false
bankSystem = true
saveGlobalStorage = true
displaySkillLevelOnAdvance = false
spellNameInsteadOfWords = false
emoteSpells = true
promptExceptionTracerErrorBox = true
storePlayerDirection = false
monsterLootMessage = 3
monsterLootMessageType = 25
separateViplistPerCharacter = false
 
 
ghostModeInvisibleEffect = false
ghostModeSpellEffects = true
 
 
idleWarningTime = 14 * 60 * 1000
idleKickTime = 15 * 60 * 1000
expireReportsAfterReads = 1
playerQueryDeepness = 2
maxItemsPerPZTile = 0
maxItemsPerHouseTile = 0
 
 
freePremium = true
premiumForPromotion = true
 
 
blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 8
 
 
experienceStages = "yes"
rateExperience = 45
rateExperienceFromPlayers = 5
rateSkill = 30
rateMagic = 15
rateLoot = 3
rateSpawn = 1
 
 
rateMonsterHealth = 1.0
rateMonsterMana = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0
 
-- Experience from players
minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.1
 
 
rateStaminaLoss = 1
rateStaminaGain = 3
rateStaminaThresholdGain = 12
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = true
 
 
experienceShareRadiusX = 30
experienceShareRadiusY = 30
experienceShareRadiusZ = 1
experienceShareLevelDifference = 2 / 3
extraPartyExperienceLimit = 20
extraPartyExperiencePercent = 5
experienceShareActivity = 2 * 60 * 1000
 
 
globalSaveEnabled = false
globalSaveHour = 1
shutdownAtGlobalSave = false
cleanMapAtGlobalSave = false
 
 
deSpawnRange = 2
deSpawnRadius = 50
 
 
maxPlayerSummons = 2
teleportAllSummons = false
teleportPlayerSummons = false
 
 
ownerName = "Baiak"
ownerEmail = ""
url = ""
location = "Brazil"
displayGamemastersWithOnlineCommand = false
 
 
adminLogsEnabled = false
displayPlayersLogging = true
prefixChannelLogs = ""
runFile = ""
outLogName = ""
errorLogName = ""
truncateLogsOnStartup = false
Editado por noisezikamo2 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

@endenson e @ADM Guardian, o que tem na linha 4 do config/config.php?

 

@TioSlash, <3

 

 

Então, vou postar em spoiler o config.php, da uma olhada :P

 

<?PHP
# Account Maker Config
$config['site']['serverPath'] = "/otserv/";
$config['site']['useServerConfigCache'] = false;
$towns_list = array(1 => 'Venore',
2 => 'Thais',
3 => 'Kazordoon',
4 => 'Carlin',
5 => 'Ab/Dendriel',
6 => 'Rookgaard',
7 => 'Liberty Bay',
8 => 'Port Hope',
9 => 'Ankrahmun',
10 => 'Darashia',
11 => 'Edron',
12 => 'Svargrond',
13 => 'Yalahar',
14 => 'Farmine');
 
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'images/items/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'images';
$config['site']['flag_images_extension'] = '.png';
 
# Create Account Options
$config['site']['one_email'] = false;
$config['site']['create_account_verify_mail'] = false;
$config['site']['verify_code'] = true;
$config['site']['email_days_to_change'] = 3;
$config['site']['newaccount_premdays'] = 7;
$config['site']['send_register_email'] = false;
 
# Create Character Options
$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
$config['site']['newchar_towns'] = array(2);
$config['site']['max_players_per_account'] = 4;
 
 
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "mail.tibiaold.org";
$config['site']['smtp_port'] = 25;
$config['site']['smtp_auth'] = true;
$config['site']['smtp_user'] = "[email protected]";
$config['site']['smtp_pass'] = "]!uX?SNaQ%nn";
 
# PAGE: whoisonline.php
$config['site']['private-servlist.com_server_id'] = 0;
/*
Server id on 'private-servlist.com' to show Players Online Chart (whoisonline.php page), set 0 to disable Chart feature.
To use this feature you must register on 'private-servlist.com' and add your server.
Format: number, 0 [disable] or higher
*/
 
# PAGE: characters.php
$config['site']['quests'] = array();
$config['site']['show_skills_info'] = false;
$config['site']['show_vip_storage'] = 0;
 
# PAGE: accountmanagement.php
$config['site']['send_mail_when_change_password'] = true;
$config['site']['send_mail_when_generate_reckey'] = true;
$config['site']['generate_new_reckey'] = true;
$config['site']['generate_new_reckey_price'] = 20;
 
# PAGE: guilds.php
$config['site']['guild_need_level'] = 100;
$config['site']['guild_need_pacc'] = false;
$config['site']['guild_image_size_kb'] = 50;
$config['site']['guild_description_chars_limit'] = 250;
$config['site']['guild_description_lines_limit'] = 6;
$config['site']['guild_motd_chars_limit'] = 250;
 
# PAGE: adminpanel.php
$config['site']['access_admin_panel'] = 555;
 
# PAGE: latestnews.php
$config['site']['news_limit'] = 6;
 
# PAGE: killstatistics.php
$config['site']['last_deaths_limit'] = 50;
 
# PAGE: team.php
$config['site']['groups_support'] = array(2, 3, 4, 5, 6);
 
# PAGE: highscores.php
$config['site']['groups_hidden'] = array(2, 3, 4);
$config['site']['accounts_hidden'] = array(1);
 
# PAGE: shopsystem.php
$config['site']['shop_system'] = true;
 
# PAGE: lostaccount.php
$config['site']['email_lai_sec_interval'] = 180;
 
# Layout Config
$config['site']['layout'] = 'tibiarl';
$config['site']['vdarkborder'] = '#505050';
$config['site']['darkborder'] = '#D4C0A1';
$config['site']['lightborder'] = '#F1E0C6';
$config['site']['download_page'] = true;
$config['site']['serverinfo_page'] = true;

 

 

Luan, voce esqueceu de responder ;)

Link para o post
Compartilhar em outros sites

Estou com o mesmo erro que o endenson, se alguem puder ajudar se faço favor.

 

@edit

consegui resolver, na linha $config['site']['serverPath'] = "/otserv/"; 

você deve por duas barras para dar certo, tipo c://users//desktop//...

fiz isso aqui e deu

Editado por Ghur (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

 

 

Fatal error: Call to a member function fetchAll() on a non-object in D:\xampp2\htdocs\pages\latestnews.php on line 99

Quando eu abro o 127.0.01 da esse erro

Alguém sabe o que é?

Acredito eu que seja erro no db, pelo fato de eu não ter colocado o nome do db em nenhum lugar. Eu importei o schemas mas não citei em nenhum arquivo qual o nome do db. Alguém sabe qual arquivo que faço isso, qual arquivo edito?

Editado por Loldinis (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.




×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo