Teemy's Posts
Nairaland Forum › Teemy's Profile › Teemy's Posts
1 2 3 4 5 6 7 8 ... 131 132 133 134 135 136 137 (of 137 pages)
@yawa Jokes apart, do we drop codes for the guy or grill him as well |
@yawa Ohhhhh! I refuse to fall in love with blob even if she is the finest chick on the block. She has 'toasted' me several times I no gree. Na me be dat for you. Just my two dimes dear. |
@Yawa, you know se I dey fear you right from day one. I no want your yawa o. Just kidding. Anyways, I am just anti-blob biased same way some bro would not look twice at a trousered lady. |
The only time I had problems with a client was with one that was paying a ridiculously low price and yet was making too many demands. It looks like a jazz issue when the ones that bid low are the troublemakers in nearly all business deals. I rather use that precious time in watching animes or market analysis or even simply sleeping and wait for the next sms alert. I get soft spot but not in cases where my effort would not be appreciated talkless of bad mouthed. |
On the road, maybe when I power up my PC |
@dhtml, even if the output of the site is just a little 'HELLO WORLD', I will still charge that 120k as long as it falls into the category specified. Also that's minimum. The end result depends on my client's greed limit of 'I want this, I want that'. I will bill appropriately with the time the client is keeping me off NARUTO. Gba be! |
@yawa, I've never used blob data types as I prefer to stick with the ones me mind goes with. But, we never can tell maybe someday but hopefully not. |
You do not upload your file to db but rather the link to your file. The file in question could be moved to a 'files' folder. |
I go minimum 120k on any fully db powered job if coding from scratch. However, if cms is involved, I will go my lower 80k. |
Following on dhtml's example your services.php could just have the actual location as an include file. E.g your services.php file contains just <?php include 'index.php?p=services'; ?>. Every other page bears same resemblance. |
@Ekiti1, let's see how afam4eva does with his assignment. Giving him all the codes would not totally be helping him except he is in a fix that needs to be resolved ASAP. You could also try out the open-book test. Eko tastes nice, hmm. |
@wizecoder, I get your point. Mine is if the password was something like 'free from nairaland.com' and only the ex4 file was made available, that would resolve the issue raised by lawson007 up above and it can't be rebranded and repackaged by someone (generally speaking) else. |
By the way, response-id 1 is what your new member is supposed to get as welcome email. |
@poster, if you can program in php, create a responder table with 3 columns response-id, response, time. Already in your members table you should have a column for time of registration. Next in your cpanel, time a cron job to at every 12 noon activate a script say autoresponder.php. Let's now work on autoresponder.php. In a while loop, it brings out the data for all your members one at a time. We only need the time and probably the email of everyone there. Next, for every row in the responder table add the time to that (registration time) of the member and if the resulting time falls within the day the autoresponse.php script is running, send an email containing the response contents else move on and analyse the next response time till the end and so on for all the members. You can use unix time format to make things easy. Alternatively, have a next-response column on your members table so what your autoresponder.php script does is to say if next-response is 2, process response with response-id 2 for that member and increments the next-response by 1 making it 3 which is what is processed next day. Take this as an homework for you to rack your brains on. :d. N.B I have a bowl of eko in front of me so no time to code now. |
At last! Congrats on your revival |
Easy, anything that they would be proud to show off/share with to their friends in other schools |
What about having javascript disabled |
My guess is you have an action page that upon loading performs a specific task. If from that say action.php page a user logs out and presses back on their browser, the action.php page still works without the user logging in while you do not want this for a non logged in user. Right? |
@wisecoder, you could also password protect the Ea and make only the ex4 available so only the ones that know the password can utilise it. |
@sweet-pawn Nail on the head! |
Your site will be up and running immediately your bandwidth is upped, shouldn't take time to do |
@dhtml, you almost sacred me with that title when I partially read it. Abeg no do that kain tin again o. |
Just like dhtml said, you might need to stop those other services from running. |
Have you tried requesting more bandwidth from your hosting company? It would probably cost you just a little more change - cost of doing business. By the way, more traffic means more income/earnings. Lol |
I haven't heard anyone mention if both mums were around - provided there is available space - how long should they stay? |
Hi guys, has Forex finally been allowed on NL? As to the attachments, how about zipping the files. |
@olayinka, the ccv2 code is three last digits boldly written at the back of your debit card. @seeun, I have been on the card issue for a long time now. I guess maybe calling the bank to activate internet transactions would be the next step. Will let you know as it goes after Nigeria has been occupied. |
Actually not banned but some of my time consumed posts have been deleted from their threads. Please edit and make available so I can see where my errors are. Thanks |
However, if your file is a php type and not html as I previously assumed, just type echo "your code here"; All the best. N.B The bolded text up to the semi-colon |
You first need to obtain web hosting and change your name servers to that of your web hosting company e.g ns1.mywebsitegarage.com and ns2.mywebsitegarage.com. You should be able to do that when you login on google or godaddy depending on which of them your domain administration is. |
@frisahost, putting adsense code on a site returns adverts related to the site's contents and in this case could relate to shooting yourself in the foot by advertising your competitors' web pages. Simply put, don't dare it. |
My guess is that you got a script bundle and the index.php file is the one handling all requests. I believe you need to open up the script in notepad and look for where you want the login link to be and write the following code <a href=index.php?action=login>CLICK HERE TO LOGIN</a> save the page and refresh in your browser. In case you want to use an image in place of text, replace the CLICK HERE TO LOGIN with <img src='images/your-image'>. That should help. |
1 2 3 4 5 6 7 8 ... 131 132 133 134 135 136 137 (of 137 pages)