Jump to content

mudi

Members
  • Posts

    30
  • Joined

  • Last visited

    Never

Everything posted by mudi

  1. I dont see any difference, though. Is at the left with a litle of space between all left.
  2. Hello im modifying a table, this is html, but well is in a .php file. Im using adobe dreamweaver, and i just want to move it to a certain point. Not all left not all right, not to the center I want it more at the left of center. Thanks.
  3. Hello, doesnt sends the mail. Is something about my hosting i know. (Is my server). To make vbulletin work i had to fill something abut smpt something like that from my email access. But i dont see anything related in cp creator or in google. Please i must fix it as soon as possible, i need to launch my hosting today.
  4. How do i make that when they click the button its adds this code <img src="deleted so doesnt appear in google, yaho, etc"> I think is somewhere in these code $display .= '<tr><td colspan="2" align="center"><input type="submit" value="' . $lang[update_button] . '">'; if($ppl != "1"){ $display .= ' <a href="' . $delete_link . '" onclick="return confirmDelete()">' . $lang[admin_listings_editor_delete_listing] . '</a>'; } $display .= '</td></tr></table></form>'; $display .= '</td></tr></table>'; }else { $display .= '<center><span class="redtext">' . $lang['admin_listings_editor_invalid_listing'] . '</span></center>'; } } else { // show all the listings and some other coding here
  5. Well, i just bought cbox premium since they told me i can integrate it with my users database. But this is what i get on the page of user integration User integration If you host your own website with its own userbase, it is quite easy to integrate Cbox so that it automatically assigns the correct names to users logged in to your website. If your site is hosted by MyLeague.com then it's all been done for you – just get your custom MyLeague.com code and enable integration by clicking the button below. If your site is PHP-based (e.g. phpNuke, vBulletin, phpBB), alter your Cbox HTML code in the following way: ...&sec=form&nme=<?=urlencode($name)?>&nmekey=<?=md5('(i think this part is private, dunno)'.$name)?> Where the variable $name appears, insert the variable that represents the user's name as retrieved from your userbase. This will vary depending on your CMS or forum system. After changing your code, enable user override below. I got my variable, but where i add that code, what i do. THANKS!
  6. Can an admin delete the my link from my post. Thanks. j a m j i g
  7. I need to hire someone for a php site. Im able to open a new thread for that? If yes, where. Thanks
  8. Where do i get 'message' where i look for it. im new to php. Thanks MudiW
  9. Hello im using the mp3 search engine script from x10media Can someone help me installing recaptcha please? Code of register.php <? include("includes/session.php"); include("templates/header.php"); include("templates/header_sub.php"); ?> <table width="725" border="0" align="center"> <tr> <td> <? /** * The user is already logged in, not allowed to register. */ if($session->logged_in){ echo "<h1>Registered</h1>"; echo "<p>We're sorry <b>$session->username</b>, but you've already registered. " ."<a href=\"$web_path\">Go back Home</a>.</p>"; } /** * The user has submitted the registration form and the * results have been processed. */ elseif(isset($_SESSION['regsuccess'])){ /* Registration was successful */ if($_SESSION['regsuccess']){ echo "<h3>Registered!</h3>"; echo "<p>Thank you <b>".$_SESSION['reguname']."</b>, your information has been added to the database, " ."you may now <a href=\"".$web_path."main.php\">log in</a>.</p>"; } /* Registration failed */ else{ echo "<h3>Registration Failed</h3>"; echo "<p>We're sorry, but an error has occurred and your registration for the username <b>".$_SESSION['reguname']."</b>, " ."could not be completed.<br>You will be redirected back to the register page in a few seconds.</p><br>"; echo "<script language=javascript> setTimeout(\"location.href='register.php'\", 5000); </script>"; } unset($_SESSION['regsuccess']); unset($_SESSION['reguname']); } /** * The user has not filled out the registration form yet. * Below is the page with the sign-up form, the names * of the input fields are important and should not * be changed. */ else{ ?> <table align="center" border="0" width="728"> <tr> <td valign="top"><p><br> <? echo $settings[reg_text]; echo "<br>"; ?> </td> </tr> <tr><td> </td></tr> <td valign="top"> <?if($_GET['error']!="") { echo "<div class=\"little-box\">$_GET[error]</div>"; } ?> </td> </tr> <td valign="top"> <form name="Register" action="<?=$web_path;?>process.php" method="POST" onSubmit="return ValidateForm()"> <table align="left" border="0" cellspacing="0" cellpadding="3"> <tr><td colspan="2"> </td></tr> <? if($form->num_errors > 0){ echo "<tr><td colspan=\"2\"><font size=\"1\" color=\"#ff0000\">".$form->num_errors." error(s) found</td></tr>"; } ?> <? if($_GET['message'] !=""){ echo "<tr><td colspan=\"2\"><font size=\"1\" color=\"#ff0000\">".$_GET['message']."</td></tr>"; } ?> <tr><td colspan="2"> </td></tr> <tr><td>Username:</td><td><input type="text" name="user" maxlength="30" value="<? echo $form->value("user"); ?>"></td><td><? echo $form->error("user"); ?></td></tr> <tr><td>Password:</td><td><input type="password" name="pass" maxlength="30" value="<? echo $form->value("pass"); ?>"></td><td><? echo $form->error("pass"); ?></td></tr> <tr><td>Email:</td><td><input type="text" name="email" maxlength="50" value="<? echo $form->value("email"); ?>"></td><td><? echo $form->error("email"); ?></td></tr> <tr><td colspan="2" align="right"> <input type="hidden" name="subjoin" value="1"> <input type="submit" value="Join!"></td></tr> <tr><td colspan="2"> </td></tr> <tr><td colspan="2" align="left"><a href="main.php">Already registered? Click here to login!</a></td></tr> </table> </form> </td><td width="310" align="center" valign="top"> <?=$ads['box_ad'];?></td></tr></table> <? } ?> </td> </tr> </table> </td> </tr> </table> <?php include("templates/footer.php");?> </body> </html>
  10. Hello, I have a problem. I want to put something from tpl to php. That's located at myweb/chat <?php //Fix For flashchat.php To Secure From Direct Access To Script //Fix For flashchat.php To Secure From Direct Login Via URI // Fix Contribution By Ricky Huckle define("flashchat",true); require_once('flashchat_inc.php'); //End Fix For Secure flashchat.php ?> {include file='header.inc.tpl'} {include file='sidebar_right.inc.tpl'} {include file='sidebar_left.inc.tpl'} <div class="rightside"> <div class="adtop"> {php}am_adunit(1);{/php} </div><br /> Here goes the flashchat </div> </div> {include file='footer.inc.tpl'} Located in other folder.. Trying to embed my flashchat into my game script. mevsu.net
  11. The actual code that doenst goes over the search button etc.. Check it at jamjig.com
  12. <? if(($type=="mp3")||($type=="")) { echo "<b>Mp3</b> - <a href=\"?type=lyrics\" class=\"llink\">Lyrics</a> - <a href=\"?type=video\" class=\"llink\">Video</a>"; } elseif($type=="lyrics") { echo "<a href=\"?type=mp3\" class=\"llink\">Mp3</a> - <b>Lyrics</b> - <a href=\"?type=video\" class=\"llink\">Video</a>"; } elseif($type=="video") { echo "<a href=\"?type=mp3\" class=\"llink\">Mp3</a> - <a href=\"?type=lyrics\" class=\"llink\">Lyrics</a> - <b>Video</b>"; } ?> How do i set it to white?
  13. Well should i put the css here, or i should make another topic?
  14. Well web it's jamjig.com Do you see the blue around the search box. Well i want to insert an image there instead of that. Like http://www.blingo.com/
  15. Well, im thinking to buy a php book, to learn php, but i want a good back. Because non of the book in the store sounds me familiar. Or if you got a better way than buying a book, then i accept suggestion... I want it easy, fast, and good.. Well, if its take to long doesnt matter if its good.. OR If someone of you guys want to teach me . Would be good, if its cheap, and good.. THANKS!! I <3 PHPFREAKS!
  16. Do you know any e-gold cart. Please the best you can find. Please post paid and free. Thanks!
  17. Google ads wouldnt be bad.. You could earn more than 1,000 USD easy. That way phpfreaks can stay long a lot. A nice mod of ads it's ad mod it's very good, i love it. Also, that when you searching the search.php doesnt search in the codes, or u will never find what u are searching.. PHP FREAKS ROCKS!
  18. Hello, check this ptcads.net You knwo why i get a gray part at the right? How can i fix it? :S.. Also How can i introduce e-gold there. Or tell me a good cart that isnt dlguard. The web of order is this <form action="#SITE_URL/(web it gives me when payment is done)" method="post"> <table width="100%" style="border: 1 solid #eaeaea;" bgcolor="#f0f0f0"> <tr bgcolor="#999999"> <td colspan="2" class="mainmenu">#SITE_TITLE Advertising</td> </tr> <tr> <TD COLSPAN="2" ALIGN="center"> <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=index&r=#R">Index</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=banners&r=#R">Banners</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=emails&r=#R">Paid E-Mails</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=clicks&r=#R">Paid Clicks</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=signups&r=#R">Paid Sign-Ups</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=leads&r=#R">Leads Campaign</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=sales&r=#R">Sales Campaign</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=order&r=#R">Order Form</A> </TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Personal Information</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%">Full Name:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="fullname" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Address:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="address" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Zip-code:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="zipcode" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">City:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="city" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Country:</TD> <TD WIDTH="50%"><SELECT NAME="country"> #LOOP(#Countries)<OPTION VALUE="#Countries::name">#Countries::name</OPTION> #ENDLOOP </SELECT> </TD> </TR> <TR> <TD WIDTH="50%">E-Mail Address:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="email" SIZE="38"></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Package Information</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%">Package:</TD> <TD WIDTH="50%"> <SELECT NAME="package"> #LOOP(#Packages) <OPTION VALUE="#Packages::id">#Packages::title - $#Packages::price</OPTION> #ENDLOOP </SELECT> </TD> </TR> <TR> <TD WIDTH="50%">Target URL:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="ad_url" SIZE="55"></TD> </TR> <TR> <TD WIDTH="50%">Subject/Title:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="ad_title" SIZE="55"></TD> </TR> <TR> <TD WIDTH="50%" VALIGN="top">Text:</TD> <TD WIDTH="50%"><TEXTAREA NAME="ad_text" ROWS="6" COLS="40"></TEXTAREA></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Payment Method</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="paypal"> PayPal</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/paypal.gif" BORDER="0" ALT="PayPal"></TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="egold"> e-Gold</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/e-gold.gif" BORDER="0" ALT="e-Gold"></TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="moneybookers"> Moneybookers</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/moneybookers.gif" BORDER="0" ALT="Moneybookers"></TD> </TR> <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="cc"> Credit Card</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/creditcard.gif" BORDER="0" ALT="Credit Card"></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Additional Comments</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%" VALIGN="top">Comments:</TD> <TD WIDTH="50%"><TEXTAREA NAME="comments" ROWS="6" COLS="40"></TEXTAREA></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2"><INPUT TYPE="submit" NAME="submit" value="Continue >>"></TD> </TR> </TABLE> </FORM> Note: I can make it to pay certain amount. But they have to choose a package, let's say he choose 5 usd but the e-gold web tells him to pay 2. How i make it pay the amount that depends on the package he choose. PLEASE AND THANKS GUY.
  19. How i make an if and then other if INSIDE the pevious if command?
  20. mudi

    Hello

    K, just what i was thinking, the variable was misspelled. Anyway, i got it to work. But i just see 1 bug.. :S You can test it if u want.. ptcads.net --> Advertise fill etc. etc. U get the confirmation mail. But u never pay? And it goes to pending payment... How he will pay if doesnt goes to that website... Or doesnt shows where he must send the money. Etc Thanks in advance
  21. mudi

    Hello

    Why i cant modify my post? This is getting anoying, cuz admin will think im spamming. I just got an idea and want you guys now.. I want a simple order that ppl can select package from a dropdown menu example 100 clicks 2 USD 100 mails 1 usd etc.. And when it selects a package, selects payment (only want e-gold and alertpay), some details... And when press next directs him to pay me, e-gold page, or alertpay page.. P.S. No more posts until somebody replies . Btw, i was surfing on the forum, omg so much posts, so much "thanks" wow this forum ROCKS THANKS.
  22. mudi

    Hello

    Btw, i can modify all that order form if needed... And make a new one with just a simple order form.
  23. mudi

    Hello

    I need help with a script i bought.. Looks that got a bug. And i was wondering if someone can help me with it. Check this code <form action="#SITE_URL/advertise.php?sid=#SID&r=#R&step=2" method="post"> <table width="100%" style="border: 1 solid #eaeaea;" bgcolor="#f0f0f0"> <tr bgcolor="#999999"> <td colspan="2" class="mainmenu">#SITE_TITLE Advertising</td> </tr> <tr> <TD COLSPAN="2" ALIGN="center"> <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=index&r=#R">Index</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=banners&r=#R">Banners</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=emails&r=#R">Paid E-Mails</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=clicks&r=#R">Paid Clicks</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=signups&r=#R">Paid Sign-Ups</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=leads&r=#R">Leads Campaign</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=sales&r=#R">Sales Campaign</A> :: <A HREF="#SITE_URL/advertise.php?sid=#SID&pageID=order&r=#R">Order Form</A> </TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Personal Information</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%">Full Name:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="fullname" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Address:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="address" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Zip-code:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="zipcode" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">City:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="city" SIZE="38"></TD> </TR> <TR> <TD WIDTH="50%">Country:</TD> <TD WIDTH="50%"><SELECT NAME="country"> #LOOP(#Countries)<OPTION VALUE="#Countries::name">#Countries::name</OPTION> #ENDLOOP </SELECT> </TD> </TR> <TR> <TD WIDTH="50%">E-Mail Address:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="email" SIZE="38"></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Package Information</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%">Package:</TD> <TD WIDTH="50%"> <SELECT NAME="package"> #LOOP(#Packages) <OPTION VALUE="#Packages::id">#Packages::title - $#Packages::price</OPTION> #ENDLOOP </SELECT> </TD> </TR> <TR> <TD WIDTH="50%">Target URL:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="ad_url" SIZE="55"></TD> </TR> <TR> <TD WIDTH="50%">Subject/Title:</TD> <TD WIDTH="50%"><INPUT TYPE="text" NAME="ad_title" SIZE="55"></TD> </TR> <TR> <TD WIDTH="50%" VALIGN="top">Text:</TD> <TD WIDTH="50%"><TEXTAREA NAME="ad_text" ROWS="6" COLS="40"></TEXTAREA></TD> </TR> #IF(#APAY) <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Payment Method</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> #ENDIF #IF(#PAYPAL) <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="paypal"> PayPal</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/paypal.gif" BORDER="0" ALT="PayPal"></TD> </TR> #ENDIF #IF(#EGOLD) <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="egold"> e-Gold</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/e-gold.gif" BORDER="0" ALT="e-Gold"></TD> </TR> #ENDIF #IF(#MONEYBOOKERS) <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="moneybookers"> Moneybookers</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/moneybookers.gif" BORDER="0" ALT="Moneybookers"></TD> </TR> #ENDIF #IF(#PAYPAL) <TR> <TD WIDTH="50%"><INPUT TYPE="radio" NAME="payment_method" VALUE="cc"> Credit Card</TD> <TD WIDTH="50%"><IMG SRC="#SITE_URL/inc/img/methods/creditcard.gif" BORDER="0" ALT="Credit Card"></TD> </TR> #ENDIF <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2" BGCOLOR="D6D6D6"><B>Additional Comments</B></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD WIDTH="50%" VALIGN="top">Comments:</TD> <TD WIDTH="50%"><TEXTAREA NAME="comments" ROWS="6" COLS="40"></TEXTAREA></TD> </TR> <TR> <TD COLSPAN="2"> </TD> </TR> <TR> <TD COLSPAN="2"><INPUT TYPE="submit" NAME="submit" value="Continue >>"></TD> </TR> </TABLE> </FORM> Payment method doesnt appears at least i remove the if's for some reason.... And i want to implement payment methods, but dunno how... If i have to put an email somewhere, or something like that but test@test.test or e-gold number put 5555 U can check the website here ptcads.net And btw, i cant contact the owner of the script... Also if u want a lil donation pls post ur paypal (only paypal) Thanks in advance Love ya all.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.