39,392 Topics

Member Avatar for
Member Avatar for Robert Paulson

I looked through the forum listings and this seems to be the most appropriate place. Please be kind if it isn't...I'm new here. :) So here's my situation/problem: I run a forum site - groundtradesxchange.com. I have a portal page that I like very much, but it seems like the …

Member Avatar for DanceInstructor
0
151
Member Avatar for ruffy

Hi. I use Win2k PHP 4.3.1 MySql 4.1.9 [B]Trying to install phpBB 2.0.11[/B] My phpBB files are in C:\BB There I added the directory ..\BB\forum PROBLEM: I can't get past the html "start install" page. On that page - In Admin Configuration section: [B]a)[/B] Where it asks for ADMIN info; …

Member Avatar for madmatt
0
177
Member Avatar for Luckasoft

Dear friends! We are asking your opinion on beta-version of our PHP Editor 3. Some people ask what is the point of yet another editor. We see our niche as low cost solution-a set of several tools with everything a web-master might need. It is still a long way to …

Member Avatar for DanceInstructor
0
163
Member Avatar for pepsoft239

Hi All I have the following requirement to be implemented in PHP & My SQL database with Apache Server. I have to write a PHP which will get a HTTP request from Client and immediately respond back with a Token # (Random number). Once the Token number has been sent …

Member Avatar for zobier
0
90
Member Avatar for autocrat

Hi folks.... OK, I'm attempting to learn several extras to go towrds web programming... and have come to the conclussion the best way to learn it all is to fiddle.... the best way to fiddle is at home...securely....so I am trying to set my PC up as a server... Apache, …

Member Avatar for autocrat
0
161
Member Avatar for sam1

hi guys i have created a html and php based voting page. i want poeple to only vote once can u give me advice either i should use cookies or ip address. and if u get me started as well i will apreciate it thanks :-| :-| :-|

Member Avatar for mcldev
0
117
Member Avatar for AMulligan

Hello, I am trying to do a simple form (text fields only). The users enter, submit, then there is a confirmation page and information is sent to an email. When 'submit' is clicked there is no information returned from the $_POST variable. Here is the code: [PHP] $to="MyEmail@MyAddress.com"; $subject=$_POST['course']; echo …

Member Avatar for mcldev
0
98
Member Avatar for Swashbuckler

Hi guys, hope you can help me. I've created a form in Dreamweaver (using the insert record wizard) which is linked to a MYSQL database. Trouble is once all the information is inputted and submitted I want the page to reload itself again so I have a fresh form to …

Member Avatar for mcldev
0
102
Member Avatar for MrTorch

I know the server is there, I used an install php to create the tables on the database. And Tables made it there. But this is what I get when I try to create a user. I'm Stumped. Warning: mysql_connect(): Unknown MySQL Server Host '<mysql29.secureserver.net>' (2) in /home/content/J/D/e/JDenham/html/connect.php on line …

Member Avatar for mcldev
0
159
Member Avatar for odee

i can't connect to mysql. the error is [code] Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Documents and Settings\... [/code] im using the script here in the php tutorial: [code] $Host = "mysqllocation"; //location of mySQL on server $User = "username"; …

Member Avatar for mcldev
0
171
Member Avatar for mailtomee

hi all i am from kerala, india. i wanna convert a text which is in one malayalam font to another malayalam font through php script. and i am new to this, i mean i have no idea how to do this. Any body please tell me how to achieve this.. …

Member Avatar for Gary King
0
78
Member Avatar for mcldev

My simple HTML script below uses SELECT to create a list which should be accessed by the PHP script as an array. Note the `products[]` definition below. BUT.... I can't seem to get the script to read the array from` $_POST` - anyone know how to solve this? <HTML> <TITLE>Input …

Member Avatar for mcldev
0
121
Member Avatar for zixp

I am using php to search the file names of about 10,000 files. It works now, but for it to find the file the search phrase has to be found exactly within the file name. I would really like to get a fuzzy search feature workings, but things like similar_text() …

Member Avatar for rice_web
0
63
Member Avatar for evilmonkey29

in php i came accross the function [url=http://us3.php.net/checkdnsrr]checkdnsrr[/url]. optionally, you can enter one of the following dns record types: A, MX, NS, SOA, PTR, CNAME, AAAA, or ANY. The default is MX. i have no idea what any of them mean but wanted to use this function to verify e-mail …

Member Avatar for mcldev
0
160
Member Avatar for dannyshi

hi can anybody please help me with this, i had install a php script but i got some problem with mysql_connect the below is the error message: Warning: mysql_connect(): Access denied for user: 'maximus_dbwebnews@localhost' (Using password: YES) in /home/maximus/public_html/webnews/WebNews/admin/func/db.inc.php on line 25 Database error: Link-ID == false, pconnect failed MySQL …

Member Avatar for mcldev
0
164
Member Avatar for cloud112988

Moderators note: split from [here](http://www.daniweb.com/techtalkforums/showthread.php?t=18540&page=1&pp=15) hello, i have been having the same exact problem the past few days. i ran that program..here is the log: L2MFIX find log 1.02b These are the registry keys present ********************************************************************************** Winlogon/notify: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify] [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\crypt32chain] "Asynchronous"=dword:00000000 "Impersonate"=dword:00000000 "DllName"=hex(2):63,00,72,00,79,00,70,00,74,00,33,00,32,00,2e,00,64,00,6c,00,\ 6c,00,00,00 …

Member Avatar for dlh6213
0
212
Member Avatar for TheComputerGeek

**Intro** PHP-Nuke comes preloaded with a lot of metatag information, however the keywords pre-installed are not likely to be very useful for your site. The keywords are keywords that are for a PHP-Nuke information site so unless that is what you are creating you will want to change the metatag …

Member Avatar for Ignite
0
2K
Member Avatar for ArcticWolf

Hello All, I apologize if I missed where this might have been covered in the past. I have a website and do not want the .php extension to show up in the address bar. Is there any way to make it show up as a 'normal' .com address? Thank you.

Member Avatar for PoA
0
98
Member Avatar for I, Brian

I'm finally looking to move a project onto my very first dedicated server. However, I'm looking to use mod_rewrite a few times, not least with csgal's excellent mod_rewrite for vBulletin. My problem is that I've found is that some servers have PHP installed to run from CGI, and in this …

Member Avatar for Page
0
199
Member Avatar for djelite

I've tried doing it, but to no avail. I have an existing phpbb 2.0.11 forum with a few mods. I also have a newly installed phpbb Xtreme 1.7 forum on a new database. I really don't want to lose my MEMBERS NICKS/PWs & their POSTS/PMs. Any insight would be greatly …

Member Avatar for Ted S
0
138
Member Avatar for ridge321

The installation instructions to install php on a unix os is /.configure --with options make make install but there is no make file in the directory can i get some help please get some help

Member Avatar for ridge321
0
103
Member Avatar for Sheriff Mole

I've got a phpnuke site with the phpbb forum built in. When someone joins and chooses an avatar from the gallery it will not make the chosen avatar disappear. Anyone got any ideas on how to solve this obvious fault. I have searched for other posts answering the problem, but …

Member Avatar for Sheriff Mole
0
151
Member Avatar for Mayhem50

Hi I’ve got some clients who have there products on several sits and don’t wish keep entering data for each site. So I want to do some screen scraping but I’ve been having a problem creating a lazy regular expression that will allow me to put each table row from …

Member Avatar for Mayhem50
0
100
Member Avatar for gurlzlubme

Hi. Currently I am running a phpbb forum off of a server, and I was givin a javascript for a simple clock with date. I would love to learn how I can implement a second one, which reflects the exact time of another location across the world. i.e. a clock …

Member Avatar for [KIGR] Mordrid
0
194
Member Avatar for sayangjoy

Hello Php-Nukers. I`ve got a problem.. My forum doesnt work properly :rolleyes: [url]http://www.frustratie.com/modules.php?name=Forums[/url] I can see the forum load.. but cant put any topic or whatever . I`m using php 7.3 When i look into the module on the left i see a navigation column. when i click on forum …

Member Avatar for gmichae
0
612
Member Avatar for jsamson

Working on a User Registration System and when I am testing my page on the browser (I'm developing using mac) - but its giving me a Parse error on line 27. please help, what am I doing wrong here? 1<?php require_once('Connections/db_d4f2005.php'); ?> 2 <?php 3 function sendMail($to, $hash) { 4 …

Member Avatar for fambi
0
111
Member Avatar for iwonder

Hi You must have seen those Signature of people which show us the IP address .. here`s how you do it . :cool: : 1. First save a blank .txt file named counter.txt 2. then open notepad (or any PHP-editor u use) and paste this code : [PHP] <?php $TextFile …

Member Avatar for mikeSQL
0
157
Member Avatar for Young Teck 06

Something that I found a very completely good idea, I must say I am still kind of shocked of the version change. What people thought would be the 2005 forum debut of phpBB 2.2 is no more. :cool: What this means is that, now, its time for phpBB to make …

Member Avatar for php4ever
0
321
Member Avatar for Mighty_Squid

Ok, I'm not really a moron. I can figure out most web scripts like Java but PHP and servers I can't figure out. I plan on using phpNuke and phpBB. I installed phpBB without a problem. I can NOT figure out phpNuke. The [url=http://phpnuke.org/modules.php?name=PHP-Nuke_HOWTO]documentation[/url] leaves much to be desired. Are …

Member Avatar for iwonder
0
163
Member Avatar for paradox814

i didn't see any html forums so I'm posting this here... what should we use in place of the align tag since it has been deprecated? i know it has been replaced with css, so how would i convert the following two tags? <p align="center"> </p> <td align="center"> </td>

Member Avatar for steveneven
0
126

The End.