Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    proseocontent's Avatar
    proseocontent is offline IM & SEO Small Talker proseocontent has a spectacular aura about proseocontent has a spectacular aura about proseocontent has a spectacular aura about
    Join Date
    May 2011
    Location
    germany
    Posts
    903
    Thanks Given
    48
    Thanked 222 Times in 173 Posts

    Problem with preg_match

    Can anyone with PHP skills help me please.

    with this you can chcekc the OVI Index (its for german sites)

    PHP Code:
    http://www.xovi.de/ovi_api/?domain= 
    the result are just numbers and a comma or point

    now i wrote a function to implent the result in a page but i get no result to show

    PHP Code:
    function getOVI($host) {
        
    $request "http://www.xovi.de/ovi_api/?domain=" urlencode($host) ;
        
    $data getPageData($request);
            
    preg_match('/OVI \(([\d,]+)/si'$data$l);
        
    $value = ($p[2]) ? $p[2] : "n/a";
        
    $string "<a href=\"" $request "\">" $value "</a>";
        return 
    $string;

    Hope anyone can find the mistake, i'm searching now for 2 hours

  2. #2
    adbox is offline IM & SEO Whisperer adbox is on a distinguished road
    Join Date
    Nov 2011
    Posts
    41
    Thanks Given
    1
    Thanked 8 Times in 7 Posts
    When I go to the site above I see "Keine Domain übergeben!".
    Are you wanting to create a redirect script?
    Autoblogging Tools | Pro Monetization Tools | Social Backlinking Tools - our portfolio!

  3. #3
    proseocontent's Avatar
    proseocontent is offline IM & SEO Small Talker proseocontent has a spectacular aura about proseocontent has a spectacular aura about proseocontent has a spectacular aura about
    Join Date
    May 2011
    Location
    germany
    Posts
    903
    Thanks Given
    48
    Thanked 222 Times in 173 Posts
    I got the solution. Thanks. I made a minimalistic mistake in code.

    It is a script for checking OVI - its a new index in germany like Pagerank.


 

Similar Threads

  1. Hostgator problem..
    By smarty123 in forum Web Hosting, Servers & Domains
    Replies: 6
    Last Post: 08-22-2011, 05:20 PM
  2. Google Problem need help
    By desibrown in forum Google
    Replies: 8
    Last Post: 07-14-2011, 08:59 AM
  3. Who can fix this problem?
    By JustGoWithIt in forum Programming, Scripting, Database, Testing, Debugging...
    Replies: 1
    Last Post: 07-05-2011, 05:17 PM
  4. 2CO Problem
    By JustGoWithIt in forum Legal, Copyright, Payment Processing
    Replies: 45
    Last Post: 06-08-2011, 01:37 PM
  5. Problem with www and http - please help
    By sonobby1 in forum Web Hosting, Servers & Domains
    Replies: 3
    Last Post: 02-22-2011, 09:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts