Posts by Striffer • 1,377 points
70 posts
-
-2
votes1
answer21
viewsQ: How to customize Jwplayer with Javascript functions
Could anyone tell me how I can supplement my Jwplyer code to perform the following updates. Add a function that saves the running time of the video in a cookie file using Javascript valid for 2…
-
0
votes0
answers30
viewsQ: Filter wordpress post using REGEXP for posts other than A to Z
I would like to know how I can perform a complete filtering process of wordpress posts using regular expressions, so that only show any or all posts that do not have as initial character from A to…
-
0
votes0
answers22
viewsQ: How to change the pages of a mobile site by dragging your finger on the touch screen to the right or left using javascript
I wonder how I can use javascript to perform the page change on the mobile touch screen, so that dragging left go to previous page and right to next page. Currently I have this code below that uses…
javascriptasked Striffer 1,377 -
0
votes1
answer31
viewsQ: How to change pagination using specified keyboard keys using javascript
How can I execute page change event using javascript so that when clicking on the arrow keys (< or >), run href of the links with ids Prox-pg and ant-pg, shown below. <a href="url da pagina…
-
0
votes0
answers30
viewsQ: How to change slide configuration parameters in javascript according to screen size without updating the page
It is possible to land the configuration data on a slide with javascript programming according to the screen size without the need to update the page so that the javascript settings are updated to…
-
1
votes0
answers60
viewsQ: How to decrypt encrypted code with JS Eval Function in bulk
Hello would like to know how I can massively decrypt encrypted codes with JS Eval Function, I am with an encryptor and decrypter that performs the process perfectly with everything I am requiring…
-
1
votes0
answers33
viewsQ: How to do url encoded in base64_encode and base64_decode, be loaded in jwplayer
Ola would like your help to solve the following problem, I have a code that serves to make files from Mediafire, open in jwplayer. However I need url of Mediafire be coded. I tried to use…
-
1
votes1
answer49
viewsQ: Fetch server name
I would like your help for the following problem, I have this code. function encontrarValor($url){ $dominio = explode(".", parse_url($url, PHP_URL_HOST)); return $dominio[0]; } It lets you return…
-
2
votes2
answers32
viewsQ: Search with regular expressions
Hello I would like your help with the following problem, which I have in this code. function verificarParametro($loopurl,$urlHost) { if (preg_match("/(\W|^){$urlHost}(\W|$)/i", $loopurl)) return…
-
7
votes1
answer230
views -
2
votes2
answers134
viewsQ: how to use Order by in ENUM
Hello would like to know how to use the ORDER BY to do the following in my SQL table category column module I have a ENUM with the following modes 'media','filme','ova' would like to make an…
-
6
votes2
answers1244
views -
1
votes1
answer1288
viewsQ: HTML Special Character Encoder and Decoder
How can I complement the code below to encode and decode a text that has accents or symbols for HTML code? In case I made the encoder besides not being very efficient I am not knowing to make the…
-
2
votes1
answer506
viewsQ: Error removing accents from a string for creating friendly Urls
Ola would like to know how I can get around the mistake that this being caused in the code below. When I accentuate special characters they are being removed instead of converted. I caught this code…
-
3
votes1
answer825
viewsQ: Download script by Curl method
I’m having some problems with the process of script down below. Literally it is making the download very slow, and this when the download process does not occur to fall or restart from scratch. Is…
-
2
votes1
answer697
viewsQ: Error in forced download by php
Hello I have the code below to force and rename media files in mp4 via remote URL download with everything the download is coming corrupted as it is not performing the download properly. How can I…
-
0
votes1
answer336
viewsQ: JS event error to force and rename Download file
Hello, I have a Script to force download via remote URL that I got as answer here on the site, however I think I must have done something wrong because the Download event is not starting and not…
-
4
votes2
answers449
viewsQ: Putting Forward and Return Control on Slide Show
I would like to know how I can change the Slide Show script below so that it works with two action controls called Next and Previous and I need the Slide only change the text if the user click one…
-
0
votes1
answer1794
viewsQ: Redirect to mobile site
Hello I’m making a version of my mobile site using in case redirect script on javascript works perfectly with everything I see that this script has a flaw because as it comes to redirect checking…
-
1
votes2
answers1805
viewsQ: How to calculate and show the running time of a video
I would like to know how I can calculate and show the duration time of online videos that are in media files by remote URL using in this URL http://thumb.mais.uol.com.br/13277141.mp4 to give the…
-
2
votes2
answers2558
viewsQ: How to force download via remote url to any File type
I would like to know how I can force download via remote url to any type of file being my priority in case I force download of online video media files. For example this url in question Url of…
-
-1
votes4
answers3237
viewsA: Calculate and convert byte file size to kB, MB, GB, etc
I believe I have reached a solution I leave the code here for those who want to use. I thank Daniel Gomes for the guidelines in the comments. If someone has some more simplified or different way…
-
0
votes4
answers3237
viewsQ: Calculate and convert byte file size to kB, MB, GB, etc
Hello would like to know how I can complement the code below so that the filesize via remote URL returns the result of the file size on MB because the current code is returning the result of the…
-
2
votes2
answers1339
viewsQ: Block access to a website’s source code
Is there any way to block access to the source code of a website in firefox, chrone, Opera and Safari browsers, preventing access in the following ways through the right mouse button, use of…
-
3
votes1
answer123
viewsQ: Covering up URL address on href
I wonder how I can cover up the original address of a url following the example of this url following the parameters of url of the server I use http://thumb.servidor.direto.com.br/15574899.mp4 to…
-
1
votes1
answer2578
viewsQ: Renaming a file while downloading
I would like to know how I can change the name of the file in direct link as for example http://meusite.com.br/file/374749482.mp4 so that when the user downloads the file name is sent to the users…
-
3
votes1
answer41
viewsQ: Creating a single function
How can I make the code below stand in a single function, 'cause I’m having a little trouble. <?php // Procura por um valor especifico para aplicar valor verdadeiro ou falso function…
-
1
votes1
answer25
viewsQ: Filtering Google url id value
I wonder how I can get the specific id of example google urls let’s say I have this url https://docs.google.com/uc?id=0B-EMwJDMPmDIUG1UeHR6ZG9Rc0E&export=download id of this url which is in the…
-
3
votes1
answer178
viewsQ: Mysql html text encoding error
I’m having trouble sending sharp texts to the database as words with Ç Ã etc.. Say I send a text like this This is a posting action for you What happens that only sends minutes That and an a the…
-
1
votes1
answer339
viewsQ: Performing checkbox checking with jquery
I would like to know how I can complement the code below to have how to return values in checkbox mode the problem and that I need this check to be performed in the following way keep the array…
-
2
votes1
answer515
viewsQ: Listing Items with checkbox
I would like to know how I can complement the code below to work as follows I need that when marking any item in the checkbox put in the case a number indicating the order of its marking with the…
-
0
votes1
answer36
viewsQ: $Session with durability
Hello how can I complement the code below to work as follows accurate that the section is destroyed once a day or if the user creates the SESSION on 01/08/2015 if he accesses the same page with that…
-
0
votes2
answers470
viewsQ: Limiting the number of selected values
How can I change the script below to work in the following precise way that it performs the following limit the number of marks or can select in the max 2 items of the list if it exceeds the maximum…
-
0
votes4
answers1283
viewsQ: Alert message error
I would like to know how I can rectify the following problem I am having with the answer from alert. I do the INSERT of items to MySQL, so far so good. However, if some file fails and others can be…
-
1
votes1
answer73
viewsA: Error while doing Multiple Insert
I already solved the problem was in the limit case of post_max_size that was 5m increased by tinkering with php.ini and the problem was fixed.
-
0
votes1
answer131
viewsQ: How to Insert with values posted in textarea
I would like to know how I can make use of textarea together with php and mysqli to do the following need to send 12 items within a textarea and that these items are put with line break and that…
-
2
votes1
answer73
viewsQ: Error while doing Multiple Insert
I have a form that generates multiple fields for adding data, and then sends all the data using for, doing so multiple insert in MYSQL. However, I have a problem. Let’s say I generate 30 forms, out…
-
3
votes2
answers160
viewsQ: How to avoid Multiple Inserts in the database
Ola would like to know how I can use php to avoid adding the same item to a database on a save page that adds the names of the subcategories if you update your browser. Since I cannot use in the…
-
1
votes1
answer45
viewsQ: Search value within Google url
I would like to know how to search and make appear only the values of the URL of Google video, seeking a specific value. In this case I have this code below, with everything not getting the value…
-
0
votes1
answer357
viewsQ: Useful commands for . Htacess
I would like to know some commands to use in . htacess that allow to do the following actions. 1- Block access to all directories so that if the user tries to see the contents of this directory is…
-
1
votes2
answers94
viewsQ: How to adapt code to mysql_
Ola would like to know how I can adapt the code below to mysqli necessarily the excerpt below. Section to be modified to mysqli $filmes_generos = array_map('mysql_real_escape_string',…
-
2
votes3
answers179
viewsQ: Why ismysqli_ better thanmysql_?
I would like to know what are the advantages mysqli_ has in relation to mysql_, because they keep suggesting me to pass to mysqli_.
-
1
votes2
answers630
viewsQ: Automatically add link protector to server links
Ola would like to know how I can use Javascript or PHP to put this url http://anunciad.com.br?AuID=16958&Aurl= before the addresses of the download servers I automatically use these servers…
-
3
votes4
answers4570
viewsA: How to avoid multiple access with the same login and password
I thought what I wanted I appreciate everyone’s help I leave down the code in case anyone wants to use. <?php session_start(); // seta configurações hora e tempo limite de inatividade//…
-
7
votes4
answers4570
viewsQ: How to avoid multiple access with the same login and password
I would like to know how I can complement the code below so that if the user is logged in there is no other person to access the restricted area with the same login and password when the user who…
-
1
votes1
answer202
viewsQ: How to create multiple tables at once?
I wonder how I can make this code below run the creation of several tables with mysqli_ at the same time because at the moment this code being executed only creates a single precise table that it…
-
0
votes1
answer1845
viewsQ: How to Force Download UOL Online Video Files
I would like to know how to force the download of files in this type of URL http://videohd7.mais.uol.com.br/15529034.mp4?p=1&r=http%3A%2F%2Fmais.uol.com.br I already used a code that performs…
-
1
votes1
answer44
viewsQ: Taking numeric value of Uol URL
I wonder how I can use php to get only the numerical value of this UOL image url http://thumb.mais.uol.com.br/15516553-medium.jpg?ver=1 in this case only the 15516553 and highlight all the rest…
-
1
votes2
answers205
viewsQ: How to sort items with floating numbers in WHERE
I would like to know how I can conduct a consultation with a number float. In the bank I have an item with this number (3.4), but when I apply the following code, it is not showing the item with…
-
0
votes1
answer238
viewsQ: CSS effects to use in images
Would anyone like to tell me some CSS effects for general image files? I know some, however I wonder if there are effects like inflating, shadow projected among others only using CSS.