84 Posted Topics

Member Avatar for FarrisFahad

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 their website. How can I check for this and show an error to the user? Do I need to use …

0
401
Member Avatar for FarrisFahad

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 followers. I have a business page that has 24,000+ followers.But I only get less than a hundred reach on any …

Member Avatar for Christiana_1
0
779
Member Avatar for FarrisFahad

Hi everyone, Let's get to the question ... I am wondering if it is possible to build links or get higher ranking doing PPC. this is my theory, why don't people spend money on PPC to get visits and then those visitors will do SEO for them by linking to …

Member Avatar for sandy_5
0
687
Member Avatar for FarrisFahad

I have a website that gets a lot of visitors a month. And the server cannot handle the traffic. I have a dedicated server. How can I run the site on multiple dedicated servers?

Member Avatar for FarrisFahad
0
4K
Member Avatar for FarrisFahad

After I updated my wordpress I got a lot of 404 on my Google Analytics account eventhough pages are working just fine. Can anyone help me? Here is my site: [Click Here](http://galleryautomo.com/) It does not happen for all pages, only few. I don't want to lose organic traffic. Have you …

Member Avatar for rproffitt
0
311
Member Avatar for FarrisFahad

Let me tell you what I have been upto so you can get a better understanding ... When I first started back in January 2015 I aimed to get a good backlink profile for a better ranking. But my problem is that I targeted the wrong keywords, and for that …

Member Avatar for RileNelson
0
397
Member Avatar for FarrisFahad

Today I am going to share some websites that you can get backlinks from, and I hope that you do the same ... Here are some websites to get a good backlink profile when you first start your SEO campaign: 1. Youtube: https://www.youtube.com/ 2. Vimeo: https://vimeo.com/home 3. Metacafe: http://www.metacafe.com/ 4. …

Member Avatar for pauly_1
0
959
Member Avatar for FarrisFahad

I want to build links to my website, but I am facing a problem. I can't seem to find a lot of websites for backlinks. I don't know how SEOers do it. I have joined Alexa, and gone through my compatition backlink profile so I could find opportunities, but I …

Member Avatar for aminachour
0
257
Member Avatar for FarrisFahad

Imagine you have a brand new site, with no visitors. It's hard to get ranked in the search engines because you have 0 links. And without link your website will not rank, therefor have no visitors. And in order to build organic links you need visitors. So here is what …

Member Avatar for AssertNull
0
320
Member Avatar for FarrisFahad

I am having problems installing PayPal IPN. It returns INVALID every time I process it. Is there something wrong with my code Code: <?php $db_host = 'localhost'; $db_user = ''; $db_password = ''; $db_database = ''; // Connect and select database $connect = mysql_connect($db_host, $db_user, $db_password); $select_db = mysql_select_db($db_database); // …

Member Avatar for FarrisFahad
0
613
Member Avatar for garyrichard

Can you please provide us with some code. Some of the HTML code if possible so we can help.

Member Avatar for garyrichard
0
283
Member Avatar for WmsuUser

Why don't you try Lynda.com. Watch full PHP course. You can learn there everything about PHP. Here is the course link: http://www.lynda.com/MySQL-tutorials/PHP-MySQL-Essential-Training/119003-2.html?srchtrk=index%3a1%0alinktypeid%3a2%0aq%3aphp%0apage%3a1%0as%3arelevance%0asa%3atrue%0aproducttypeid%3a2 It's free.

Member Avatar for FarrisFahad
-1
189
Member Avatar for FarrisFahad

So I am using jQuery waypoint to get the image id that is viewed on the screen. But I am having problem with content added by AJAX. When I get to the newly added content by AJAX the plugin doesn't work. Here is my code so far: Waypoint = $('.Picture-1A').waypoint(function(direction){ …

Member Avatar for FarrisFahad
0
982
Member Avatar for FarrisFahad

So I want to remove space between tags. The tags are seperated by comma. But I don't want to remove space between words just right after the commas. So this: cats, funny cats, cute cats, funny To this: cats,funny cats,cute cats,funny I want them ready for insertion into database. This …

Member Avatar for FarrisFahad
0
356
Member Avatar for FarrisFahad

I have a pictures website and I want to be able to add impressions to the database when a visitor scroll down the images. Each image viewed equal to 1 impression. This feature can be found in Facebook post impressions. This is what I have come up with so far: …

Member Avatar for FarrisFahad
0
322
Member Avatar for FarrisFahad

I have searched Google and Youtube for Facebook log in toturials but couldn't find something useful. Do you know any good articles or website or even a Youtube toturial that covers the facebook log in system? How did you learn it?

Member Avatar for AleMonteiro
0
181
Member Avatar for FarrisFahad

I have this event handler for when the page is loading. It shows a preloader GIF image when the window start loading. $(window).load(function(){ $("#Preloader").css('display','block'); }); But I don't know how to detect if the window stops loading so I can remove the preloader. How to detect if the window stops …

Member Avatar for gentlemedia
0
227
Member Avatar for FarrisFahad

I am trying to build a scrolling system for my website. This is what I have com up with ... $.ajaxSetup({ cache: false }); $(window).scroll(function(){ if($(window).scrollTop() == $(document).height() - $(window).height()){ picturesCount = $(".Picture-1A").length; allPicturesCount = $("#allPicturesCount").text(); alert('picturesloaded:' + picturesCount + ' PicturesDB: ' + allPicturesCount) if(picturesCount < allPicturesCount){ $.post('ajax/load-latest-pictures.php', {pictures_loaded:picturesCount}, …

Member Avatar for FarrisFahad
0
1K
Member Avatar for FarrisFahad

Hello, I am trying to understand PayPal IPN proccess. I have built this simple script to test with the IPN simulator in the developer section of PayPal. I have tried different type of transaction status but it keeps returning VERIFIED. Can someone please explain to me how does this work? …

Member Avatar for FarrisFahad
0
378
Member Avatar for ThePMTeam

I ran through the same problem when I was starting out. You need to understand this ... If you want to add a number to the MySQL string just add the curly brackets around your variable For example: $sql = "SELECT * FROM servers WHERE server_id = {$integer}"; But in …

Member Avatar for FarrisFahad
0
291
Member Avatar for FarrisFahad

I want to integrate PayPal IPN and payment getaway on my website. I want my website users to be able to sell ad space through my website using PayPal. I want the payment to be from my user (Advertiser) to my user (Publisher). Here is what I have done so …

Member Avatar for FarrisFahad
0
352
Member Avatar for FarrisFahad

Hi, I am bilding a site that allow my users to accept payment for selling ad space. I want PayPal to be my payment getaway. Is this doable with PayPal?. I know IPN, but it doesn't work because I don't want to get payed, I want my user to get …

Member Avatar for Julia_2
0
418
Member Avatar for FarrisFahad

I am trying to learn how to do cool CSS3 menues. I have a good understanding of CSS, but I can't seem to fix this problem. Here is my code so far: /* Menu 2 */ ul{ list-style:none; width:150px; height:auto; background-color:#FFF; padding:0px; } ul li{ padding:15px; list-style:none; color:#333; background-color:#09C; } …

Member Avatar for gentlemedia
0
272
Member Avatar for FarrisFahad

Hello everyone, I want to build an advertising system like AdSense on my website. I want to count only clicks that are not from the same user. Because I don't want the user to click many times on the same ad and ruining the ad program. I was thinking of …

Member Avatar for cereal
0
273
Member Avatar for FarrisFahad

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. I am very good at them because they are simple. But I am having trouble how to understand how can …

Member Avatar for V3N0M
0
349
Member Avatar for jeffersonalomia

Well first you need to create a form. Then assaign the php page to the action value. Your question is not clear. I can help but you need to add more details. Like if you know how to create a form and catch the values using php. Are you a …

Member Avatar for jeffersonalomia
0
352
Member Avatar for new_2_java

I think that all you need to do is order you script tags. like wise: <script src='1.jsp'></script> <script src='2.jsp'></script> that way your function and argumants work on the second jsp file.

Member Avatar for FarrisFahad
0
164
Member Avatar for FarrisFahad

Hello, I have created a small CSS checkbox and radio buttons. But the problem is that when I check only one, all of them check with that one. So I can't check a single box. Can you check the code a tell me what is wrong. here is the page …

Member Avatar for diafol
0
244
Member Avatar for FarrisFahad

Hello all, I created this image slider and I need some tweeking with the code to make it work perfectly. I can't seem to know what is the problem ... Here is the code: jQuery: $(document).ready(function(e) { images = ['picture-1.jpg', 'picture-2.jpg', 'picture-3.jpg', 'picture-4.jpg']; index = 0; function rotate_image(){ $('#Images').css('background-image', 'url(images/' …

Member Avatar for diafol
0
306
Member Avatar for robertlaar

I would like to exapnd on that question ... What can I build with a framework and what can I build with a CMS? I usually build sites from scratch using php and other languages. Is there a big difference when using frameworks, and does it make the site slower. …

Member Avatar for cilla
0
280
Member Avatar for FarrisFahad

I am trying to paginate through a set of results. I know how to do a simple pagination, but I have a lot of records in the database. So the problem is that when I have a lot of pages, the number of links are also high, therefore breaking the …

Member Avatar for broj1
0
397
Member Avatar for FarrisFahad

Hi, I build websites using five basic languages. html, css, js, php, and mysql. I have build a lot of websites, but my problem is that everytime I start a new project I start with a blank page. It's time consuming. I wonder if any of you guys have a …

Member Avatar for vegaseat
0
351
Member Avatar for ddanbe

My favorite English word would be "Shit" and in Arabic "Zagg" Or as my family says "Botbot" My favorite Arabic word would be "Ingezha" which means "Jump over it" we use it when you ask for something, like can I drive your car? "Ingezha" or on other words NO.

Member Avatar for bumsfeld
0
1K
Member Avatar for FarrisFahad

Hi, I just downloaded TinyMCE WYSIWYG, and I am doing an insert query into MySQL using PHP. Everytime I submit the form it returns false. and if I toke out the textarea everything goes ok. I am pretty sure it's TinyMCE. Have any of you came across this problem, am …

Member Avatar for FarrisFahad
0
1K

The End.