Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 05-14-2014, 05:54 PM   #1
lollipopx
Confirmed User
 
lollipopx's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 171
review of site?

could I get reviews of site?
don't be too harsh, remember I have no clue how to work most of this lol
lollipopx com

suggestions / pointers maybe helpful
I know it has issues
lollipopx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-14-2014, 09:08 PM   #2
stonehammer
Confirmed User
 
Join Date: Feb 2008
Posts: 1,430
remove the enter thing...
background and text dun match
remove paypal donation (lol)
tables/columns are wrong

what script is this ???
stonehammer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-14-2014, 09:55 PM   #3
thegreatestporn
Confirmed User
 
thegreatestporn's Avatar
 
Industry Role:
Join Date: May 2012
Location: Los Angeles, California
Posts: 516
Going on mobile browser made it try to download flappy birds...half my traffic is from mobile, people won't like that.
thegreatestporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-15-2014, 12:46 PM   #4
lollipopx
Confirmed User
 
lollipopx's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 171
ok I removed the age verify plug-in thingy.
background i can change some (lighter or darker?) the red text in content area i can change. The black text like "dates added" I still have not found how to fix.
ok ok I'll take the PayPal thing off, worth a try at least lol.

Tables/columns, one of those things I am working on understanding how to work. If referring to actual WP Theme table/columns, sad they would not cooperate with me and auto adjust. Stuff was overlapping and would not expand even with full screen view. so I adjusted the html pxl width and height in edit theme style sheet. and no I'm not really good at that lol.

Script?
You mean like the affiliate code I copy and pasted to make work what is working?
What ever random codes from my affiliates I could figure out how to make seem to work?
aebn tube feeders, redtube embeds, whole websites from some I embedded with iframes.
It all come from affiliate add tools code generator, I just copied and pasted basically.

Mobile I have not figured out, tried my phone and some content can't be seen . I do have a bunch of mobil device widgets? I have not activated, not sure what to do with them honestly. guess I need figure that out. sigh, more aspirin for headaches

And no clue where in the world this flappy bird comes from, first I have heard of it. Only pop under/up/wherever I have so far should only be plugrush and had it set to 1 time ever 24 hour but that isn't working either.

yea I need some serious help..
with the website I mean, I already know I am insane or will be shortly lol.


Thanks for review though
lollipopx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-15-2014, 05:59 PM   #5
stonehammer
Confirmed User
 
Join Date: Feb 2008
Posts: 1,430
no script is the software used to run the site

if your using wordpress then maybe try changing themes, alot of free themes that should work. the column and table thing is a real problem
stonehammer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-15-2014, 07:16 PM   #6
lollipopx
Confirmed User
 
lollipopx's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 171
Quote:
Originally Posted by stonehammer View Post
no script is the software used to run the site

if your using wordpress then maybe try changing themes, alot of free themes that should work. the column and table thing is a real problem


yes it is word(de)pressed lol
I have tons of themes yes but adult skin theme was closest to what I was looking for in overall layout (its one suggested here in a post about themes somewhere).
I will switch to one I have not "tampered" with, but the right adds bar might cover center again and a lot of adjustments will be off but eh. But I will test temporarily.

also trying to learn mysql database stuff. a real brain ache. have one uploaded(no clue if right) and been trying to whats it, query to post?

found this code I am test chopping but not sure what to chop or if it'll even work. lol

<html>
<body>
<?php$username="username";$password="password";$da tabase="your_database";
mysql_connect(localhost,$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
$query="SELECT * FROM tablename";$result=mysql_query($query);
$num=mysql_numrows($result);mysql_close();?>
<table border="0" cellspacing="2" cellpadding="2">
<tr>
<td>
<font face="Arial, Helvetica, sans-serif">Value1</font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif">Value2</font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif">Value3</font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif">Value4</font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif">Value5</font>
</td>
</tr>
<?php$i=0;while ($i < $num) {$f1=mysql_result($result,$i,"field1");
$f2=mysql_result($result,$i,"field2");$f3=mysql_re sult($result,$i,"field3");
$f4=mysql_result($result,$i,"field4");$f5=mysql_re sult($result,$i,"field5");?>
<tr>
<td>
<font face="Arial, Helvetica, sans-serif"><?php echo $f1; ?></font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif"><?php echo $f2; ?></font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif"><?php echo $f3; ?></font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif"><?php echo $f4; ?></font>
</td>
<td>
<font face="Arial, Helvetica, sans-serif"><?php echo $f5; ?></font>
</td>
</tr>
<?php$i++;}?>
</body>
</html>
lollipopx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-15-2014, 08:00 PM   #7
lollipopx
Confirmed User
 
lollipopx's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 171
well switched theme to unedited one now site is all overlapping and lost a few things
lollipopx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-15-2014, 10:16 PM   #8
stonehammer
Confirmed User
 
Join Date: Feb 2008
Posts: 1,430
er what things are you losing ?

also themes should work fine...proper themes dont naturally overlap like this...either that theme is not good or you have done some other modification to your wordpress
stonehammer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-16-2014, 10:09 AM   #9
lollipopx
Confirmed User
 
lollipopx's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 171
Quote:
Originally Posted by stonehammer View Post
er what things are you losing ?

also themes should work fine...proper themes dont naturally overlap like this...either that theme is not good or you have done some other modification to your wordpress
I have same issue with any theme i try.
at the moment the theme up right now (green color version of adult skin) is un tampered/edited. I think its maybe the way I put the content in or something. both the aebn and redtube embed codes I had to actually edit there iframe widths and heights to get them to show whole instead of a small box you would have to scroll. <another reason I need learn how to use database and proper adding of stuff.

what was missing was my adds and plugrush, had to re add those to footer and adsbar.


as it is right now I am getting complaints about the overlapping issue. Some how I am going to have to edit/adjust it back to keep the overlap from being an issue to traffic. Maybe I can edit the table somehow?


keep hoping I can figure it all out, but after weeks of endless reading of tutorials of all kinds all I have to show is a giant headache, blurry vision and a site that's a wreck lol .
could really use a good mentor that could help over skype but that seems difficult to find.

well back to the drawing board...I'll probably break it too lol
lollipopx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-16-2014, 11:00 AM   #10
stonehammer
Confirmed User
 
Join Date: Feb 2008
Posts: 1,430
hmm..yeah could be the iframes

not sure if this helps...but i think there are some adult video crawlers out there for wordpress
stonehammer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-20-2014, 03:04 AM   #11
Ramirez
Confirmed User
 
Ramirez's Avatar
 
Industry Role:
Join Date: May 2011
Location: Europe
Posts: 1,590
Error establishing a database connection
Ramirez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-20-2014, 03:27 AM   #12
madgreg
Confirmed User
 
madgreg's Avatar
 
Industry Role:
Join Date: Mar 2012
Posts: 210
Quote:
Originally Posted by Ramirez View Post
Error establishing a database connection

yup, looks like you ve done something with your DB, hope you got a backup
__________________
French Translator contact me via skype: media22.fr
Uploader available
madgreg is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-20-2014, 08:27 AM   #13
lollipopx
Confirmed User
 
lollipopx's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 171
well heck and a whole bunch of really bad words.

Experiencing Technical Difficulties.
lollipopx*com will be back up and running soon.
Please stand by for further announcements.

Lesson for the day. do NOT delete the main database by accident. :@

sigh, got hostgator on it, there restore says it'll be back up in 12-24 hours
lollipopx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 05-20-2014, 09:25 AM   #14
lollipopx
Confirmed User
 
lollipopx's Avatar
 
Industry Role:
Join Date: Apr 2014
Posts: 171
site is restored, thank you hostgator.....whew
lollipopx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.