Recent content by warezrock

  1. W

    Head, Body sections Help WP

    Nope, it isn't. Inside the body tags means you can put the code or content after <body> and before </body> tags. Right Before the end of </body> tags means put the content or code just before the end of </body> tags. ---------- Post added at 03:34 PM ---------- Previous post was at 03:31 PM...
  2. W

    Head, Body sections Help WP

    </body> this tag is in footer.php ;)
  3. W

    Head, Body sections Help WP

    <head> </head> <body <?php body_class(); ?>> <!--inside the body tags--> <?php abc_before_page(); ?> <?php abc_before_begin_wrapper(); ?> <div id="wrapper" class="fix"> <?php abc_after_begin_wrapper(); ?> <div...
  4. W

    PHP cURL help needed

    Maybe. Yes i need that link that is in "Location" ---------- Post added at 10:47 PM ---------- Previous post was at 09:45 PM ---------- Problem solved, it was a cookie issue. Thanks Halcyon mod please closed this topic.
  5. W

    PHP cURL help needed

    Yeah, But it's loading fine in chrome ---------- Post added at 09:15 PM ---------- Previous post was at 09:12 PM ---------- ops it seem that it need some divix code to load in browser :facepalm: ---------- Post added at 09:32 PM ---------- Previous post was at 09:15 PM ----------...
  6. W

    PHP cURL help needed

    ^ Sorry, code updated.Still doesn't work. Ok, looking the site for cookies but i think its not needed to access that page because it return a 302 redirect .
  7. W

    PHP cURL help needed

    different handler like ? Can you give me a small example ?
  8. W

    PHP cURL help needed

    I need the HTTP header of this link http://www.dailymotion.com/cdn/H264-320x240/video/xucehg.mp4?auth=1350479679.4161f93bd3590e4816bddb233bd025df Here is the code i used.. function curlheaders($link) { $ch = curl_init($link); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch...
  9. W

    So, what do you think of our new skin?

    I am using Chrome...!!
  10. W

    Hiring Need A Coder

    replied.
  11. W

    So, what do you think of our new skin?

    I can't see any smiles in CB http://i.imgur.com/LJLcE.png :O
  12. W

    Hiring Need A Coder

    PM me the details. Like your budget, PSD sample and in which cms you want the template to be coded ? Thanks
  13. W

    [HELP] Datalife engine Problem

    Well, check the htaccess file on the server.
  14. W

    Hiring WordPress Developer (Quick Job)

    I'm here ;) P.M me more details....
  15. W

    Tour and travel script ?

    Hello, Just want to know is there any free php script available online to maintain tour and travel packages ? Thanks
Back
Top