Adsense is not showing

Adsense is not showing any ad in my site, I'm using drupal 7 and adsense 7.x-1.x.dev module

The only thing I can see is this code inside the block area:

client = pub-0058414724123456
slot = pub-0058414724123456
width = 250
height = 250

I have made different tests with different blocks and nothing appears yet.
The ad unit at google adsense account was created more than 4 days.

Inserting Data to database, but the result still empty

Hi. maybe this is another yet simple question about form, php and drupal.
I am working with this code in local machine and the code is working, but problem occurs when i hosted it. Nothing happen, the database still empty. I'm looking around for the same problem but i cant find it. Anyone can help me please?
is there any code should i add when i use different database?



----------
















User Code
User Name
Defintion

<?php
if(isset($user_code)){

if (isset($_POST['submit'])) {

include '/includes/config.inc';

$user_code = isset($_POST['user_code']) ? $_POST['user_code'] : NULL;
$user_name = isset($_POST['user_name']) ? $_POST['user_name'] : NULL;
$def = isset($_POST['def']) ? $_POST['def'] : NULL;

$insert = "INSERT INTO user(user_code,user_name,def) VALUES ('$user_code','$user_name','$def')";
mysql_query($insert) or die ("cannot inser data into tabel");
echo "Input has been done";
}

}else{

what am i doing wrong? so confused

Im so confused with drupal. what am i doing wrong?

my site is www.touchscreentextbooks.com

heeeeeeelp

Issues moving from localhost to webhost

Hello,

This is going to be long but I want to provide specific details on what I've been experiencing.
I'm new to Drupal and am having a lot of trouble moving my site I created using AcquiaDrupal to my webhost at ixwebhosting.com

1. I first started off by editing sites>default>default.settings.php to include this:
http://i1008.photobucket.com/albums/af204/i2aNe/drupal/bf893a8a.jpg
(Instructions I've seen said that I should be editing settings.php, but I only see a default.settings.php?)

2. Next, I connected to the webhost via FTP and transferred all the files and folders to the webhost: http://i1008.photobucket.com/albums/af204/i2aNe/drupal/1.jpg
(Is this correct, or am I supposed to copy over just the "sites" folder: http://i1008.photobucket.com/albums/af204/i2aNe/drupal/6.jpg ?)

Custom tokens or snippets with easy management

Hi, I have been using Drupal 7 for a little over a month now and love it. One thing I have yet to discover is an easy (or even semi-easy) way to have custom tokens so that I can maintain alot of revision numbers in one place. An example might help explain what I am wanting to do:

Site done, how do i let others check it out?

im new to drupal, since yesterday.
im an IT Trainee (Cert III)
and my boss asked me to setup a site etc.
So, ive made my basic website, etc
now i want to be able to test view it from other computers..
how do i do this? how do i make the website URL? or whatever
help :S

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x