577 Topics

Member Avatar for
Member Avatar for diafol

OK, as promised, here's an updated 'quick(!) and dirty' class for retrieving and setting data via the Daniweb API. It allows the extraction of data based around: # DATA RETRIEVAL & SETTING # ## non-OAuth ## * forums * articles * posts * members * activity points * endorsements * …

Member Avatar for LastMitch
2
530
Member Avatar for ahmed.hayman

Hi would you please help my how to know my ( mysql host server)???? i used greengeeks to upload my website , i tried "local host" but it shows "couldn't find data base"...thanks <?php mysql_connect("localhost","ahmedhay_ahmed","Password") or die("couldnt connect to data base"); mysql_select_db("ahmedhay_hayman") or die ("couldnt find data base"); ?>

Member Avatar for pritaeas
0
110
Member Avatar for pritaeas

## RSS Class ## The code snippet is a PHP class for retrieving RSS feeds from the DaniWeb website. There are two exposed methods, one for retrieving the list of predefined article types, and another to get a specific RSS feed. If you pass parameters to this method, there is …

Member Avatar for pritaeas
1
535
Member Avatar for krovi
Member Avatar for owenransen

I want to port some graphics applications in C++ which compile to Windows Executables to run as WEB apps. I don't want to throw away all the code I've written in C++, so it seems to me that Microsoft Azure would be prefect. My idea is that I learn to …

Member Avatar for LastMitch
0
161
Member Avatar for fheppell

How would I write a php script that gets article x from an rss feed? Thanks in advance

Member Avatar for pritaeas
0
147
Member Avatar for otengkwaku

I want to do and internet radio and i need someone to point me in the right direction that is, what technologies to use and also useful links and book. thank you

Member Avatar for alex007
0
205
Member Avatar for zachmandude32

First off, I'm not sure if this the appropriate place to post this question, but I thought I would just try anyway :?: I was wondering if anyone had any fun APIs that I could use basic authentication more specifically cURL. I you used to be able to use basic …

Member Avatar for Dani
0
220
Member Avatar for sss93

Hey I want to create an application which gets all the names of the users who liked a Facebook page, because I then will randomly pick 5 users for a specific prize, each week. I am familiar with the graph api and have experimented but cant seem to find the …

Member Avatar for LastMitch
0
95
Member Avatar for randomkid73

Hi all, I'm having some issues with RewriteRules conflicting in my .htacccess file. For starters, here's the file: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On #Start forum rules RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] #Start wiki rules RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php …

Member Avatar for randomkid73
0
206
Member Avatar for anandschiru

How to extract an article which is a html page from a rss feed in php.

Member Avatar for diafol
0
111
Member Avatar for anandschiru

I want to extract the contents from the below link using Rssfeed in php. plz help me someone. i hvae tried all the possibilites,i am not getting. http://www.jacionline.org/current.rss

Member Avatar for blocblue
0
165
Member Avatar for aldm

Hi, is there any API for historical dates on web that returns data in xml or json format. For example, I need to get importants events in history on todays day and show that events in my app. Is there any good place to do it? And if you know …

Member Avatar for pritaeas
0
229
Member Avatar for erum

I am accessing webservices through following .aspx code <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Params.aspx.cs" Inherits="JQueryAjax.Params" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <style type="text/css"> .loading { background-image: url('ajax-loader.gif'); background-repeat: no-repeat; } </style> <title></title> <script src="jquery.js" type="text/javascript"></script> <script type="text/javascript"> function CallService() { $("#lblResult").addClass("loading"); $.ajax({ type: …

Member Avatar for erum
0
182
Member Avatar for Dani

I'm trying to get PubSubHubbub set up but I'm rather confused. I understand the concept but the implementation is troubling me. To get my feet wet, instead of starting my own hub, I decided to use Superfeedr. I *think* I have it set up correctly, but I want to test …

Member Avatar for Dani
0
96
Member Avatar for bikashjit

I have one video to download its 69MB video. I need to check online that what is the video resolution of this file ? Is there any websites that shows such information.

Member Avatar for pritaeas
0
67
Member Avatar for UberJoker

Hi guys. Feels great to post back on DaniWeb. Hope everyone is doing great! I am currently playing around with the google websearch api. They have a javascript example where they created a "hello world" page. https://developers.google.com/web-search/docs/ This code only returns 8 pages of each type of search. I was …

Member Avatar for farhanahanat010
0
176
Member Avatar for subrata_ushasi

Hi all , I have a wevservice link say http://abc.com/wscom/MKWebService.rem from where I am trying to return value giving some parameters . The method and parameters are given below. method : GetInfo Parameters: string LicenseID string password Return Value: struct AnswerInt Now I have two xml files request.xml and response.xml …

Member Avatar for pritaeas
0
334
Member Avatar for gidireich

I'm learning http, and trying to use telnet to send my own http requests. In the command prompt, I entered: telnet google.com 80 Result: The screen is cleared and I see a blinking cursor. 1. Why don't I see any indication that I'm connected? Now, trying to type an http …

Member Avatar for JorgeM
0
107
Member Avatar for ppstyle

Hi! I am looking for a Web Service from which a user can send SMS from his account to a number of his choice. The free ones on the net are not working. The way2sms ones are working but obviously they show the number of the registered way2sms account. I …

Member Avatar for aruhat
0
232
Member Avatar for sanjeewa.abeywardana

I would rather like to know any **recommened** cookbooks for **Web services in csharp or vb .net** .... Most of them in Java thats the issue for me..

Member Avatar for sanjeewa.abeywardana
0
158
Member Avatar for ditty

Can any one give me a description of 'shopping feed'. Actually what it means?

Member Avatar for pritaeas
0
105
Member Avatar for dalilice

Hi, I'm rather new to php so...I use simplepie to parse rss feed but i want to filter them by keywords i made this code : $feed = new SimplePie(); $feed->set_feed_url(http://website.name/rss); $feed->init(); $feed->set_cache_duration (3600); $feed->set_timeout(30); $feed->handle_content_type(); $countItem = 0; foreach ($feed->get_items() as $item){ $checktitle = $item->get_permalink(); //Regex keyword filter $pattern …

Member Avatar for Squidge
0
366
Member Avatar for riahc3
Member Avatar for pritaeas
0
63
Member Avatar for thewilf

Hi All, Quick one for you. I have a client that wants to use a webservice to transfer data from a tablet on a network to an SQL database on servers. Am I correct in my thinking, as I am completely new to web services, that I can have a …

Member Avatar for pritaeas
0
98
Member Avatar for riahc3

Hey How do I run my web service as root? Yes, I know the security implecations of this. Thanks

Member Avatar for Irina54
0
159
Member Avatar for krovi

why we need to use abstract class instead of interface if we have all abstract methods in abstract class with out any implemented methods?

Member Avatar for pritaeas
0
39
Member Avatar for krovi

What is Inversion of control and Aspect Oriented Programming in Spring can you give one example

Member Avatar for pritaeas
0
65
Member Avatar for svilla

I have a Web Service I setup on the iSeries. It works when using SOAPUI and it works from the Built in test facility in the Native Web server. But when I try to access it form the following PHP program it fails to return any data. I am obviously …

0
101
Member Avatar for newbie1234

I have miniclip game's swf file. Before this game advertisement is coming. I want to remove that advertise script from swf file. Please guide me how to remove advertise script. So that i can play without any advertisement.

Member Avatar for pritaeas
0
60

The End.