Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Launching Community Site


I'm creating a community website, and I want the following features:

- members are able to write reviews
- members are able to post classified ads (I'd like to be able to charge money for this)
- ability in the future to create groups within the community.

Can anyone suggest a content management system (CMS) or other off-the-shelf solution? Drupal springs to mind, but then I don't have a lot of experience with these kinds of builds, so I may be missing something that is out there.




View Complete Forum Thread with Replies

Related Forum Messages:
Community Site Functions
i am currently making a community site and wanted some views on the best way to do things, as i have tried several and not sure on which to go with!.

I need a friends function so you can add people, which is the best way to do this?!? There needs to be a private messaging system build in as well, best way to do this?!?

View Replies !
Launching A URL
When I am executing a PHP routine, I would like to start a page on
a server. Could be also interesting to receive back the answer so
I can use it contents in my program.

In other words as a sample when I am at some point of execution of
a my PHP routine I would like to send to the network:

http://www.someserver.com/somefunction.php?&user=$auser

Eventually I would like to receive in some way the answer page from
the server.

It's possible to do this?

View Replies !
Launching Application
I developed an internal website (hosted in a company server), which contains a few php scripts (forms users fill out and e-mail to others upon send). I have an e-mail instruction in the scripts, with a list of e-mail addresses. I would like to change this so users can launch Lotus Notes from the script upon sending, and choose to who send the form (instead of having fixed e-mails in the script). The company has given me the path where the .exe program resides on the server.

View Replies !
Community Plumbing
What is the best community-plumbing open-source platform in your opinion? Also, does anyone have any example outdoor related websites that use this platform that I could check out?

View Replies !
Online Community
My host just upgrade from PHP 4 to 5 and a online community script that I made stop working for a reason that I don’t know yet. This script that I was developing was with the idea to make something similar to yahoo groups.

I will like to know if anyone knows about an open source script similar to yahoo groups (google also has something similar). I just want something functional meanwhile I could rewrite the script… ‘cause I thinking to start all over again to add new features and other stuff.

View Replies !
Building A Web Community
I'd like to accomplish the following: have a top frame with one or several customizable news feeds, such as google news filtered by key works, or other rss feeds. (would like to include things like a 'discuss' link that would like to an appropriate forum topic. a frame with blog Forums ideally I would like the option of whether or not the users will require registration. Preferably no registration for starters. I'd really like this to be slick there are very few psychology related forums with consistent, quality visitors.

View Replies !
Community Script
I'm looking for community script like "my space", In the past I'm used PHPNuke, but it very bad, it not stable. Can anyone tell me where can find the real profession PHP script to make stable community.

View Replies !
Launching Second Script When First One Finishes
I have numerous PHP scripts that connect to our Oracle database and export csv files. The amount of time it takes for each script to finish varies. Sometimes it takes 10 minutes, sometimes 30 seconds. I would like to figure out a way to have the first script run and when it finishes, launch the second script and so on and so on.

View Replies !
Launching Files Locally
I have PHP and Apache installed on a windows box that is attached to
my home theater. I wrote some code that indexes the contents of a
directory that has some video clips etc in it, and the outputted HMTL
is nothing more than a series of hyperlinks to these files, with some
CSS to liven it up a bit.

The problem is this: when I click on one of the links, rather than
launch the file, it attempts to "download" it (even though the file
resides right there on the machine anyway). In my hyperlinks, I
specified to use the "file:" protocol instead of HTTP. I really just
want it to launch the file.

View Replies !
Launching PHP From HTML Form
i build an app using PHP/MySQL/web. the APP and PHP programm are both located on the CD.

step 1:
i want it to a first interface (installation phase) to be an HTML page.

step 2:
I want it to get some informations for the installation

step 3:
i want the form to launch a PHP page (on the CD) and using the PHP.exe (on the CD)

step 4:
the PHP page send my modules using FTP

step 5:
once the FTP transfert is finished, the PHP page open a new page (that has been just uploaded) on the web server.

my problem is in step 3, how is it possible to launch a PHP script from an HTML page which is not on a web server??

I can do it easily with a SHELL script but i prefer the graphic interface of an HTML form. I know it is either possible using GTK but i don't want to use it because i'm not surre the client has a JVM.

View Replies !
Online Friendship Community
We need to create an online frindship community for a specific region. Is there any GOOD script for creating a friendship community?

View Replies !
Launching A Background Script From Php In Windows/IIS
I'm trying to build a PHP page which launches another php script to be run
in the background. The web page should return immediately, while the
background script may run for 10 minutes or something. Unfortunately I'm
getting all kinds of weird behaviour..

In my main script I'm using exec() (also tried the other options) to start a
..bat file. This actually works, the batch file is launched and is able to
write something to disk.. Now if I put the following line in the batch file:

c:phpphp.exe -q backgroundscript.php

then instantly I'm seeing about 30 php.exe processes being created, but
nothing seems to be happening really. The processes seem to be dying
immediately and replaced by new ones. So apparently php is trying something
but fails and tries again.

Both the script and the batch file work fine from the command line. Group
'Everyone' has read/execute rights for the batch file, the php script and
php.exe. I have tried prefixing the command with START /b or cmd.exe /c but
neither seem to make any difference. Also I tried redirecting stderr, stdout
and stdin to NUL

Server is Win2k, IIS5, php4.3.0. Searched the php docs, tried suggestions
but it doesn't work, maybe because they use Apache.

My guess is that the anonymous user IUSR_* doesn't have the rights to do
something, but I can't figure out what.

View Replies !
Community Calendar Code/source?
I would like to find a community calendar source for our 4H group to
use. I would like to to show the days of the month in a typical calendar
method and then have access for an administrative user to add events on
date/time with a title/description. If possible, an XML data file for
the dates or MS Access one....

View Replies !
Community File Sharing Script
I belong to a yahoo group who is tired of using yahoo groups for lots of reasons. The only thing that keeps us there is the ease of sharing files.

I've been looking around for a decent server script/program that would allow folks to share files via http. (These are files of our own creation by the way. nothing fishy.) I've found some stuff at sourceforge but most of them are either not simple enough or are giving me a really hard time with installation.

I'm looking for something that allows folders and files. any user can get to any file. As simple as possilbe, of course. Preferably, it would use a chmoded directory to store files, not a database.

View Replies !
Launching An Application: Does PHP Limit Network Connections?
I am having a problem using PHP to launch an application on the server.
All the basics work, but I cannot launch more than 4 instances of the
application. This application functions as a server itself, and I
specify the port number when I launch it, so my theory is that I am
reaching some limit on network connections.

This is my basic launch sequence:

<?php
$command = 'c:Program Files (x86)myprogmyprogram.exe'
$arguments = ' /Port:' . $port;
exec('C:PsToolspsexec.exe -accepteula -d -s "' . $command . '" ' .
$arguments . ' 2>&1', $output);
?>

Note that I am using psexec because I need to keep track of the process
ID number and kill the application when a user logs out. I can provide
more details if needed, but if there is indeed some upper limit on port
connections, that would certainly explain what I'm seeing.

Incidentally, if I try this same procedure launching "Internet
Explorer", my limit is 9 (instead of 4). If I launch a non-network
application, it seems that I can launch as many as I want without limit.

Note: I am using Windows XP Professional x64 Edition SP1

View Replies !
Launching A Program With Exec & Pstools/psexec.exe
I am trying to launch a program with PHP code. I am running Apache on Windows XP SP2. Code:

View Replies !
Launching Several CURL Posts Without Waiting To Download Pages..
Hy there, ok, i`ll get to the problem:

My php script has a function named curl(some curl options and instructions), it doesn`t matter that, what it matters:

$var1 = curl("http://www.somedomain.com/somepage1.php");
$var2 = curl("http://www.somedomain.com/somepage2.php");
$var3 = curl("http://www.somedomain.com/somepage3.php");
$var4 = curl("http://www.somedomain.com/somepage4.php");

Ok, so it downloades the content of somepage_.php to the $vars, however somepage_s_.php contains several scripts which takes a verry long time for the page to download, so my script waits for each page to download, one by one, as line by line, what i would like do rezolve is to start the curl without waiting to download the first page, then the second and so on, it should start the download of all the pages at almoust the same time. That would be all, please help, i`ve lost 4 nights trying to get this fixed but no luck.

View Replies !
How Can One Get Real Time Stock Quotes For An Online-community?
For one of our web-communities we plan an offer of real time stock
quotes incl. advanced notification services. I have the following
questions:

- Do you know of any services, that already offers such services in a
decent way?

And more important:
- Does anybody know a provider of such services, that offers a
real-time stock quote data stream for such a usage at a decent price? I
only know of Deutsche Börse offering it for 1&#39400; Euro per month. That
is too expensive for us.

View Replies !
MySQL Pro Certified Server Versus MySQL Community Edition
Does anyone have any experience with this? I'm trying to see if the service provided with the "MySQL Network with MySQL Pro Certified Server" version is worth the costs involved.

I'm making a real estate website that's basically going to be a listing service. You can do searches on the listings for free, and it costs to add your listing. Our listings are only going to be active for 30 days, and we really don't expect to have more than maybe a thousand or so listings at a time tops.

I'm just wondering if this is something that should be manageable for me, even though I really don't have any prior DBA experience. I've played around with phpMyAdmin for a bit, so I know how to backup/replace/repair/etc., and am just wondering if this is enough. Any thoughts?

View Replies !
Converting A PHP Site To A Total Static HTML Site
What's the best way to convert a PHP site to a total static HTML site? You might wanna ask why I wanna do this. Reason: I would like to create an offline version (without server) for demo purposes. Looking at my current PHP site, I am having problem dealing with this issue.

View Replies !
Site Flow Chart/site Map Creator For PHP?
I'm working on a site created by someone else, containing a hundred
different pages or so in PHP, with connections (includes and form
actions) going all over the place.

Is there a utility out there that will create a visual site map of all
the connecting pages in a site?
I tried using Dreamweaver MX 2004's, but the best it can do is see
connections in HTML. It'd only go one layer deep and find only a few
connections for a total of about 6 pages out of the dozens.

View Replies !
Make A Site That Can Take In A String As The Sub Domain For The Site
I am trying to make a site that can take in a string as the sub domain for the site. For example, if you put in, Jenny.homepage.com, the site would get Jenny as a parameter. Does anyone know how to do this?

View Replies !
PHP Script On One Site Access A Database On The Other Site.
I own 2 sites on 2 different providers. I wish a PHP script on one site access a database on the other site. I used following instruction:

$link = mysql_connect("localhost", "mysql_user", "mysql_password")

But I do not know what to put for "localhost", and I even don't know if this could work.

View Replies !
Trying To Make An Iframe Site Into A Include Site
Basically I have a site over at www.allFOTC.com and right now as you can see I'm using all Iframes. It works awesomely for function, but it's gotta be killing my SEO. I'd like to be able to have the same functionality but using php includes so it'll always look like one normal page as far as Search Engines are concerned.

Would it be possible to create dynamically changing includes (like when someone wants to watch an ep, JUST the small center block changes to the video) without having to make each page with a full on layout?

Right now it's so simple to go find a page I want to edit and only have to look at 5 or 6 lines of code. I'd hate to have to have full layouts on each page and have to fish through all that code to find something.

View Replies !
Copy Image From Site To Site Using URL
I'm trying to copy an image/file from one website to a directory in another, using the URL for the source image/file. I'm not sure which PHP function to use. Does anyone have a suggestion?

View Replies !
Site To Site Data Transfer
When a visitor goes to siteb i want it to send information to sitea, in this case lets choose browser type. Eventually I want to have more sites sending data back to sitea. some not managed by somebody that i know i can trust. so mysql passwords etc. cant be given out. I thought about $_GET vars, but there is no way to make that secure from bogus entries, is there? Unless i used some sort of encryption and the decrypt key was at sitea.

View Replies !
Carry Over Some Session Information From A Non-secure Site Into A Secure Site
I'm baffled as to how I can accomplish this. Compatibility is important, so I would like to not use cookies. I am trying to carry over some session information from a non-secure site into a secure site. It's actually the same server but a different domain name.

View Replies !
Site To Site Content
I am looking for a PHP function that can display content from a
separate site preferably with error handling. This is in lieu of using
frames. Something similar to the ColdFusion tag cfhttp.

View Replies !
In-Site IM
Is there any way to do an in site Instant Message system? Like AIM....?

View Replies !
How To Set Up Second Site Under IIS With Php?
Has anyone set up second IIS site, do i need a second php installation or is there a way to specify the doc_root?

View Replies !
Php.ini Per Site
I use php.ini on my site to execute scripts for every page (auto_prepend_file)
and also set some spefic settings in it (buffering,auto session start;..)

I am starting on the development of a second site that requires its own php.ini


How can I do this on a windows system?

View Replies !
PHP First Site
How should it be named the first site in a website in PHP? Is there any
special rule?
index.php for example?
I would like to know how it functions that by giving the wed address
(www.jfdhjdfh.de for example) comes the first site.
Is it like HTML that the first site must be named index.html?

View Replies !
Site Map
I'm trying to create a site map, only I don't want to update it every time when adding another section.

My site map is similar to my navigation menu, so I want somehow when adding a section to navigation menu, automatically add it to site map. I have never seen how the site maps work, but I'm 99% sure that they are controlled automatically. So here's my code:

View Replies !
Run A Site From Cd
im building a php/mysql portal site that connects to a third party site for data - the site im building is php,mysql running on windows - the 3rd party site is requesting that we ship a demo of the site onto a cd for them to demo to their customers which im a bit concerned about handing over all the php code, database structure etc. is there any way to do the following:

1) get a php/mysql site & web server to run from a cd
2) scramble the code so that anyone looking at it cant decipher it?

View Replies !
Log In On A Site
On a site, there's a profile page with some information about your profile. Only you have access to your profile page. You first need to login before you can see that page. But the problem is, can I 'login' with PHP and then go to that profile page, and then get the contents with file_get_contents() or something.

View Replies !
Site That Support WAP
Hi, all

With PHP is it possible to build a site that support WAP?
How to do it. What kind of technology needed to build it? Can anyone here tell me where I can find the resource?

View Replies !
Downloading A Site
In php, is there anyway to download the HTML contents of a given site and store it in a variable for parsing?

IE "download the msn.com HTML into $html_var and do this parsing code on it" ?

View Replies !
Help For The Referrer Site?
I am developing a multi-affiliate counter server, so I want to record the referrer site when user visit one of our members.
There are four entity: viewer,referrer_site,member_site,ours(server site).

when viewer visit member_site from referrer_site, the member_site send a request of recording this visit to ours.

I know $HTTP_REFERER, but I think it will be member_site becouse the request to ours is from our member_site.

How can I get the referrer_site's host name?

View Replies !
Bandwidth From A Site
Real quick does anyone know how to get bandwidth from a site with php? I would like to give the bandwidth instead of COUNT per hit. so this site usage would be bandwidth: 83.67 Megabytes for the month

Latter I am going to attempt php graphic chart with monthly bandwidth. But I havent found anything on getting bandwidth yet.

View Replies !
Get Code From Another Site
I would like to (lets just call it) borrow a piece of code from another
website. The website in question is published totally in Microsoft
Frontpage, some very ancient version with totally flat HTML. (Not my site,
not under my control. The owners have no interest in changing the site)

Is it possible in PHP to take a piece of code from this website and
reference it on my page, I was thinking of something along the lines of:

GREP from sitename | referencing this page | inside these markers

I've spoken with my web developers and they tell me I can use Iframe tags or
RSS feeds, both of which I do not believe will allow me to accomplish this.

View Replies !
Searchable Site
i have been developing a shopping cart for about 2 months in php, and im adding the finishing touches. I want to make it searchable. Right now i have a database, with a field called "name" that holds the name of the product. If someone searches "apple" how can i make it match a name such as "the big apple".

View Replies !
How To Create Site Map?
how to create sitemap? the sitemap i'm having now, if i want to add or modify things, i have to do it in the code.

View Replies !
Get All Links From Whole Site
I want to write an application what to extract all links from a whole site, but not work:
PHP Code:

View Replies !
Site Generator
Has anyone got any scripts that will, after a person registers, it will automatically create a directory for them?? Example:

User Registers -> Confiration Page -> User may now go to
http://mydomain.com/registeredusername with a default index.hml file

Also a File Manager. Does anyone know how to do this or where i can find such a script?

View Replies !
See Who Is On My Site, Live.
Is there a way to see who is on my site live and if so, how hard would it be to setup a chat scrtip so I could click on their IP or whatever and start chatting?

View Replies !
Regexp For Site Url
I would need a code that checks if an url with filename is valid or not.

Here are a few examples:

http://www.example.com/file.zip (valid)
http://example.com/file.zip (valid)
http://www.example.com/files/file.zip (valid)
ftp://ftp.example.com/file.zip (valid)
ftp://example.com/file.zip (valid)
ftp://ftp.example.com/files/file.zip (valid)

http://www.example.com/ (not valid)
http://www.example.com (not valid)
www.example.com/file.zip (not valid)
ftp.example.com/ (not valid)
ftp.example.com (not valid)

If anybody knows a regexp for this please share with me!

View Replies !
Site Last Visited
when people visit your site is there any way to know which site they came from?

View Replies !
Site Statistics
Does anyone know of a PHP application that can analyze server traffic similarly to the professional version of SuperStats (http://www.superstats.com/demo_professional.html)?
It doesn't have to be free, but good and extensive.

View Replies !
Banning On Site
Is their a way of checking a file full with ip and if an ip matches one on the list they get transfered to another site? this would really be of usefull to me.

View Replies !
Browse A Web-site
I want to use a PHP script to browse a web-site on which i do exactly the smae things time after time. The website uses cookies to log users on, here is my first problem.

I have been informed that if i simply get a script to logon the web-site will send the cookie to the PHP script and not my browser. Then the PHP script will ignore the cokie and the site will not regard em as being logged on. How can i go about saving this cookie?

Upon entering the web-site how can i serach the content of the site for a time? The time is always in the same place and i would like to be able to update the page every minute or so to check the time, as some actions have to be done at a certain time.

View Replies !
PHP And Framing A Site.
Been working on a site and it's about 98% done now :) I'm having an
issue where the site is framed with a about three <frameset>'s. Because
of how I wanted it to scroll and where the main content was.

Now my issue is this my navigation is in a frame of itself. I wanted
to use like this:

if ($page == "Home") {
echo "<img src="../images/nav/ocalagrooming_03-over.png"
alt="Home" width="148" height="39" align="top" border="0">";
} else {
echo "<a href="../index.php" target="_top"
onmouseover="imgOn('img1'); window.status='Groomed to Perfection'
return true" onmouseout="imgOff('img1'); window.status='' return
true"><img
src="../images/nav/ocalagrooming_03.png" alt="Home" width="148"
height="39" align="top" border="0" name="img1"><br /></a>";
}

Now on the page Home at the top it defines $page, problem is PHP
doesn't see this because it's in separate frames! Any help on how to
correct this or a right way?

View Replies !
Checking If A Site Is Available
What PHP code would I use to check if submitted sites to my directory
actually exist?? I want to use something that can return the server
code to me, ie HTTP 300 OK, or whatever. Can I do this with sockets?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved