I have a wap site elitezone.co.za and what i want to add is a code to the index page that displays your operator and phone number. Does any one know the coding for this function if so please show me here. Help will appriacated.
Okay, so I installed Nettek and got everything set up. But every time I try and login, it says
it's incorrect. I've gone into the Database and gotten the password and since it was
simple, put them in and had tried but with no success. I tried changing the password but I still
couldn't get in. I tried adding another login and it still didn't work. I have no idea
what's wrong and I need some help.....
Okay, so I have an old version of Nettek that I would like to modify. There is a bug that when you
get to the rank required for Set Rank, you can set your rank or other people's ranks to what
ever you want, even Webmaster and that's something I'd like to not have. I am wondering how
to fix the problem. What would I modify in the coding to set have it so you can only move people up
to 1 rank below you at best? I'm still learning PHP and can't modify things like this quite
yet.....
To use this you must have PHP support on your server. Just use this code: CODE <?php
$content = "Hello, World!"; $html = array('[b]',
'[/b]', '[i]', '[/i]', '[u]',
'[/u]'); $replacements = array ('<b>',
'</b>', '<i>', '</i>', '<u>',
'</u>'); $content = str_replace($html, $replacements,
$content); ?&....
Hey everyone, over the last week I've been writing a PHP tutorial aimed at absolute beginners
who have never even seen the syntax of PHP before let alone wrote a PHP script! The tutorial
assumes you have a basic knowledge of HTML (for the tutorial you will need to write a couple of
hyper links and forms, nothing complex!) and an internet browser. It tells you about where to
find the other software needed (apache/XAMPP and a script.text editor) and how to check if it is
working. The tutorial is basic and focuses on the use of the ECHO, INCLUDE/REQUIRE and I....
I want to display the contents of a directory.. i have the following code.. It gives the output in
one column only... like file1 file2 file3 file4 . . . . . Since there are lot of files so this
column gets very long..i want to display the x number of files in each column.. like if there are 22
files.. then file 1 file 11 file 21 file 2 . file 22 file 3 .. . . . file 10
file 20 This was just an example..I know it can be done by using but i dont know how to do it
with loop. Please help me. QUOTE $dir = './'; $handle =....
Right now, if i go to the cpanel of my site, I can access webmail of any of the email addresses I
have. Unfortunatly, I would prefer it if the administrators did not know the password to the
cpanel. I want them to be able to access mail from 1 of the email accounts. I have tried letting
all the admins access the account through their own cliants, but it became a mess, not knowing wich
admins have responded to which emails, because most emails are hosted localy when received by
cliants such as outlook. Then I had the idea of making one page, with webmail on it. Where....
Use this code to redirect pc users from your wap site to web site: include above page header this
code: CODE <?php $mywebsite = "forum/index.php"; $browser = explode
('/', $HTTP_USER_AGENT); if($browser[0]=="IE"){
header ('Location: $mywebsite');} ?> ....
I need help with some PHP, once again. What I'm wanting to do is add something to an external
database from a remote site. Say we are using the script farsiscript posted ( here ), and
there's an added feature where it saves the information to a database, and it's on a
different server. I want people to be on my site, enter the variables, and have the information
submitted without knowing anything about the external site. Also, would there be a way of
confirming whether the information was submitted, or if there was an error? Like if the result said
"Than....
Ok i have a site with these downloads, when you click on them they do not open up to a new window.
Instead it uses the same window and goes to the link that it was linked to go to. All of my
downloads are made from being linked to some other site. Now my site is php, so i was wondering how
i can make all links open up a new window to their download page without having to type out
target="_blank" for all of them. Which would take awhile for me. I was wondering if there is a way
to do that with the php download module where i can insert the target="_blank" in there so it w....
I have many files in a directory..I want to create a page , like A B C D E F ..... when some one
click on A , it should display all the files starting from letter A , and when clicks on B , it
should show all the files in that directory starting from B , and so on... I have no idea how to
display the files of the directory iin that way. Kindly assist me......
Hi all I write script and i want to know which Script site for release Script is best Some sites ::
www.hotscripts.com www.scripts.com http://www.yourscripts.net/ http://www.popscript.com/ If You
know more Url plz post here . thanks all....
For example,i have a directory , which has 3 sub directories a,b and c...and i have some files in
all subdirectories.. is it possible that i can display the latest added files to any of sub
directory a,b, or c.?i think i will have to use sort by date function but how it should be done that
it compares the files of all the subdirectories directories ?....
Hi i am hosted at computinghost (which is great btw) but my site is causing mysql to hang because
it is flooded and it causes my account to be suspended alot.. What is confusing is that not many
users (7) are only when it happens and it is not a deliberate flooding. The mysql proccesslist when
it gets too many connections: QUOTE | 7971 | andre_krap | localhost | andre_wap | Query | 439
| Sending data | SELECT unread,sentby,id FROM private WHERE sentto='Candi.Boi' ORDER BY
id DESC LIMIT 0,15 | | 7973 | andre_krap | localhost | andre_wap | Query | 2 ....
I am currently using too much ressources on my site (not hosted at trap17), and it will be suspended
tuesday if I don't do anything with it. I have done almost everything I can, and even if the
ressources I use are lower than they were, I still use way too much. So, I would like some help. I
will list all my scripts telling what they do and how they work, and will let people telling me
which of them that may use much ressources. NOTE: This is a fansite for an MMORPG game. phpBB The
main forums are phpBB-driven, but are heavily modified. The main page sends 14 que....
Major problem I got here. A site at which I am employed as PHP Coder (privet-drive.com), needs a
"grand" login. The login needs to be able to login them into the forums, the chat, and the site, all
at the SAME time! The big problem is, the chat is located on another website (potterchat.net),
and the forums are IPB and not PHPBB. Any comments, or some tips on how I am to go about this? I am
freaking out, and any advice at all would be nice! Thanks in advanced!....
here my site, Crystal Illusion each link is suppost to take you to a different layout... but it
takes you too the same on AND then pictures and style sheet don't turn up- HELP heres the
cookie check code CODE <? $total_skins = 3; $default_skin = 1; if
(isset($_REQUEST['newskin'])) {
$newskin=(int)$_REQUEST['newskin']; if (
($newskin<1) OR ($newskin>$total_skins) )
$newskin=$default_skin; } elseif (isset(....
it developed by whiteFyre that contained only 5 files: index.php phproxy.class.php javascript.js
url_forum.inc style.css the demo is on http://hbu.com.ru/proxy/ the script is under gpl.you
just can edit every file of this 5. and made your own style of online proxy. enjoy it. PS:If the
member that find your isp is something wrong or block some Ip,just tried this. guangdian....
Over a month ago, I bought a domain name for my site, but my site is still not indexed. I did
everything needed to get indexed, but I forgot one thing: The old site had exactly the same content
as the new one. So I had duplicate content. Therefore, I want my old site to redirect the user to
the new site with this script: CODE <?php header("Location:
http://www.global-rs.com" . $_SERVER['REQUEST_URI']); exit; ?>
global-rs.com is my new URL. However, on my old site, which I will be placing this code on, there
i....
We're doing a "Mock" e-commerce site for our project in Web Development and I was wondering how
to make a Search form like the ones in many sites. There will be a Search textbox and a button in
the form which will accept a string (keywords) which will then be processed by a script. If there
is a match, a page containg the keywords will be displayed. Is there a way to do this using PHP or
is there an existing free script out there already? Thanks very much.....
Well, i must say that i will implement this for public and community use for free. yes, i intended
to write using PHP, MySQL driven dictionary site in my native language (Myanmar) which can translate
English to Myanmar. I've a littol stuck here at starting point and still dig out the google to
find the resources. But no luck and still need more.. I've look through quite number of books
as well. Can anybody kind to share the Algorithm, Serach Engine and MySQL database relationship?? I
know this could be $$ but when i was doing this as free for my people....
I've been using a tutorial
(http://www.devarticles.com/c/a/MySQL/Developing-A-Site-Search-Engine-With-PHP-And-MySQL/) at this
address to help me get started on building my own search engine. I've completed the tutorial but
when I run the search, I get no results on the results page. I'm wondering if anyone will take a
look at this script and see if they can figure out why my I'm not getting any results displayed.
I'm using phpMyAdmin to build the database and simple notepad to build the PHP script. CODE
<?php $submit = $_POST[&....
How do I use the sql database from other site? like showing the stats of certain field. Lets say
I'm on a forum and wanted to show the number of post I have from a particular forum like trap17
on my own site how do I do that?....
Looking for displaying, phone, number, wap, site
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for displaying, phone, number, wap, site
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE
forum, Create your own topics, Ask Questions, track topics, setup
subscriptions & notifications and Get a Free Website w/ Email and FTP.