-
Created How do I create an image cropper overlay mask
I am working on an image cropper. And I am on the first stages. I want to know how to create the the two divs over the image, one is … -
Began Watching How do I create an image cropper overlay mask
I am working on an image cropper. And I am on the first stages. I want to know how to create the the two divs over the image, one is … -
Replied To a Post in jQuery does not support mobile touch
Okay guys thank you for your help :) -
Marked Solved Status for jQuery does not support mobile touch
I have jquery for my mobile website, but the problem is with iPhones. The touch event, or `onclick` event does not work on iPhones. It works on Android. Have anyone … -
Replied To a Post in jQuery does not support mobile touch
I haven't used jQuery Mobile for clicks rather jQuery. There might be something wrong with my code, but it does work on Android. I use an old version of jQuery, … -
Created jQuery does not support mobile touch
I have jquery for my mobile website, but the problem is with iPhones. The touch event, or `onclick` event does not work on iPhones. It works on Android. Have anyone … -
Began Watching jQuery does not support mobile touch
I have jquery for my mobile website, but the problem is with iPhones. The touch event, or `onclick` event does not work on iPhones. It works on Android. Have anyone … -
Replied To a Post in Link Building Techniques
You need to be where your audience are. If you are building crappy and spammy links it won't help with your SEO. You need to think of marketing as promoting … -
Began Watching Link Building Techniques
Which are the most effective link building techniques? -
Replied To a Post in Why Should I Need To Continue with SEO Once I've Gotten Good Rankings?
You don't have to do SEO if you have valuable content. Bad content requires consistent SEO, while great content markets it self. When I say great content I mean great … -
Began Watching Why Should I Need To Continue with SEO Once I've Gotten Good Rankings?
Anyone know about this,explain please with reason? -
Replied To a Post in Regarding website security
Thanks a lot @jkon for this helpful information. I will need to look more into it. -
Replied To a Post in Regarding website security
Can you at least answer the question? I want to learn the basics first. -
Replied To a Post in htaccess redirect to mobile subfolder without changing the URL
Thank you @Vijay for your help. -
Marked Solved Status for htaccess redirect to mobile subfolder without changing the URL
I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... … -
Marked Solved Status for htaccess redirect to mobile subfolder without changing the URL
I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... … -
Marked Solved Status for htaccess redirect to mobile subfolder without changing the URL
I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... … -
Created Regarding website security
I want to protect my site from hacking. Currently I know about XSS and SQL injection. Do I need to use mysqli instead of mysql? And why? When should I … -
Began Watching Regarding website security
I want to protect my site from hacking. Currently I know about XSS and SQL injection. Do I need to use mysqli instead of mysql? And why? When should I … -
Replied To a Post in htaccess redirect to mobile subfolder without changing the URL
Hey guys, I have found the solution to my problem ... With htaccess redirect you need to specify the full url of the destination redirct. This is what I did … -
Marked Solved Status for What is the best way to get user timezone using php?
I have a unix timestamp for each cooment in my database. I want to output the user date and time depending on their location, or timezone. How do I do … -
Replied To a Post in What is the best way to get user timezone using php?
Yes, but I want to get their timezone even if they were using a VPN, or whatever. Is there an effeciant way? -
Created What is the best way to get user timezone using php?
I have a unix timestamp for each cooment in my database. I want to output the user date and time depending on their location, or timezone. How do I do … -
Began Watching What is the best way to get user timezone using php?
I have a unix timestamp for each cooment in my database. I want to output the user date and time depending on their location, or timezone. How do I do … -
Replied To a Post in htaccess redirect to mobile subfolder without changing the URL
I already worked on this project. I might take your advice later but for now can anyone help? -
Replied To a Post in htaccess redirect to mobile subfolder without changing the URL
Here is the code I currently have ... RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteRule ^(trending|hot|featured|users|rooms|languages|comments|register|login|forgot-password|upload|contact|learn|rules|thanks)$ $1.php [NC,L] RewriteRule ^member/(feed|subscriptions|pictures|earnings|advertise|settings|crop-picture|create-ad|create-room|manage-rooms)$ $1.php [NC,L] RewriteRule ^mobile/(fresh|trending|hot|featured|comments|users|rooms|languages|upload|register|login|forgot-password|learn|rules|contact|thanks)$ mobile/$1.php [NC,L] RewriteRule … -
Replied To a Post in htaccess redirect to mobile subfolder without changing the URL
Can someone please edit the last 2 lines to make it work? Make sure that you read the first post. -
Replied To a Post in htaccess redirect to mobile subfolder without changing the URL
Here is what I have come up with ... RewriteCond %{QUERY_STRING} !^desktop RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|iphone|ipod|#opera mobile|palmos|webos" [NC] RewriteCond %{HTTP_USER_AGENT} "acs|alav|alca|amoi|audi|aste|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "dang|doco|eric|hipt|inno|ipaq|java|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|opwv" [NC,OR] RewriteCond … -
Created htaccess redirect to mobile subfolder without changing the URL
I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... … -
Began Watching htaccess redirect to mobile subfolder without changing the URL
I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... … -
Marked Solved Status for How can I progress on web development?
Hi, I want to advance my experience in web development. I know the basics of PHP, jQuery, CSS, HTML, and MySQL. I have no problems with CSS, HTML, and MySQL. … -
Replied To a Post in How can I improve my advertising system?
My advertising system allow my users to earn from their uploads, this is why I built it myself. But I am still facing problems with targeting. I just hope that … -
Marked Solved Status for How to create a rating system using MySQL and PHP, like 9gag?
I have a database of pictures, and votes. The pictures database has up_votes and down_votes culomns. I want to create a system using MySQL to get hot and trending pictures … -
Replied To a Post in How to create a rating system using MySQL and PHP, like 9gag?
Thank you the second article helped, Sorry I guess I was looking for something simpler than link 1. -
Replied To a Post in How to create a rating system using MySQL and PHP, like 9gag?
Okay here are some solutions I have come up with to give you an idea of what I want ... SELECT * FROM pictures WHERE (votes * 0.60) >= (SELECT … -
Created PayPal IPN and API question
I send payments to my users regularly. But sometimes the user enter a PayPal email address that cannot receive money from other PayPal users. They just can receive money from … -
Began Watching PayPal IPN and API question
I send payments to my users regularly. But sometimes the user enter a PayPal email address that cannot receive money from other PayPal users. They just can receive money from … -
Replied To a Post in How to create a rating system using MySQL and PHP, like 9gag?
This is where it's tricky. I want to display best images for today and all days. I just don't know the SQL algorythm. This is why I am asking. -
Replied To a Post in How to create a rating system using MySQL and PHP, like 9gag?
You still don't understand the question. I already have a website similar to 9Gag, but I want to replicate their voting system. I don't know the algorythm. I don't want … -
Replied To a Post in How to create a rating system using MySQL and PHP, like 9gag?
Here is something I am looking for ... `mysql_query("SELECT * FROM pictures WHERE (up_votes - down_votes) * 0.6 > average_votes ORDER BY date DESC LIMIT 15");` I am looking for … -
Replied To a Post in How to create a rating system using MySQL and PHP, like 9gag?
What does funding have to do with voting system? I am asking about the way to code a voting system like 9Gag with MySQL and PHP. -
Created How to create a rating system using MySQL and PHP, like 9gag?
I have a database of pictures, and votes. The pictures database has up_votes and down_votes culomns. I want to create a system using MySQL to get hot and trending pictures … -
Began Watching How to create a rating system using MySQL and PHP, like 9gag?
I have a database of pictures, and votes. The pictures database has up_votes and down_votes culomns. I want to create a system using MySQL to get hot and trending pictures … -
Replied To a Post in My Facebook business page isn't driving any traffic
It's my competition. I see, so if Facebook is dead where should I promote my site? Do you have any suggestions? -
Created My Facebook business page isn't driving any traffic
I see a lot of people having success with Facebook. Espacially in my niche, memes. But I find it hard to drive traffic from Facebook for free to my current … -
Began Watching My Facebook business page isn't driving any traffic
I see a lot of people having success with Facebook. Espacially in my niche, memes. But I find it hard to drive traffic from Facebook for free to my current … -
Replied To a Post in How to create daily earnings table for each user using PHP and MySQL?
Thank you @AndrisP, I have found a great solution ... I used Cronjobs to excute a php file each day. Thank you very much for the help :) For those … -
Replied To a Post in How to create daily earnings table for each user using PHP and MySQL?
I want to calculate the earnings of all users every day. But I don't know how to track them daily. I know how to program PHP and MySQL, but I … -
Created How to create daily earnings table for each user using PHP and MySQL?
I let users earn money through my site, and I want to record their daily earnings. I want to record their earnings starting from 00:01am I don't know how to … -
Began Watching How to create daily earnings table for each user using PHP and MySQL?
I let users earn money through my site, and I want to record their daily earnings. I want to record their earnings starting from 00:01am I don't know how to …
The End.