Posts by Wagner Martins Bodyboard • 698 points
94 posts
-
2
votes2
answers1056
viewsQ: Top 50% Edge and Bottom Edge 50% with css, is it possible?
I need to make a <div> two-edged (top and bottom), is it possible to do this with CSS? Or just with image? I’ve been able to do it like this: div { width:500px; height:500px; position:…
cssasked Wagner Martins Bodyboard 698 -
1
votes0
answers240
viewsQ: Squirrelmail ERROR: Connection Dropped by IMAP server
I installed postfix with dovecot to make an email server, when I log an email account in Squirrelmail returns this message: ERROR: Connection Dropped by IMAP server. What can I do to fix? # See…
debianasked Wagner Martins Bodyboard 698 -
0
votes1
answer127
viewsQ: Set CSS <ol> height so that the text does not evolve the number
I need to make a list of topics with the numeration on the side, I used the html to do this, only I’m not able to make it look like the image below I’m doing like this .numeros_cases, ol{…
cssasked Wagner Martins Bodyboard 698 -
0
votes1
answer40
viewsQ: Fixed menu does not go to the id of a certain <li> when you click
I have this fixed menu, where I want when I click on a link, scroll the page and go to the link that was clicked. It’s not working right, as you can see on the link I’m making.…
jqueryasked Wagner Martins Bodyboard 698 -
0
votes1
answer224
viewsQ: Tabs with different colors using css and jquery
I need to make some tabs so that information is shown according to the tab clicked, what I do not know how to do is the colors of the tabs, they are of different colors when you click on each one,…
-
0
votes1
answer35
viewsQ: Scrool Mouse Tracking lines, with css and jquery
I need to make sure that according to the mouse scrool is rotating downward, will accompany a line to the side, this I managed to do, as shown in the link below Click here to see the example My…
-
1
votes0
answers35
viewsQ: Email sent, always arrives as spam, in Squirrelmail with Postfix in debian 8
I installed the postfix and the Squirrelmail in my server to receive and send emails, it happens that the emails always arrive to the recipient always in the spam box. What settings should I make…
-
0
votes1
answer29
viewsQ: Make an alias for Webmail
I am not able to make an alias for my Webmail in Debian 8, I am editing the /etc/hosts to make the alias, it is not working, see: Alias for my website <VirtualHost *:80> # The ServerName…
debianasked Wagner Martins Bodyboard 698 -
0
votes1
answer31
viewsQ: Installing email in my debian 8
I have installed Debian 8 and already managed to make a web server, now I need to install the email from my domain, as this I have never done, I would like to know where I can get started, so I can…
debianasked Wagner Martins Bodyboard 698 -
1
votes1
answer55
viewsQ: Accessing Debian server via IP externally
I released in my Apache 2 the port 8080 so that it can be accessed externally, I can access so: http://meu_ip:8080/nome_de_uma_pasta It would be possible to access the server only with My IP?…
-
2
votes0
answers2490
viewsQ: Transparent Checkout Paid Market
I’m making a check out tranparent by the paid market, and I’m having trouble at the time you send the payment form, is returning the message Fill in the fields correctly. I put all the information…
htmlasked Wagner Martins Bodyboard 698 -
0
votes1
answer839
viewsQ: take jquery file from a form
I need to get a file sent from a form with jquery, the inputs type="text" I can get, plus the type="file" is not catching, I’m doing like this: How can I get the file sent by form? <form…
jqueryasked Wagner Martins Bodyboard 698 -
2
votes1
answer53
viewsQ: Showing result always in the same div
I have a problem with my jquery, it shows the result always in the same div, I want the result appears in the div where the button is. <div class="accordion-content" style="display: block;">…
jqueryasked Wagner Martins Bodyboard 698 -
0
votes1
answer82
viewsQ: Dynamically display the database record with the respective category
I have this html code that separates the records from the database according to the category. <div class="example1"> <h1>Painel do Cliente</h1> <div class="panel…
-
0
votes0
answers102
viewsQ: save image from jquery with json_encode from PHP
I have a question when I will save the images coming from jquery with PHP json_encode. I have this jquery code to get the images $('#drag-and-drop-zone').dmUploader({ url: 'upload.php', dataType:…
-
0
votes2
answers241
viewsQ: Add cart values from a Session
How could I print on the screen the total products of a shopping cart coming from a PHP Session? <?php if(isset($_SESSION['product_cart'])){ foreach($_SESSION['product_cart'] as $data){ ?>…
-
0
votes1
answer1426
viewsQ: Foreach inside another array in php
How can I generate with php this array to make a payment transaction by Pagseguro? $params = array( 'email' => $PAGSEGURO_EMAIL, 'token' => $PAGSEGURO_TOKEN, 'creditCardToken' =>…
-
1
votes3
answers866
viewsQ: print value of a given array with PHP
I have this array Array ( [0] => stdClass Object ( [product_image] => http://placehold.it/250x150/2aabd2/ffffff?text=Product+2 [product_name] => Product 2 [product_desc] => Product…
-
1
votes1
answer289
viewsQ: Pick up items from shopping cart with PHP
I have this code that makes a transparent purchase of Pagseguro. $params = array( 'email' => $PAGSEGURO_EMAIL, 'token' => $PAGSEGURO_TOKEN, 'creditCardToken' => $creditCardToken,…
phpasked Wagner Martins Bodyboard 698 -
1
votes1
answer47
viewsQ: Auto-complete jquery error with image
I have this code in jquey and PHP, I need to show the image of the product in auto-complete along with the name, in div #outworking. I put the console.log() to see if he was looking for the…
-
2
votes1
answer360
viewsQ: Places image inside an array
How can I place an image inside an array, so that it also appears in auto-complete? jquery $(document).ready(function() { $("#country").typeahead({ source: function(b, a) { $.ajax({ url:…
-
0
votes3
answers29
viewsQ: Check if the product id exists in the simulator id_product
I have two tables: products and simulator In the sql table products have: id, nome In the sql table simulator have: id, id_produto, nome_simulador How I do in PHP so that when listed the products it…
phpasked Wagner Martins Bodyboard 698 -
1
votes1
answer263
viewsQ: 3 bootstrap speakers
I have this HTML code in Bootstrap <div class="col-xs-12 col-sm-4 col-md-2 cloneditem-1"> <button data-rel="uploads/pro-GLD6014.jpg"><img src="uploads/gld6014.jpg"…
bootstrap-3asked Wagner Martins Bodyboard 698 -
0
votes0
answers195
viewsQ: Open image in div after loading with jquery
I have that code jquery that makes a filter, when it shows the result, opens in a div id=products, in this div will have thumbnails and I want you to click on the image and appear on a div magnified…
jqueryasked Wagner Martins Bodyboard 698 -
2
votes1
answer422
viewsQ: Format date in PHP English and Spanish?
I have that code PHP to format the date of a SQL: setlocale(LC_ALL, 'pt_BR', 'pt_BR.utf-8', 'pt_BR.utf-8', 'portuguese'); date_default_timezone_set('America/Sao_Paulo'); I also need to do to English…
phpasked Wagner Martins Bodyboard 698 -
1
votes1
answer139
viewsQ: Line break with different image height, Bootstrap
I have a problem in my Grid with line breaking, the images come from a database and are of different heights, some horizontal and other vertical. I’m wearing the bootstrap. I have that code <div…
bootstrap-3asked Wagner Martins Bodyboard 698 -
0
votes1
answer178
viewsQ: .htaccess does not work the rule
I could get my urls like this? produtos/nome-categoria ptodutos/nome-categoria/nome-subcategorias 'Cause I can’t do it, look how I’m making the rule in . htaccess <IfModule mod_rewrite.c>…
htaccessasked Wagner Martins Bodyboard 698 -
0
votes2
answers200
viewsA: url friendlies category subcategory
that’s how it works category/name-category subcategories/name-category/name-subcategories RewriteRule ^categorias/(.*)$ categorias.php?id_categoria=$1 [NC,L] RewriteRule ^subcategorias/(.*)/(.*)$…
htaccessanswered Wagner Martins Bodyboard 698 -
0
votes2
answers200
viewsQ: url friendlies category subcategory
With the category works more as I put the subcategory too? produtos/nome-categoria/nome-subcategoria <IfModule mod_rewrite.c> RewriteEngine On #aqui criamos uma condição para que os arquivos…
htaccessasked Wagner Martins Bodyboard 698 -
-1
votes2
answers343
viewsA: Dynamic url with php
I’m doing so, with the category works more as I put the subcategory too? produtos/nome-categoria/nome-subcategoria <IfModule mod_rewrite.c> RewriteEngine On #aqui criamos uma condição para que…
htaccessanswered Wagner Martins Bodyboard 698 -
-1
votes4
answers3472
viewsA: Replace special characters and uppercase letters
$('.mirror').on('keyup', function() { var str = $(this).val(); var res = str.replace(" ", "-"); $('.'+$(this).attr('class')).val(res).val(); }) I did so now it changes nois two inputs I want to…
jqueryanswered Wagner Martins Bodyboard 698 -
2
votes4
answers3472
viewsQ: Replace special characters and uppercase letters
I have this code that copies everything you type into one input to another, I want when it copies to the other input replace special characters, spaces with "-" and minute letters. How could I do…
jqueryasked Wagner Martins Bodyboard 698 -
1
votes2
answers343
viewsQ: Dynamic url with php
I have this url on my website categorias.php?id_categoria=1 I want to make a rule to stay produtos/nome-categoria Since the category name I’m already pulling from the bank with php my . htacsess is…
htaccessasked Wagner Martins Bodyboard 698 -
1
votes0
answers754
viewsQ: Configuring Debian dns Bind9
I have a network that is configured like this: Endereço IP: 138.94.189.185 PPPoE Máscara de Sub-rede: 255.255.255.0 Gateway: 138.94.189.185 Servidor DNS: 138.94.188.19 , 8.8.8.8 I am wanting to make…
-
2
votes0
answers53
viewsQ: Api google maps does not work with external IP
I have a Debian linux server where I develop my websites. I have released an ip so that my clients can see the websites. In the part where the map of location appears the map not only if I access it…
-
0
votes1
answer300
viewsQ: Generate file . Ret Boleto
I searched the internet and saw that the file .Ret serves to see if the billet has been paid. I’ve managed to open this file .Ret with the PHP with some examples on the Internet, how do I PHP…
phpasked Wagner Martins Bodyboard 698 -
0
votes0
answers18
viewsQ: Notification of Bank ticket
Hello, I have a script that generates bank bill and works perfectly, but I want to see how to make my system know if this ticket was paid, how could I do it?
phpasked Wagner Martins Bodyboard 698 -
0
votes3
answers597
viewsA: Contar while php mysql
Searching on the forum I found this code, but it only takes the first record, as it would to catch the others? $result = mysql_query("SELECT * FROM visualizacoes_telefone WHERE…
phpanswered Wagner Martins Bodyboard 698 -
0
votes3
answers597
viewsQ: Contar while php mysql
I have this select mysql and I want to count how many records each vendor has, how could I do? $sql_visualizacoes_telefone = "SELECT * FROM visualizacoes_telefone WHERE…
phpasked Wagner Martins Bodyboard 698 -
0
votes1
answer78
viewsQ: Working with DOM elements generated by a PHP loop
How do I when php loops with multiple forms like this <form url="deletar_convidado.php" method="post" id="reg-form_3<?php echo $i_content ?>" autocomplete="off" style="border:none;…
-
0
votes0
answers30
viewsQ: Pass variable Javascript POST does not work
I’m not getting past the value of <input name="i_content"> for javascript. I’m doing like this: <form url="deletar_convidado.php" method="post" id="reg-form_3<?php echo $i_content ?>"…
javascriptasked Wagner Martins Bodyboard 698 -
0
votes1
answer53
viewsQ: Delete button does not work
I have this code to register and delete record by ajax, the Register button works more when I click Delete, returns Ajax Submit Failed Delete Guest But you’re ruling out the bank already. Can you…
jqueryasked Wagner Martins Bodyboard 698 -
1
votes0
answers23
viewsQ: serializeToJSON does not send variables to php
I have a While loop in my php that contains to pick variables through POST with the plugin serializeToJSON. It works in part, but it always takes the last result of the PHP loop with the inputs,…
-
0
votes1
answer27
viewsQ: Check selected category
I need to check if the categories chosen by the user exist in the categories suggested by the php system I was able to save in the array the categories chosen by the user and also categories…