php code

  1. sfidirectory

    Redirect user back to original page after login

    Hi everyone, So I have finished Stage 1 of a project of mine (mentioned on http://www.blackhatworld.com/blackhat-seo/php-perl/344754-how-do-you-temporarily-ban-user.html)... Not sure how to ask what I want to ask so I will describe it in a scenario: So I am wondering what can I implement in my...
  2. sfidirectory

    How do you temporarily ban a user?

    Hi everyone, So I am nearly finished stage 1 of an auction site... At the moment the login/register and logout functions work as they are supposed to, the user can edit/update their details, and in my admin section I can edit and delete users. The only thing I really have left to do is to...
  3. SahL

    make Timthumb.php fetch Youtube and external thumbnails

    Make my timthumb.php Fetch Youtube and other video sites Thumbnails. Pm me with details.
  4. ramtripper

    Easiest PHP Help Ever! Take a Look!

    How do I make this function work without the "if" statement?? <?php if(get_post_meta($post->ID, 'my_post_image', true)): ?> <img src="<?php echo get_post_meta($post->ID, 'my_post_image', true); ?>" alt=""/> <?php else: ?>...
  5. Ramsweb

    HTML to php - How to get Google to realize the change?

    Hello all I recently had a basic 6 page HTML site converted to a E-Commerce PHP site with over 150 pages when you count in all the shopping cart pages, individual product pages etc.. Google has crawled my site recently but has indexed only the HTML pages that I built links to. How do I carry...
  6. C

    Anybody Know PHP?

    OK--I'm an SEO guy tasked with modifying a Wordpress theme. The client wants to modify a php form to include two fields (machine and model #) as well as add a phone number field. I modified the form for all but the phone number but when the e-mail is generated, the added field labels are there...
  7. paperdonut

    Like button help

    I would like to give visitors an incentive for clicking the Facebook like button on my website. After the like button is clicked, I would like a button or a video to be revealed. Can someone help me with this? :)
  8. C

    How to Extract the PHP Code of a diff Webpage from Source?

    I want to extract the exact PHP Code used in a live streaming website which Iframe Adsense Ads inside the player and he has many wierd Codes.But when I view source,its displaying the HTML different Code which is not what I am looking as PHP is a server Side Scripting language. If some one can...
  9. J

    PHP mailer help? Anyone? I'm worthless!

    I'm new to everything I'm going to try to explain... I have sites I use to email from with php, but I want a display name now in my script, is that possible? Like in the from line on email I want it to have a real name like John Smith. Below is currently in my script for email display...
  10. userlogsin

    Alternatives: Hostgator Restriction On Cron Jobs

    Hi Friends I use h*stgator and have a Baby Croc. package. I need a text file to be updated every 5 minutes. What I did was to make a php file that updates the text file everytime it is run. In order to do so I wanted to set up a cron every 5 minutes. But h*stgator says that I cannot run a...
  11. S

    please help me...

    how to make one pop when somebody clicks the page? even if they don't leave the page, kind like what mediafire does, you click the page you see a popup. if there was a way to make it open a layer on top of the page it would be great, please help me ill be helpful for me thanks in advance
  12. B

    How to Use $_GET in mysql_query() funcion?

    Hi All, Ive got a page called user.php and when I link to there I get there by sending a URL variable called id.... so basically like this... user.php?id=6 user.php?id=3 etc etc... Then in my main code I have a line like this: <?php $result = mysql_query("SELECT * FROM sp_table...
  13. A

    Hello From Mallorca (Spain)

    Hello everybody! I am a webmaster in the balearic islands and i do template for Joomla website and all the design and programming with PHP and MYSQL. I am swithing from Windows XP to LINUX unbuntu now. I am starting improving linux shell and command line. Also all about network TCP/IP I thing...
  14. M

    How to use Unique article wizard (UAW) with WpMu

    Hi all, this is my first post on BHW. I decided to throw this up after having seen a few people complain about wordpress Mu and UAW. This guide pertains to linux servers. All you need is a few tweaks. That's it...should work. Now, go ahead an create multi blogs on the fly. Enjoy...
Back
Top