-
Replied To a Post in Need automated Bot for commenting on blogs
To spam the sh*t out of blogs/social networks with CPA offers because i need some bucks to buy internet stuff.. -
Replied To a Post in Help with positioning two buttons
Almost DONE... This code is good with little numbers chaning but it has one more problem at certain windows size the video goes at the very left side and as … -
Replied To a Post in Blew up my boot loader, I think
Did you tried to turn it off and back on? -
Began Watching Blew up my boot loader, I think
Today I just put a new SSD in my desktop. I did have a little trouble booting up the OS because I had plugged the DVI into the wrong port, … -
Replied To a Post in Help with positioning two buttons
I putted the classes back now and again comes the problem with the arrows they doesnt appear at certain windows size. Here is the full code: **HTML** https://pastebin.com/ysv5Z35p **CSS** https://pastebin.com/zRxgyTLc -
Replied To a Post in Help with positioning two buttons
When i remove the `col-sm-8 col-md-offset-2` classes the video hoes full width but thats acually too large for watching and page functinality please help .. -
Replied To a Post in Help with positioning two buttons
This solves the problem but another comes up.. The video at the full size windows is now too small.. here is the full code of the page <!DOCTYPE html> <html … -
Replied To a Post in VPN provider
@JamesCherrill & @rproffitt - may i ask why you are using Opera Browser? And not Chrome or Mozzilla -
Began Watching VPN provider
Have anyone tried using Privatoria VPN provider. Is it worth using ? -
Replied To a Post in Need automated Bot for commenting on blogs
nope i dont have any code, am searching for one or fully working program for that requirement... -
Replied To a Post in Help with positioning two buttons
Yup the arrows are not visible when i resize to phone size the window. I need to move the srcollbar instead to see right arrow.. but left arrow is completly … -
Began Watching Need automated Bot for commenting on blogs
Hello everyone, is there someone who knows some free tool or some python code that i can run to comment automaticly on open blogs where it doesnt require registered account … -
Created Need automated Bot for commenting on blogs
Hello everyone, is there someone who knows some free tool or some python code that i can run to comment automaticly on open blogs where it doesnt require registered account … -
Replied To a Post in Help with positioning two buttons
why i need to enter minus values to show the arrows left and right .video { position: relative } .video .glyphicon { position: absolute; top: 50%; transform: translateY(-50%); } .video … -
Replied To a Post in Help with positioning two buttons
Other members PM me that they can not reply to this thread... Whats the problem? -
Edited Help with positioning two buttons
I have a problem with bootstrap design i want to make a very simple page which will contain two buttons and a video. The prob. is i dont know how … -
Created Help with positioning two buttons
I have a problem with bootstrap design i want to make a very simple page which will contain two buttons and a video. The prob. is i dont know how … -
Began Watching Help with positioning two buttons
I have a problem with bootstrap design i want to make a very simple page which will contain two buttons and a video. The prob. is i dont know how … -
Replied To a Post in How do i lock a USB so user cant delete or add files?
@rubberman yes that would be usefull but i do not want to spy on people. -
Replied To a Post in How do i lock a USB so user cant delete or add files?
@ByakkoChan theese are way too much expensive also i need arount 1000 - 1500 usb sticks about 200MB size. -
Replied To a Post in TIPS ABOUT ON PAGE SEO
Are you using Wordpress or you are developing the site from zero? If you use WP as builder its seo optimized and have bunch of plugins for you to download … -
Began Watching TIPS ABOUT ON PAGE SEO
Hi friends, I am having some real problems about on page SEO. I want to fix these problems. Is there anybody who can help me by giving some useful tips … -
Marked Solved Status for Dont load on button click
Hi everyone. I want to make when i press a button to showup a dialog but page to not refresh or if refreshes to showup after that. i have this … -
Replied To a Post in Dont load on button click
Oh god it worked :D i have forgoten to put `type="button"` in the `<button>` section :D Thank you very much :) -
Created Dont load on button click
Hi everyone. I want to make when i press a button to showup a dialog but page to not refresh or if refreshes to showup after that. i have this … -
Began Watching Dont load on button click
Hi everyone. I want to make when i press a button to showup a dialog but page to not refresh or if refreshes to showup after that. i have this … -
Gave Reputation to cereal in How do i lock a USB so user cant delete or add files?
IMHO it's best printing the name on the usb case and let the client reuse the drive. Otherwise you have to change the firmware of the usb to act like … -
Gave Reputation to rproffitt in How do i lock a USB so user cant delete or add files?
@Chris. 2 things bother me about your last post. 1. CNET doesn't have this app but download.com and they messed up a few too many PCs with their downloaders. Read … -
Replied To a Post in How can Improve a website
I think will be more awesome to make a featured product on the top of the page with big and quality pictures. You will gain more trust and comfortability of … -
Began Watching How can Improve a website
Hi,this is mahbub.I have a website on [sports bicycle](http://www.sportspull.com/).Now ,I want dicuss with you.How can improve my website.This is website is new but I Launch for Affiliate. -
Created How do i lock a USB so user cant delete or add files?
Hello how can i lock a usb drive that the user it will be not able to remove the files that are in also to cant add new ones? I … -
Began Watching How do i lock a USB so user cant delete or add files?
Hello how can i lock a usb drive that the user it will be not able to remove the files that are in also to cant add new ones? I … -
Replied To a Post in Edit Attachment Page WordPress (full image size)
bump. -
Replied To a Post in Edit Attachment Page WordPress (full image size)
Right now the attachment page contain the gallery clicked/choosen image but in a small resolution i think its thumbnail size by default, so you must click on it and it … -
Replied To a Post in Edit Attachment Page WordPress (full image size)
Am displaying the images in WordPress Gallery and i cannot see option to change the CSS of the image. -
Created Edit Attachment Page WordPress (full image size)
Is there a way i can edit the attachment page on wordpress theme i want my picture to be in full size and add some banners at the top am … -
Began Watching Edit Attachment Page WordPress (full image size)
Is there a way i can edit the attachment page on wordpress theme i want my picture to be in full size and add some banners at the top am … -
Marked Solved Status for How to get image name in PHP
How do i get the name of the image without the extension at the end ex. (.jpg) i got this code **functions.php** function get_image($id="1") { ?> <img class="img-responsive img-portfolio img-hover" … -
Gave Reputation to cereal in How to get image name in PHP
Hi! You can use `pathinfo()` or a [directory iterator:](http://php.net/manual/en/class.directoryiterator.php) $ext = pathinfo($file)['extension']; BUT right now the `img()` function can, potentially, allow the access to the contents of any directory on … -
Gave Reputation to cereal in How to get image name in PHP
Hi! You can use `pathinfo()` or a [directory iterator:](http://php.net/manual/en/class.directoryiterator.php) $ext = pathinfo($file)['extension']; BUT right now the `img()` function can, potentially, allow the access to the contents of any directory on … -
Replied To a Post in Which SEO plugin is best suit for word press site?
Write unique text and have helpfull information on your site for users.. if you do this two steps right, results will come faster than you expect you may rank 1st … -
Began Watching Which SEO plugin is best suit for word press site?
Hi Friends !! Which SEO plugin is best suit for word press site? Someone suggest All in one and another suggest Yoast plugin so which is best. -
Replied To a Post in How to get image name in PHP
Sorry my mistake the variable `$imageID` is not taken from database its `$_GET` Method from URL in another function: function img($path) { $folder = "images/$path"; $i = 0; if (is_dir($folder)) … -
Edited How to get image name in PHP
How do i get the name of the image without the extension at the end ex. (.jpg) i got this code **functions.php** function get_image($id="1") { ?> <img class="img-responsive img-portfolio img-hover" … -
Created How to get image name in PHP
How do i get the name of the image without the extension at the end ex. (.jpg) i got this code **functions.php** function get_image($id="1") { ?> <img class="img-responsive img-portfolio img-hover" … -
Began Watching How to get image name in PHP
How do i get the name of the image without the extension at the end ex. (.jpg) i got this code **functions.php** function get_image($id="1") { ?> <img class="img-responsive img-portfolio img-hover" … -
Replied To a Post in Get Or Set User ID Android
When user opens my app i want to take his location and sort them in a list by time they joined the game and display them on maps. -
Edited Get Or Set User ID Android
How do i get every user that installs my app but without asking the user to register anywhere also sorting by every time it joins (opens) the app. Any help … -
Edited Get Or Set User ID Android
How do i get every user that installs my app but without asking the user to register anywhere also sorting by every time it joins (opens) the app. Any help … -
Created Get Or Set User ID Android
How do i get every user that installs my app but without asking the user to register anywhere also sorting by every time it joins (opens) the app. Any help …
The End.