Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
0 Endorsements
Ranked #2K
~22.3K People Reached
About Me

:)

Interests
I am interested in everything which is healthy, reduce the stress, or make me smarted.
Favorite Tags
Member Avatar for LiBOC

Dear Forum, Thanks for taking time reading this post. I checked out on sessions and cookies but I guess they are more towards the client side? :S Is there a way to achieve this: :?: The PHP program I am doing is to reverse Telnet (Terminal Server and it accessing …

Member Avatar for AARTI SHRIVAS
0
1K
Member Avatar for Sahil_Ar

Hi Guys! I want to know about Forum Software Development,(Vbulletin for Example) i want to Build the Popular Software like Vbulletin,how can i Develop it? Please Help me,what i should know to Build it,Basically i don't even know C,C++. Would it be Difficult and how much and yes i am …

Member Avatar for klaipedos
0
219
Member Avatar for LiTos456

My sister has a strange issue with her Vista laptop. 2 days ago her firefox froze up and then the whole laptop shut down, but everything was fine since. Today, it happened again, then when she booted it up it started up and then shut down. She tried again and …

Member Avatar for imranb_001
-1
190
Member Avatar for Dani

This is a very quick 'n' simple vBulletin SEO hack. It's easy to apply and it's the one I have been using here on DaniWeb for the past couple of months. I was going to wait until we went vB 3.5 to release it but I might as well do …

Member Avatar for Dani
0
5K
Member Avatar for mt2009

I heard the best method to share session across multiple domains on same server is to use custom php session handler. (ie, domain name different like abc.com, xyz.com but single application.) But after i tried it, even custom php session handler that using SAME DATABASE ON 1 SERVER can't share …

Member Avatar for tolinho
0
730
Member Avatar for Arizona Web

I am looking on [URL=http://hotscripts.com/PHP/Scripts_and_Programs/Content_Management/]hotscripts[/URL] for content management systems, and there are just so many. Many of them are bloated with junk I don't need (but may have use for soemtime down the road if I start building all my sites with this engine). Some are too stipped too - …

Member Avatar for ckant_kol2006
0
403
Member Avatar for hughesadam_87

Hello all, I've tried to find this problem in past threads, so sorry if this is a repost. I have a large file with regular data. The file is too large for me to open it all at once, so I need to split it into evenly (preferred) spaced output …

Member Avatar for Gribouillis
0
281
Member Avatar for arctushar

Hello Say I have a document which is written in phonetic. Now I want to make this indic. How can I do that Say A will be আ B will be ব AA will be আ Ba will be বা T will be ট t will be ত etc...... Please …

Member Avatar for metalix
0
85
Member Avatar for ahsan1

I wrote a code in php to upload mp3 files but it is not working. It uploads other file exrtensions but does not upload mp3 files. If I remove "if($_FILES['audio']['type']=="audio/mp3"" then files is uploaded in database but not in the subfolder "upload". Can any one help me. I'll be thankful.[code]if($ftype=="audio/mp3") …

Member Avatar for lordspace
0
125
Member Avatar for sickpuppy18

Hello Hope you guys can help me. I have created a system that stores information using php and my dbase is MS Access.Currently im on the debugging phase since i finished all major development a while ago.Now im stuck because i need an incrementing 4 digit number.Can anyone assist me …

Member Avatar for sickpuppy18
0
86
Member Avatar for -==Zero==-

[B]Hey Iam New Here And Iam Noob In Php I Made A Web Site Directory Script A Form So The User Can Post His Site And E Mail This Site Show Directly I Need To Make This Site Under Moderation First Before It Show In Main Index File I Have …

Member Avatar for -==Zero==-
0
101
Member Avatar for hicman

hi every one I'm new and it really interesting what's happening here !! Well I'm a beginner in PHP , the problem is that when i use print_r($message) or echo in the same page where I call header I got this message [QUOTE] Warning: Cannot modify header information - headers …

Member Avatar for hicman
0
240
Member Avatar for rumahsolusi

can anybody help me to make , for example : i check crawl spider my webpage part one through the check metatag website but the results after checked from webpage part two

Member Avatar for rumahsolusi
0
61
Member Avatar for owaka

I want to develop a website for a bus online booking system using dream weaver.pls help me guys

Member Avatar for ecmcircle
0
111
Member Avatar for cristi08
Member Avatar for ello

hey guys I just implemented some AJAX which calls a PHP function and gets random data from a database, and displays it accordingly. Problem is, I had the link which you click the randomly change the information on screen counting how many times it'd been clicked with a session. And …

Member Avatar for lordspace
0
56
Member Avatar for Joe34

My code is suppose to crawl web pages, index the links, then crawl those web pages and on and on again! But it won't work? I get no errors what is wrong? I think it gets into the foreach but doesn't make it to the $DCheck if statement! [CODE]<?php if(empty($_SESSION['page'])) …

Member Avatar for lordspace
0
242
Member Avatar for brown23

Hey Guys, Struggling a bit here trying to get my head around something. I'm not a PHP expert, but I feel I've come a long way in the 6 months or so I've been learning it. Anyway, I thought I would pluck up the courage to build my own custom …

Member Avatar for lordspace
0
138
Member Avatar for Sorcher

Hello! I am trying to make this work. [CODE]//make user folder $userid = $_SESSION['loginid']; $userdir = "./u/".$userid."/"; if (!is_dir($userdir)) { mkdir($userdir,0777); copy("/home/users/web/b681/ipg.xxxx/shack/u/index.php","/home/users/web/b681/ipg.xxxx/shack/u/".$userid."/index.php"); echo "Your directory was created. This is where all your files will be stored.<br>"; } else echo "";[/CODE] This part of the code is Ok but it does …

Member Avatar for lordspace
0
2K
Member Avatar for eesti44

Hello, This is my first post. I am trying to teach myself C++ and am having a hard time with a function problem. This is not for homework, I simply want to learn something about C++ and I have no one else to ask. The problem I am having is …

Member Avatar for Freude
0
456
Member Avatar for Agita

Hello I'm trying to write a batch file to clean up my pc. But I'm having a bit of trouble. I try to delete a hidden file and I don't know how to use the attributes to do so. Just for an example I try del /s /q /f /C:\Users\Phantom\AppData\Local\Microsoft\Windows\Temporary …

Member Avatar for Scotty22
0
251
Member Avatar for lightningrod66

I have tried and tried and looked and looked, but I still can'y get this to work.... I am trying to (a)check form data on-the-fly, (b)once all required data is entered, then CLEAN the data and insert into MySQL database, and ONLY IF (a) and (b) have completed, then (c)send …

Member Avatar for lightningrod66
0
129
Member Avatar for rajeesh_rsn

Hi I am doing a simple php file upload script. Works fine but I cant upload more than 3MB files using this script... Please help me. This is my code [CODE]$target_path = "../items/"; $target_path = $target_path . basename( $_FILES['file1']['name']); $name=$_FILES['file1']['name']; $ext=end(explode('.',$name)); if ($ext=="flv"){ move_uploaded_file($_FILES['file1']['tmp_name'], $target_path); $new_name=$itemId.".".$ext; rename ("../items/".$name, "../items/".$new_name); mysql_query("UPDATE …

Member Avatar for lordspace
0
221
Member Avatar for kishore5001

Hi everyone I want to know what is __END__ mean , is this the end of the file. For what this is used in PERL? Thanks

Member Avatar for afbach
0
1K
Member Avatar for lordspace

Hi, Can somebody point me to a visual web CSS editor + live preview similar to Blogger > Layout > Page Elements where you could drag and drop elements and change styles. Thanks

Member Avatar for pritaeas
0
109
Member Avatar for happygeek

Well that was, err, interesting. For the best part of an hour this morning (Saturday 31st Jan) Google search effectively broke. In fact, it blacklisted the entire Internet so that any search just returned a screen warning users that whatever site they had searched for "may harm your computer" and …

Member Avatar for Thinka
0
556
Member Avatar for azharalibuttar

It’s a bit older but a very cheap way to use a Linux Machine as an internet Router/Gateway. There is no need to be a LINUX expert to do this task. No need to have two physical fast Ethernet cards. Sharing internet connection with only one physical fast Ethernet card …

Member Avatar for Dima Bilan
0
103
Member Avatar for HelenLF

I have a client with an existing domain name that he wants to retain. However, the domain name isn't seo friendly. Would it be a good idea to have a new domain name with the old one parked or is Google likely to look unkindly on this? If this is …

Member Avatar for mahgobb
0
94
Member Avatar for sarithak

Hi frnds... from last 3 days i am struggling on same errors...i tried my level best..still i cant get it....this is my code... [CODE] $bottomline=stripslashes($_POST['bottomline']); or if(!file_exists($dir)) mkdir($dir)or die("Filename all ready exits"); [/CODE] when i inserting the data into table or creating directory i am getting error... [CODE]You have an …

Member Avatar for sarithak
0
93
Member Avatar for arunajasmine

Hi , In my application, there is a view page to show the table of Attributes name as the header and its value filled by many people below. Like Name Age salary a 22 18912 b 23 89972 c 23 781273 i want it like above .. But i am …

Member Avatar for arunajasmine
0
129