User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 402,944 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,795 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 157
Search took 0.02 seconds.
Posts Made By: w_3rabi
Forum: PHP 25 Days Ago
Replies: 3
Views: 163
Posted By w_3rabi
Re: PHP and Shell Commands

try using
system ( string command [, int return_var])
Forum: PHP Apr 23rd, 2008
Replies: 4
Views: 621
Posted By w_3rabi
Re: restrict files access with PHP

you can use a php file in the url instead of the real pdf name.
this file should check the owner of the file then
prints the contents of the file (echo)
with the apropriate header("content-type:");
Forum: PHP Apr 2nd, 2008
Replies: 4
Views: 339
Posted By w_3rabi
Forum: PHP Mar 31st, 2008
Replies: 9
Views: 387
Posted By w_3rabi
Re: PHP Searching Problem...

try printing the sql statement before executing it
that could help u
Forum: PHP Mar 31st, 2008
Replies: 2
Views: 185
Posted By w_3rabi
Re: php installation

windows is ok
Forum: PHP Mar 31st, 2008
Replies: 3
Views: 457
Posted By w_3rabi
Forum: PHP Dec 10th, 2007
Replies: 4
Views: 3,029
Posted By w_3rabi
Re: encoding problem with csv/excel

you could change the encoding of the page from utf-8 to windows-1256
i guess that would work better
Forum: PHP Dec 10th, 2007
Replies: 1
Views: 260
Posted By w_3rabi
Re: Counting requests.

there is special programs offers status about the websites
you need to install one like this
i guess one of them called awstat
Forum: PHP Dec 6th, 2007
Replies: 3
Views: 307
Posted By w_3rabi
Re: js problem

if im getting this right you are trying to insert some value from php into the js
if so you could do it like this
<?php echo "<script>some-js-code-with-$varableName</script>"; ?>
Forum: PHP Dec 6th, 2007
Replies: 3
Views: 1,870
Posted By w_3rabi
Re: Calculate working days between dates

so i guess you need to calculate days (mon-friday)
and to exclude sat & sun
is that it?
Forum: PHP Nov 21st, 2007
Replies: 6
Views: 723
Posted By w_3rabi
Re: Passing variables to a different server

u can put a page on the local server
which takes the request and prints out the result
the from your code u can call that page
through CURL request
and handle the output
Forum: *nix Software Oct 20th, 2007
Replies: 3
Views: 1,362
Posted By w_3rabi
Forum: *nix Software Oct 20th, 2007
Replies: 3
Views: 1,362
Posted By w_3rabi
Help installing frontpage for linux

what i need to do is to enable the frontpage on the hosting server im administering
(what i mean is editing pages from the client using frontpage , i never tried to use this way and i dont know why...
Forum: PHP Oct 20th, 2007
Replies: 6
Views: 1,520
Posted By w_3rabi
Re: inserting arabic characters into mysql

i have something like this
i insert data into db
in the db the data is not readable
but when select it on a php page
everything goes well
so the application is running anyway
Forum: PHP Sep 23rd, 2007
Replies: 0
Views: 727
Posted By w_3rabi
Question force a page character set

how to force a page to some character set?
im not talking about the meta thing
what i need is something like yahoo mail beta
when u change the character set the page rechange it to the one...
Forum: *nix Software Sep 20th, 2007
Replies: 1
Views: 645
Posted By w_3rabi
Help gnome problems

i had s system crash and then my gnome gone crazy
how could i reinstall it or fix?
anyway i could check it for missing files or something ........?
BTW : i have ubuntu 7.04
Forum: Window and Desktop Managers Sep 20th, 2007
Replies: 5
Views: 879
Posted By w_3rabi
Re: nautilus proplem :(

well
i did an
apt-get remove nautilus
apt-get install nautilus
but still nothing changed
i guess there is a problem in gnome
Forum: Window and Desktop Managers Sep 19th, 2007
Replies: 5
Views: 879
Posted By w_3rabi
Re: nautilus proplem :(

:|
anything else..........
i dont think im gonna take that risk
Forum: Window and Desktop Managers Sep 19th, 2007
Replies: 5
Views: 879
Posted By w_3rabi
Forum: Window and Desktop Managers Sep 19th, 2007
Replies: 5
Views: 879
Posted By w_3rabi
Help nautilus proplem :(

hi
once upon the time there was a gnome just working so nicely and quitley when a crash happened the system admin rebooted the and then "fsck" came out and asked him to do another fsck manually
and...
Forum: *nix Hardware Configuration Sep 8th, 2007
Replies: 8
Views: 2,884
Posted By w_3rabi
Re: nvidia-settings resolution problem

thnx alot for anyone helped here
i figured out that there is something in the
system->prefs.->screen resoltion
"make default ..."
i just checked it and it turned everythin ok
thnx alot again...
Forum: *nix Hardware Configuration Sep 8th, 2007
Replies: 8
Views: 2,884
Posted By w_3rabi
Re: nvidia-settings resolution problem

sorry man
still not working
i did just exactly as u said
Forum: *nix Hardware Configuration Sep 8th, 2007
Replies: 8
Views: 2,884
Posted By w_3rabi
Forum: *nix Hardware Configuration Sep 8th, 2007
Replies: 8
Views: 2,884
Posted By w_3rabi
Re: nvidia-settings resolution problem

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Nov 9 17:56:12 PST 2006

Section "ServerLayout"
Identifier ...
Forum: *nix Hardware Configuration Sep 8th, 2007
Replies: 8
Views: 2,884
Posted By w_3rabi
Help nvidia-settings resolution problem

hi
i have an ubuntu 7.04 and nvidia card
i use nvidia-settings to change the resolution and then i save the conf to the file and it is so cool
the problem is whenever i restart my window manager...
Forum: PHP Aug 27th, 2007
Replies: 1
Views: 511
Posted By w_3rabi
Re: Determine in which file a user function is defined?

i guess u should do it on each file
Forum: PHP Aug 27th, 2007
Replies: 4
Views: 764
Posted By w_3rabi
Re: cPanel copy php errors help

i guess it should be 755
Forum: PHP Aug 27th, 2007
Replies: 4
Views: 764
Posted By w_3rabi
Re: cPanel copy php errors help

looks like the script is trying to access files outside the website scope (the folder it is allowed to access files in)
and also trying to change the permissions of some file
u should check the...
Forum: PHP Aug 27th, 2007
Replies: 4
Views: 2,197
Posted By w_3rabi
Re: How to insert image in directory using mySQL

could u explain more
and in a little detail
Forum: PHP Aug 27th, 2007
Replies: 29
Views: 2,648
Posted By w_3rabi
Re: what's wrong in this code?

the only thing that could be wrong is u have something u are not seing
so u could rewrite the code again
maybe..........
;P
Forum: Linux Users Lounge Aug 23rd, 2007
Replies: 18
Views: 2,144
Posted By w_3rabi
Re: Hard drive partitioning problem

if u want to install ubuntu
after booting from the cd normally
you shold find some icon on the desktop says "install" it is gonna launch a wizard wich includes a partitioning tool
it is not that...
Forum: Windows Software Aug 23rd, 2007
Replies: 11
Views: 1,149
Posted By w_3rabi
Re: Help needed to choose 'antivirus'

i would say NOD32 it is effective and it si light on the PC resourses
i had too many probels with antivirus software but i solved'em all
know how.....?
i installed Linux :P
Forum: Windows Software Aug 21st, 2007
Replies: 0
Views: 427
Posted By w_3rabi
SSL on IIS

hey
anyone have an idea how to create a cert on iis
or where to buy one
Forum: PHP Jul 19th, 2007
Replies: 12
Views: 1,820
Posted By w_3rabi
Re: php whitelist form validation??

i dont think so..!
it is widely known when validating the input that allowing only the accepted characters is more better than preventing the non-acceptable ones , if the user enters data in another...
Forum: PHP Jul 18th, 2007
Replies: 12
Views: 1,820
Posted By w_3rabi
Re: php whitelist form validation??

well what u did was the black list thing
and what i did is white one
it may look the same
but it is not!
Forum: PHP Jul 18th, 2007
Replies: 14
Views: 842
Posted By w_3rabi
Re: output error

this code is so fine
are u sure the code u r trying is the same u posted !!!!!
Forum: PHP Jul 18th, 2007
Replies: 12
Views: 1,820
Posted By w_3rabi
Re: php whitelist form validation??

preg_replace( "/[^a-zA-Z0-9_]/", "", $stringToFilter );

i guess this could work for your case
replacing everything that is not char. or digit with whitespace
Forum: PHP Jul 11th, 2007
Replies: 18
Views: 2,324
Posted By w_3rabi
Re: Is session will work if cookies are disbaled on clinet side?

if u want a way to tell thats a page is submitted or just loaded
u could use a hidden input in the form
then check if the name of this var is in the $_POST
then it is submitted else it is just the...
Forum: PHP Jul 11th, 2007
Replies: 1
Views: 658
Posted By w_3rabi
Help dot prn encoding problem

hey
i have this problem giving me a painful headache and sleeplessness

ive got these .prn files which should converted into DB
and these files contain numbers along with arabic characters the...
Forum: PHP Jul 10th, 2007
Replies: 8
Views: 2,047
Posted By w_3rabi
Re: If URL Exists

why not use xml
it is easier to handle
Showing results 1 to 40 of 157

 
All times are GMT -4. The time now is 6:12 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC